Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* Do not limit the minimum zoom factor when sizing mode is best bit or fitCarlos Garcia Campos2007-12-161-1/+3
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-141-19/+36
* A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE.Christian Persch2007-12-102-62/+32
* Use GSlice to allocate small amounts of memory. Bug #475972.Christian Persch2007-12-081-17/+13
* Restore cursor to normal after a drag operation. Fixes bug #501603.Carlos Garcia Campos2007-12-051-2/+4
* Use a message area instead of a popup dialog for error notifications.Carlos Garcia Campos2007-12-024-40/+474
* Remove the shadow of the fullscreen toolbar. Fixes bug #500702.Carlos Garcia Campos2007-12-021-0/+22
* Show thumbnails for documents with one page. Fixes bug #358751.Carlos Garcia Campos2007-12-011-25/+24
* Print settings that are specific to the document are now saved perCarlos Garcia Campos2007-12-011-1/+50
* Add a command line option for search. Fixes bug #497710.Carlos Garcia Campos2007-11-257-10/+64
* Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.Darren Kenny2007-11-201-1/+1
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-285-5/+203
* Do not jump to the first page when reloading by running evince from theCarlos Garcia Campos2007-10-281-2/+5
* Plugged memory leak when help file is not found. Fixes bug #490762.Hiroyuki Ikezoe2007-10-271-0/+2
* RemovedCarlos Garcia Campos2007-10-264-121/+0
* Let GnomeVFS check the URL, this allow more URL (like mailto:), and reportPascal Terjan2007-10-251-22/+18
* Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.Carlos Garcia Campos2007-10-221-0/+1
* Fix conflicting shortcut for view sade pane and presentation.Carlos Garcia Campos2007-10-111-1/+1
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-111-32/+26
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-112-27/+81
* Rotate also the window icon when document is rotated. Fixes bug #474681.Martin Schanzenbach2007-10-101-21/+33
* Do not show the toolbar in fullscreen mode if the main toolbar is notCarlos Garcia Campos2007-10-041-1/+5
* Give priority to form fields over images when deciding whether a buttonCarlos Garcia Campos2007-09-291-3/+3
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-044-128/+250
* Make sure not to use the history with documents not supporting links.Carlos Garcia Campos2007-09-031-2/+4
* Restart the search when reloading a document with the find bar visible.Carlos Garcia Campos2007-09-031-7/+21
* Do not jump to the first page when reloading a document from the lastCarlos Garcia Campos2007-09-031-2/+7
* Do not update visibility when changing a chrome flag so that it's possibleCarlos Garcia Campos2007-09-031-2/+11
* Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported byCarlos Garcia Campos2007-09-031-2/+2
* Make sure current-page <= end-page in continuous mode. Fixes bug #454950.Carlos Garcia Campos2007-09-031-1/+1
* Use always drag mouse cursor during a drag operation. Fixes bug #470564.Carlos Garcia Campos2007-09-031-9/+13
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-013-19/+1
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-317-43/+99
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-274-16/+43
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-272-2/+2
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-253-2/+19
* Reset also cups setting to 1 when printing multiple pages per sheet. FixesCarlos Garcia Campos2007-08-251-1/+3
* Also store in page-cache the dimensions of the thumbnails so that they canCarlos Garcia Campos2007-08-173-12/+120
* Fixes invalid read, see bug #466401.Justin Blanchard2007-08-141-3/+10
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-111-2/+24
* Do not use cairo_rectangle and cairo_clip since we are not usingCarlos Garcia Campos2007-08-051-20/+14
* Plugged memory leak.Hiroyuki Ikezoe2007-07-311-2/+6
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-304-4/+75
* Do not hide sidebar in fullscreen mode. Fixes bug #396535.Carlos Garcia Campos2007-07-301-4/+2
* Fix compile warnings.Carlos Garcia Campos2007-07-293-5/+14
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-293-7/+32
* Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. WorkaroundCarlos Garcia Campos2007-07-291-1/+5
* Add page_ready callback to main loop with high priority and hold aCarlos Garcia Campos2007-07-291-1/+4
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-293-0/+14
* Check for NULL, fixes bug #460862.Nickolay V. Shmyrev2007-07-291-3/+4