Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [presentation] Fix transition of pages with duration=0Carlos Garcia Campos2010-01-041-1/+1
|
* [libdocument] Remove unneeded check for numeric page labelsCarlos Garcia Campos2010-01-041-12/+4
|
* [presentation] Make Home/End keys go to first/last page in presentation mode tooCarlos Garcia Campos2010-01-041-0/+16
| | | | Fixes bug #358462.
* [presentation] Fix vertical white line in documents with black backgroundCarlos Garcia Campos2010-01-041-6/+10
| | | | | We never show the last vertical line since it's usually wrong due to rounding errors. Fixes bug #438760.
* [presentation] Add clip removed by mistakeCarlos Garcia Campos2010-01-041-0/+1
|
* [presentation] Make sure we always have a valid surface to draw a pageCarlos Garcia Campos2010-01-041-2/+28
| | | | | It avoids flickering or even a black screen when changing pages fast. Fixes bug #602738.
* Updated Arabic translationKhaled Hosny2010-01-031-229/+279
|
* Add libview/ev-view-presentation.c to POTFILES.inCarlos Garcia Campos2010-01-031-0/+1
|
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-032-1/+27
| | | | | Escape still works, but end page message now says 'Click to exit'. See bug #309364.
* [libview] Do not scale when drawing animations in presentation modeCarlos Garcia Campos2010-01-031-15/+1
| | | | | Scale never changes in presentation mode, if current page is rendered is always at the right size.
* [libview] Fix double to int conversionCarlos Garcia Campos2010-01-031-14/+12
|
* [libview] Remove presentation mode code from EvViewCarlos Garcia Campos2010-01-032-759/+34
|
* [shell] Use the new EvViewPresentation for presentation modeCarlos Garcia Campos2010-01-031-128/+45
|
* [libview] Add EvViewPresentation to implement presentation modeCarlos Garcia Campos2010-01-033-2/+1469
| | | | | It's a new view that contains all the EvView features that are specific to presentation mode.
* [libview] Add methods to get/set page cache flagsCarlos Garcia Campos2010-01-032-16/+33
|
* [libview] Remove ev_view_page_label_from_dest()Carlos Garcia Campos2010-01-032-39/+2
| | | | | 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()
* [shell] Use new function ev_document_links_get_dest_page_label()Carlos Garcia Campos2010-01-031-2/+1
| | | | instead of ev_view_page_label_from_dest() that will be removed soon
* [libcodument] Add helper methods to get destination page of a linkCarlos Garcia Campos2010-01-032-0/+55
|
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-035-55/+118
|
* Updated Slovenian translationMatej Urbančič2010-01-011-1553/+1604
|
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-294-3/+14
|
* [windows] Fix printing on WindowsHib Eris2009-12-291-0/+2
| | | | Fixes bgo#604705
* Updated Spanish translationJorge González2009-12-281-208/+276
|
* Popup view signal is never emitted in presentation modeCarlos Garcia Campos2009-12-281-3/+0
|
* [libview] Disable text selection in presentation modeCarlos Garcia Campos2009-12-281-6/+32
| | | | Fixes bug 605554.
* [printing] Add select page size using document page size print optionAdrian Johnson2009-12-241-9/+31
| | | | | | | | 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.
* [printing] Add autorotate and center print optionAdrian Johnson2009-12-231-6/+56
| | | | | | | | 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
* [printing] Add custom print tab with option for page scaleAdrian Johnson2009-12-231-5/+118
| | | | | | | that can choose between none, shrink to printable area, and fit to printable area. bgo#599468
* Updated Thai translation.Theppitak Karoonboonyanan2009-12-231-279/+327
|
* [windows] Use \r\n as delimiter to split lines on WindowsHib Eris2009-12-231-1/+12
| | | | Fixes bgo#605146.
* [thumbnailer] Add support for remote filesCarlos Garcia Campos2009-12-221-8/+55
| | | | Fixes bgo#605218.
* [comics] Do not initalize GPid's with -1Hib Eris2009-12-221-2/+2
| | | | | | 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
* [comics] Properly quote commandsHib Eris2009-12-221-9/+11
| | | | See bgo#605146.
* [windows] Do not use g_content_type_guess() on WindowsHib Eris2009-12-221-0/+8
| | | | | At the moment, the g_content_type_guess() implementation in glib for Windows is too limited to be useful.
* [windows] Make comics backend also compile on WindowsHib Eris2009-12-222-11/+9
| | | | See bgo#605146.
* [comics] Remove comics_regex_quote() in favor of always using g_shell_quote()Juanjo Marín2009-12-221-52/+10
| | | | Fixes bgo#605092.
* [properties] Properly redrawn properties view when document is reloadedCarlos Garcia Campos2009-12-221-38/+51
| | | | Fixes bgo#605169.
* [windows] Gray-out help contents menu option on WindowsHib Eris2009-12-221-0/+5
| | | | | Disable help because help functionality is not yet ported to Windows. See bgo#604703.
* Add evince icon to the win32 executableHib Eris2009-12-224-0/+10
|
* [release] 2.29.4Carlos Garcia Campos2009-12-212-1/+44
|
* Update POTFILES.inCarlos Garcia Campos2009-12-211-1/+1
| | | | ev-print-operation.c has been moved from shell to libview
* [libview] Initialize view from model when a new model is setCarlos Garcia Campos2009-12-211-0/+10
|
* Do not fail to open external uri links that are relative pathsCarlos Garcia Campos2009-12-201-8/+25
| | | | | | | If an external uri is not a valid uri (it doesn't contain :// nor mailto:) we assume it's http if it starts with www, otherwise we build a new uri for the relative path with the document uri as base. Fixes bgo#604716.
* [libview] Fix a crash with document that contain no pages or empty pagesCarlos Garcia Campos2009-12-201-1/+5
| | | | Fixes bgo#605029.
* Do not hardcode BINDIR on WindowsHib Eris2009-12-201-0/+10
|
* [shell] Always show rotate iconsCarlos Garcia Campos2009-12-191-0/+7
| | | | Fixes bgo#599398.
* Fix typo in rotate-right menu item nameCarlos Garcia Campos2009-12-191-1/+1
|
* Unref document after unreffing pixbuf_cache.Hib Eris2009-12-191-5/+5
| | | | | The pixbuf_cache depends on the availabilty of the document's module library (at least for djvu-documents on Windows). Fixes bgo#604919.
* Replace mkdtemp() with _ev_g_mkdtemp().Hib Eris2009-12-191-1/+86
| | | | | | | | The function mkdtemp() is not available on Windows. Unfortunately, glib does not have a portable replacement for it yet, see http://bugzilla.gnome.org/show_bug.cgi?id=524831. This patch copies a proposed implementation for g_mkdtemp() from that bug report (renamed to _ev_g_mkdtemp()). Fixes bgo#604917.
* Drop gnome-icon-theme dependencyHib Eris2009-12-1931-9/+1225
| | | | | | | | | | | | | | | | | | As far as I can tell, Evince required only 3 icons from gnome-icon-theme, 'object-rotate-left', 'object-rotate-right' and 'x-office-presentation'. This patch adds copies for these icons from gnome-icon-theme-2.24. It also removes the compile-time check for gnome-icon-theme on all platforms execpt gnome. Note, when gnome-icon-theme is installed, the icons from that theme take precedence over the icons from this patch. Therefore, evince uses the icons from this patch only as a backup when no gnome-icon-theme is installed. All added icons are copied from gnome-icon-theme-2.24, which is licensed under GNU GPLv2.