Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-077-63/+390
* Move view drag and drop stuff to ev-view.Carlos Garcia Campos2007-01-072-50/+49
* Clear selection also in pixbuf cache.Carlos Garcia Campos2007-01-052-0/+3
* Actually remove .cvsignore filesChristian Persch2006-12-311-6/+0
* Add page transition support in presentation mode. At the moment only pageCarlos Garcia Campos2006-12-272-0/+50
* Update page-cache when page is changed by the view, so that page-changedCarlos Garcia Campos2006-12-251-1/+7
* Restore zoom settings when back from presentation mode.Carlos Garcia Campos2006-12-243-3/+15
* Always use "best fit" zoom in presentation mode. Fixes bug #389195.Wouter Bolsterlee2006-12-241-0/+2
* Show "Jump to page" label in the page jumping popup in presentation modeWouter Bolsterlee2006-12-241-6/+11
* Do not escape uri before calling gnome_vfs_url_show(). Fixes bug #378085.Carlos Garcia Campos2006-12-231-8/+1
* Allow jumping to another page by typing a page number in presentationCarlos Garcia Campos2006-12-222-1/+223
* Make sure Evince doesn't restore the view on the last page when a documentWouter Bolsterlee2006-12-201-1/+9
* Fix compilation with older compilers like gcc 2. Fixes bug #387237.Jens Granseuer2006-12-181-1/+2
* Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.Carlos Garcia Campos2006-12-181-6/+7
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-183-3/+10
* Acquire lock document when drawing "Loading..." text so that only oneCarlos Garcia Campos2006-12-181-0/+4