]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
add marshaler-generator thingy. I'm sure there's a better way to do this
[evince.git] / ChangeLog
index eefc2192a63e1f0be6f9b650034c10acea22d747..fe7e53b5063d39dbe76dea22d958e068f959e44f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,154 @@
+2004-12-21  Havoc Pennington  <hp@redhat.com>
+
+       * backend/ev-backend-marshal.c,
+       backend/ev-backend-marshalers.list, backend/Makefile.am: add
+       marshaler-generator thingy. I'm sure there's a better way to do
+       this in the modern world.
+
+       * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
+       end_find methods and "found" signal.
+
+       * configure.ac: find glib-genmarshal
+
+Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar.c: Construct an actual sidebar.
+       * shell/ev-sidebar-bookmarks.[ch]:
+       * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
+
+Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
+       Redo size handling.
+       
+       * shell/ev-view.c: Track the size from the document.
+
+Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
+       constructor assumes ownership of the string passed in.
+       
+       * shell/ev-window.c (ev_window_open): Destroy the error
+       dialog once we've displayed it.
+
+Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
+       a bit, it works! (sort of)
+
+       * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
+       Move to .cc since we need to use C++ in the implementation.
+
+       * shell/dummy.cc: Add a CC file to force evince
+       to be linked as a C++ program.
+
+Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * shell/ev-view.[ch]: Start of content-area widget.
+
+       * shell/ev-window.c: Create a EvView, update it
+       as we change documents.
+
+       * shell/Makefile.am shell/ev-marshal.list: Add
+       generated marshalers.
+
+Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * Makefile.am (SUBDIRS): move shell.
+
+Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
+       .a to libtool convenience libraries.
+
+       * shell/ev-window.c (ev_window_open): Hard code loading
+       a PDF document.
+       
+       * backend/ev-document.h: Add a boolean return to load(),
+       fix GError * to GError **.
+
+       * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
+       object for a PDF backend EvDocument.
+
+Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * dvi/*: New directory with the beginning of a .dvi backend.
+
+2004-12-21  Havoc Pennington  <hp@redhat.com>
+
+       * shell/eggfindbar.c (egg_find_bar_init): change buttons to
+       previous/next instead of back/forward
+
+Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * backend/ev-document.[ch]: Fix a couple of problems so
+       it compile.
+
+Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
+       to backend/ directory, rename EvViewer to EvDocument.
+
+2004-12-21  Havoc Pennington  <hp@redhat.com>
+
+       * shell/ev-window.c: hook up the find bar widget; now we just need
+       a document to find things in
+
+       * shell/eggfindbar.c: a find bar widget
+
+Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
+
+Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * pdf/**: Import of xpdf code from gpdf. 
+
+       * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
+
+       * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
+       pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
+       Fix FreeType includes.
+
+       * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
+       pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
+       pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
+       Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
+       pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
+       Include xpdfconfig.h
+       
+Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-window.c (ev_window_dispose): dispose can be called
+       multiple times.
+
+2004-12-21  Havoc Pennington  <hp@redhat.com>
+
+       * shell/ev-window.c (ev_window_init): set title to Document Viewer
+       rather than Evince
+
+       * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
+       items; really they should be synced with the strings, etc. from
+       current gpdf, but just getting the boring typing out of the way 
+
+2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * po/POTFILES.in:
+       * shell/ev-application.c: (window_destroy_cb):
+       * shell/ev-window.c:
+       * shell/main.c: (main):
+
+       Actually show the window...
+
+2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * Makefile.am:
+       * shell/Makefile.am:
+       * shell/ev-application.c: (ev_application_class_init):
+       * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
+
+       Make it build again
+
 2004-10-23  Martin Kretzschmar  <martink@gnome.org>
 
        * ChangeLog, ggv/ChangeLog, gpdf/ChangeLog: merge the separate
 2004-10-23  Martin Kretzschmar  <martink@gnome.org>
 
        * ChangeLog, ggv/ChangeLog, gpdf/ChangeLog: merge the separate