X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=df8488545b41e09df2d4c350408123fecba6c16c;hb=d56721e376e72279f86d8dff2c791fc3d3affe92;hp=0239df9e36043647ba03cd9375a33f5fc63a271f;hpb=7acd15e0881622f4423f01212c1694af4d2b3f07;p=evince.git diff --git a/ChangeLog b/ChangeLog index 0239df9e..df848854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,136 @@ +2004-12-22 Mark McLoughlin + + * shell/main.c: (load_files), (main): load files + from the command line. + +2004-12-22 Mark McLoughlin + + * configure.ac: don't require bonobo. + + * cut-n-paste/recent-files/*: kill bonobo recent + view. + + * shell/ev-window.c: + (ev_window_is_empty): upd. + (unable_to_load), (ev_window_open): load backend + based on the mime type. + +2004-12-22 Martin Kretzschmar + + * backend/.cvsignore: ignore generated marshalers source. + + * shell/main.c (main): this is not epiphany. + +2004-12-22 Havoc Pennington + + * shell/ev-view.c (ev_view_set_document): connect to "found" signal + (expose_bin_window): draw find highlights + + * shell/ev-window.c (find_bar_search_changed_cb): implement + + * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) + (pdf_document_end_find): implement this interface + + * backend/ev-document.c (ev_document_found): add this to emit + signal + +Tue Dec 21 23:57:37 2004 Owen Taylor + + * data/evince-ui.xml: Add a few more toolbar items. + + * shell/ev-window.c: Hook up page navigation toolbar + items. + + * shell/ev-view.[ch]: add ev_view_set/get_page and + a page-changed signal. + + * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:: + Add ev_document_get_page(). + + * shell/ev-window.c: Sensitize/desensitize navigation + actions. + +2004-12-21 Havoc Pennington + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * Makefile.am (SUBDIRS): move shell. + +Tue Dec 21 19:28:55 2004 Owen Taylor + + * 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 + + * dvi/*: New directory with the beginning of a .dvi backend. + +2004-12-21 Havoc Pennington + + * 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 * backend/ev-document.[ch]: Fix a couple of problems so