commit 8d0bc51eae0fb7fd91191889ab04f22049c45069 Author: Carlos Garcia Campos Date: 2010-01-11 [shell] Update only Copy action sensitivity when selection changes M shell/ev-window.c commit 82769a9fd31a34c134d7cacbe66c90aee88f6034 Author: Carlos Garcia Campos Date: 2010-01-11 [libview] Make sure new selection region is not empty M libview/ev-view.c commit b4b109f954781cdcdcfb90202868d2f7efb43e40 Author: Carlos Garcia Campos Date: 2010-01-11 [libview] Don't emit selection-changed when selection doesn't change after clear_selection M libview/ev-view.c commit 571c029b39457f4971a58f73819f67bd5dcd5145 Author: Carlos Garcia Campos Date: 2010-01-11 Add selection-changed signal to EvView to notify that selection has changed And remove has-selection property that was used for that. M libview/ev-view-private.h M libview/ev-view.c M shell/ev-window.c commit 300129438fd830e0cb4b904b743d7c8d72086885 Author: Daniel Nylander Date: 2010-01-09 Updated Swedish translation M po/sv.po commit 6319ead0f4baf90db1c000f173ac455af4c514a1 Author: Jorge González Date: 2010-01-06 Updated Spanish translation M po/es.po commit 66adbbd3eabe42b2e8a6f4ac9c812fff22175132 Author: Kjartan Maraas Date: 2010-01-06 Updated Norwegian bokmål translation. M po/nb.po commit b3a4974caeaf3e299321c56552116895a56fc3f5 Author: Matej Urbančič Date: 2010-01-05 Updated Slovenian translation M po/sl.po commit 44f9dcc504acf058ecf4c6d5ede101b7f080922e Author: Maxim V. Dziumanenko Date: 2010-01-05 Update Ukrainian translation M po/uk.po commit 646cf060718931b05045d9e7f64921236a04f8bd Author: Carlos Garcia Campos Date: 2010-01-04 [presentation] Fix transition of pages with duration=0 M libview/ev-view-presentation.c commit 82a2794c325f01202d694fc03850cf9cd356111d Author: Carlos Garcia Campos Date: 2010-01-04 [libdocument] Remove unneeded check for numeric page labels M libdocument/ev-document.c commit 28b3013514567bdd0d89f4b8ed2e8580acbc5d7c Author: Carlos Garcia Campos Date: 2010-01-04 [presentation] Make Home/End keys go to first/last page in presentation mode too Fixes bug #358462. M libview/ev-view-presentation.c commit 0981b6257ec356fd5fb0dac919640f3af41c2351 Author: Carlos Garcia Campos Date: 2010-01-04 [presentation] Fix vertical white line in documents with black background We never show the last vertical line since it's usually wrong due to rounding errors. Fixes bug #438760. M libview/ev-view-presentation.c commit 64f51544a23ca0819f111ad25677b951b9d4b45c Author: Carlos Garcia Campos Date: 2010-01-04 [presentation] Add clip removed by mistake M libview/ev-transition-animation.c commit 7594280f6850f95297ef88aeb2dac9ca6a6de53f Author: Carlos Garcia Campos Date: 2010-01-04 [presentation] Make sure we always have a valid surface to draw a page It avoids flickering or even a black screen when changing pages fast. Fixes bug #602738. M libview/ev-view-presentation.c commit 21e6ac78b4873f8bea2712fe524b3ebadfb55eda Author: Khaled Hosny Date: 2010-01-04 Updated Arabic translation M po/ar.po commit 22ad6ee7458810040136da13aa416d2020bb9e28 Author: Carlos Garcia Campos Date: 2010-01-03 Add libview/ev-view-presentation.c to POTFILES.in M po/POTFILES.in commit 1029127ee35060b39fe1972b5ecf19db86f3189d Author: Carlos Garcia Campos Date: 2010-01-03 [presentation] Allow finish presentation by clicking on end page Escape still works, but end page message now says 'Click to exit'. See bug #309364. M libview/ev-view-presentation.c M shell/ev-window.c commit 56563e01d4677aa3cdb08ee1ca67f5f4d298cc53 Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Do not scale when drawing animations in presentation mode Scale never changes in presentation mode, if current page is rendered is always at the right size. M libview/ev-transition-animation.c commit e288b2cb68ac2645bfee992566bd8f1974388fb1 Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Fix double to int conversion M libview/ev-view-presentation.c commit 1ffe54671c4d242e9698f1a07276552dfdabcd07 Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Remove presentation mode code from EvView M libview/ev-view-private.h M libview/ev-view.c commit 383143ff3eae8e057fbe9cd4837e03ab3ea43bce Author: Carlos Garcia Campos Date: 2010-01-03 [shell] Use the new EvViewPresentation for presentation mode M shell/ev-window.c commit 6d690c345c434c074333fa0971af0406eeb2719e Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Add EvViewPresentation to implement presentation mode It's a new view that contains all the EvView features that are specific to presentation mode. M libview/Makefile.am A libview/ev-view-presentation.c A libview/ev-view-presentation.h commit 21d88b14be9a2baee57341ae128bcd31bba7848f Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Add methods to get/set page cache flags M libview/ev-page-cache.c M libview/ev-page-cache.h commit 5e7facafcce547222476061e8a160090356e99aa Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Remove ev_view_page_label_from_dest() It shouldn't be a view method since it depends on the document rather than the view and it's been replaced by ev_document_links_get_dest_page_label() M libview/ev-view.c M libview/ev-view.h commit 7f15b7560b77f79c2f171d202cf46b7acb42adf3 Author: Carlos Garcia Campos Date: 2010-01-03 [shell] Use new function ev_document_links_get_dest_page_label() instead of ev_view_page_label_from_dest() that will be removed soon M shell/ev-window.c commit e461d0199e0cb7c582274b536e74e2250045da03 Author: Carlos Garcia Campos Date: 2010-01-03 [libcodument] Add helper methods to get destination page of a link M libdocument/ev-document-links.c M libdocument/ev-document-links.h commit 27dd64c8e65aeaa40ab6ac3472be5df31feacaf3 Author: Carlos Garcia Campos Date: 2010-01-03 [libview] Move cursor handling stuff to a new file M libview/Makefile.am A libview/ev-view-cursor.c A libview/ev-view-cursor.h M libview/ev-view-private.h M libview/ev-view.c commit 814e04f662eaf1f538f4639c9f4cc04da08d15f8 Author: Matej Urbančič Date: 2010-01-01 Updated Slovenian translation M po/sl.po commit 9e435a09b62c4845052e46122911fe7c2f26d877 Author: Hib Eris Date: 2009-12-29 [windows] Properly define the _WIN32_WINNT version M Makefile.am M previewer/ev-previewer.c M shell/main.c M thumbnailer/evince-thumbnailer.c commit b85564ae90e10935efae109e8fc584c435f17277 Author: Hib Eris Date: 2009-12-29 [windows] Fix printing on Windows Fixes bgo#604705 M libview/ev-print-operation.c commit 54a6888db6ae3595d299be0d65851d09edecfee8 Author: Jorge González Date: 2009-12-28 Updated Spanish translation M po/es.po commit 27247a9eca553f0becd50c86550b68fca563a8df Author: Carlos Garcia Campos Date: 2009-12-28 Popup view signal is never emitted in presentation mode M shell/ev-window.c commit 76a368db4cd8f4485da541b389625848c1fdab7c Author: Carlos Garcia Campos Date: 2009-12-28 [libview] Disable text selection in presentation mode Fixes bug 605554. M libview/ev-view.c commit b08dd5d93e1c8dd1b68263e130b73476b766a0cf Author: Adrian Johnson Date: 2009-12-24 [printing] Add select page size using document page size print option Add a checkbox to the evince print setup tab that when selected changes the printer page size to the size of the document page being printed. Fixes bgo#599547. M libview/ev-print-operation.c commit 7a84044cdf9470e21fd8c2d65b253a4eeed203fc Author: Adrian Johnson Date: 2009-12-23 [printing] Add autorotate and center print option Add a checkbox to the evince print setup tab that when selected: - rotates each printed page to match the document page orientation - centers the document page within the printed page bgo#599470 M libview/ev-print-operation.c commit 207192392258ab19ba71dbcfcc613912a5fc4c2c Author: Adrian Johnson Date: 2009-12-23 [printing] Add custom print tab with option for page scale that can choose between none, shrink to printable area, and fit to printable area. bgo#599468 M libview/ev-print-operation.c commit 7ffaa3a0083d1f59a721f9f22f23d29d3cfc52aa Author: Theppitak Karoonboonyanan Date: 2009-12-23 Updated Thai translation. M po/th.po commit a9f7fe8cd4c9d51e407acafe78d2bc89d3b98f6b Author: Hib Eris Date: 2009-12-22 [windows] Use \r\n as delimiter to split lines on Windows Fixes bgo#605146. M backend/comics/comics-document.c commit fd7c1a68733c5718b9cb0fdcbed09be1889c1140 Author: Carlos Garcia Campos Date: 2009-12-22 [thumbnailer] Add support for remote files Fixes bgo#605218. M thumbnailer/evince-thumbnailer.c commit 7d59434cbd7ea6bdd42a6f3223a47cbb06ba4069 Author: Hib Eris Date: 2009-12-21 [comics] Do not initalize GPid's with -1 On Windows, a GPid is a pointer, not an integer. Initializing it with "-1" causes warnings on Windows and is unnecessay on Unix, so it is better to not do that. See bgo#605146 M backend/comics/comics-document.c commit 9cf5791a53cbd36dc9585f0cd641eb1438f738a6 Author: Hib Eris Date: 2009-12-21 [comics] Properly quote commands See bgo#605146. M backend/comics/comics-document.c commit e8587a401d8fe01cdc60b2b9fb88b14750c46a2e Author: Hib Eris Date: 2009-12-21 [windows] Do not use g_content_type_guess() on Windows At the moment, the g_content_type_guess() implementation in glib for Windows is too limited to be useful. M libdocument/ev-file-helpers.c commit e732e45fbf5930d8c3ac2471ff8912f41152ec7a Author: Hib Eris Date: 2009-12-20 [windows] Make comics backend also compile on Windows See bgo#605146. M backend/comics/comics-document.c M configure.ac commit b35d0e8093d0a9e3499091b028e8c7ff101c0af1 Author: Juanjo Marín Date: 2009-12-22 [comics] Remove comics_regex_quote() in favor of always using g_shell_quote() Fixes bgo#605092. M backend/comics/comics-document.c commit 42571afbe2aec7d71798be11a8febb2768fc130c Author: Carlos Garcia Campos Date: 2009-12-22 [properties] Properly redrawn properties view when document is reloaded Fixes bgo#605169. M properties/ev-properties-view.c commit 64542a4158a3c3ce7884bfdae50e9f7e917b2337 Author: Hib Eris Date: 2009-12-22 [windows] Gray-out help contents menu option on Windows Disable help because help functionality is not yet ported to Windows. See bgo#604703. M shell/ev-window.c commit 45467f0d8a4dacfe4209fba0a605e86b2b2e9b80 Author: Hib Eris Date: 2009-12-19 Add evince icon to the win32 executable M data/Makefile.am A data/evince.ico M shell/Makefile.am A shell/evince-icon.rc commit 69e3f49b323a5d14c3f85f46260924826a861fb1 Author: Carlos Garcia Campos Date: 2009-12-21 [release] 2.29.4 M NEWS M configure.ac commit 43e4e6440d17d6b57a44dbdea33138845cf37bc5 Author: Carlos Garcia Campos Date: 2009-12-21 Update POTFILES.in ev-print-operation.c has been moved from shell to libview M po/POTFILES.in