Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous function (Closes: #444386)Bastien Nocera2007-06-051-11/+0
* Simplify the timeout, no need for modified anymoreBastien Nocera2007-06-051-15/+4
* Adapted patch from Arjan van de Ven (arjan@linux.intel.com) to avoid theBastien Nocera2007-06-051-10/+37
* Check if history is NULLNickolay V. Shmyrev2007-05-251-0/+3
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-252-76/+235
* Change sidebar ordering. Fixes bug #439939.Wouter Bolsterlee2007-05-202-13/+17
* Update cursor and tooltip on page change and view scroll. Fixes bugCarlos Garcia Campos2007-05-191-5/+14
* Sync keybindings manually when building without libgnome (#437925).Ross Burton2007-05-121-0/+7
* Respect the screen when opening help (#437866).Ross Burton2007-05-121-1/+3
* Add print button in preview mode. Fixes bug #396475.Carlos Garcia Campos2007-05-115-11/+207
* Connect to button-press event on correct widget. Fixes bug #431988Nickolay V. Shmyrev2007-05-091-6/+17
* Add app-specific icons to our icon theme. Fixes bug #425508.Nickolay V. Shmyrev2007-05-093-27/+37
* Make navigation action unsensitive instead of showing menu withNickolay V. Shmyrev2007-05-094-18/+42
* Remember print settings. Fixes bug #349102.Carlos Garcia Campos2007-05-083-3/+104
* Add --without-libgnome, check for libgnome and libgnomeui separately, andRoss Burton2007-05-042-4/+42
* Don't use libgnome to open help, instead call Yelp directly.Ross Burton2007-05-041-4/+33
* Don't use libgnome to lookup icons for MIME types, instead copy code fromRoss Burton2007-05-041-15/+22
* Add missing includes, fix indentation.Ross Burton2007-05-022-5/+8
* Use ev_application_open_uri_at_dest instead of ev_application_open_uriEduardo Lima2007-04-301-2/+4
* Add missing chain to parent class methods. Fixes bug #433128.Nickolay V. Shmyrev2007-04-294-0/+10
* Start rendering pages before any other jobs.Carlos Garcia Campos2007-04-223-27/+41
* Update chrome visibility before window unfullscreen.Carlos Garcia Campos2007-04-221-4/+2
* Make fullscreen toolbar always visible. Do not use egg toolbars forCarlos Garcia Campos2007-04-205-376/+194
* Developers documentation updated.Iñigo Martínez2007-04-206-1/+270
* Check whether uri is valid before launching it. Fixes bug #427664.Carlos Garcia Campos2007-04-191-1/+36
* Change key accelerator for Open a Copy menu entry which is in conflictCarlos Garcia Campos2007-04-191-1/+1
* Do not make window bigger than screen. Fixes bug #388985.Nickolay V. Shmyrev2007-04-091-2/+18
* Fixup the previous commitMatthias Clasen2007-04-023-17/+4
* Use the xdg-user-dirs DOCUMENTS folder as default folder when opening aMatthias Clasen2007-04-022-1/+179
* Do not setup view from metadata on preview mode.Carlos Garcia Campos2007-03-241-1/+4
* Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.Carlos Garcia Campos2007-03-221-1/+1
* Check pointer != NULL before using it. Fixes bug #416841.Carlos Garcia Campos2007-03-191-2/+4
* Do not render thumbnails when sidebar thumbnail page is not visible atCarlos Garcia Campos2007-03-101-8/+5
* Save document compressed when saving a copy of a compressed document.Carlos Garcia Campos2007-02-271-55/+90
* Allow deleting in goto window entry in presentation mode.Carlos Garcia Campos2007-02-231-0/+2
* Fix zoom shortcut keys when searching. Fixes bug #409828.Carlos Garcia Campos2007-02-201-9/+0
* Fix crash when loading documents with only one page.Carlos Garcia Campos2007-02-181-1/+1
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-164-28/+71
* Fix critical warnings when there is no document loaded.Carlos Garcia Campos2007-02-151-0/+6
* Fix compile warnings.Carlos Garcia Campos2007-02-153-6/+6
* Use document thumbnail as window icon. Fixes bug #384442.Carlos Garcia Campos2007-02-121-22/+65
* Fix invalid free in ev-page-cache. Fixes bug #404745.Carlos Garcia Campos2007-02-111-1/+7
* Add some checks and call parent_class->finalize. Fixes bug #404745.Carlos Garcia Campos2007-02-061-6/+30
* Fixes dropdown history menu. Thanks a lot Carlos!Nickolay V. Shmyrev2007-02-051-1/+1
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-031-6/+6
* Setup window size and position before showing it. Fixes bug #401711.Carlos Garcia Campos2007-02-021-5/+9
* Do not start an image drag and drop operation when pointer is on text, soCarlos Garcia Campos2007-02-011-1/+2
* Disable all zoom related actions during presentation mode.Carlos Garcia Campos2007-01-311-6/+22
* Do not zoom in or out on presentation mode. Fixes bug #401305.Esteban Sanchez2007-01-311-0/+6
* Correctly show menu and fix crash when navigaton action is out of toolbarNickolay V. Shmyrev2007-01-301-5/+25