Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Check if text inserted in page entry is a valid page number when itCarlos Garcia Campos2006-12-153-8/+25
* GTK_STOCK_SELECT_ALL is used in menu definition, but isn't available withJulien Rebetez2006-12-141-0/+4
* Take screen DPI into account when zooming. Fixes bug #318285.Carlos Garcia Campos2006-12-141-4/+28
* Corrected "end of presentation" string.Wouter Bolsterlee2006-12-131-1/+1
* Correctly propagate key press event so that up/down keys work as expectedWouter Bolsterlee2006-12-131-3/+4
* Fixes CHACK type in class casts. See bug #385343 for details.P. Henrique Silva2006-12-137-8/+8
* Blank screen in presentation mode when pressing 'b' (filling with black)Carlos Garcia Campos2006-12-102-16/+104
* Use stock icon for Select All action. Fixes bug #382652.Gabriel Felipe Cornejo2006-12-091-1/+1
* Add links support in rotated documents. Fixes bug #343733.Radoslav Dorcik2006-12-091-6/+49