Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak.Carlos Garcia Campos2007-01-282-6/+4
* Correctly handle named destination linksNickolay V. Shmyrev2007-01-283-12/+14
* Correctly handle link dest with page labelNickolay V. Shmyrev2007-01-281-3/+7
* Check if document have links modelNickolay V. Shmyrev2007-01-281-5/+9
* Don't use markup, just set pango attributeNickolay V. Shmyrev2007-01-282-9/+5
* Implements another history variantNickolay V. Shmyrev2007-01-287-195/+162
* Open links in new window when clicking with middle button.Carlos Garcia Campos2007-01-282-2/+28
* Don't delete history Nickolay V. Shmyrev2007-01-281-13/+0
* Store link before jump, not the destination. For me it seems like moreNickolay V. Shmyrev2007-01-284-8/+8
* Don't crash on links without titleNickolay V. Shmyrev2007-01-281-0/+4
* History finally works as expected.Nickolay V. Shmyrev2007-01-2811-49/+128
* Do not update links treeview if it doesn't have a model assigned yet.Carlos Garcia Campos2007-01-281-1/+1
* Do not update links treeview when sidepane is not visible.Carlos Garcia Campos2007-01-282-16/+33
* Remove activate_link signal, not required.Nickolay V. Shmyrev2007-01-285-45/+12
* Reorder menu items and build menu with fixed lengthNickolay V. Shmyrev2007-01-281-3/+3
* Normalize text to fix ligatures problem. See bug #341947 for details.Ed Catmur2007-01-271-1/+4
* Fix memory leak in ev-page-cache.Carlos Garcia Campos2007-01-251-0/+1
* Do file transfer asynchronously in the main thread instead ofCarlos Garcia Campos2007-01-245-119/+152
* Load the document with the font-config lock held.Carlos Garcia Campos2007-01-241-0/+2
* Do not acquire fontconfig lock in impress backend, since it is using theCarlos Garcia Campos2007-01-211-1/+1
* Render "loading..." text into a cairo surface instead of directly into theCarlos Garcia Campos2007-01-212-41/+66
* Use icon theme associated with the window screen rather than default.Carlos Garcia Campos2007-01-192-12/+27
* Move Evince icons under new apps directory.Luca Ferretti2007-01-192-11/+19
* Do not draw white background page in presentation mode.Carlos Garcia Campos2007-01-182-8/+8
* Remove unused gnome-vfs include.Jani Monoses2007-01-161-1/+0
* Do not include in recent menu inexistent documents. Fixes bug #339171.Carlos Garcia Campos2007-01-141-3/+4
* Do Save a copy in atomic way. Fixes bug #328266.Carlos Garcia Campos2007-01-131-12/+48
* Keep selected cell always visible in index treeview.Carlos Garcia Campos2007-01-121-5/+3
* Restore horizontal scrollbar after switching to/from fullscreen orCarlos Garcia Campos2007-01-121-5/+2
* Use max and min scale values in the view iby taking dpi into account.Carlos Garcia Campos2007-01-114-16/+38
* Send print job to printer with some settings set to default values, sinceCarlos Garcia Campos2007-01-091-1/+19
* Show main window and load document with the font-config lock held.Carlos Garcia Campos2007-01-092-0/+4
* Bump requirements to dbus-glib 0.71 and drop all ifdefs used.Carlos Garcia Campos2007-01-082-73/+3
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0811-10/+353