Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/gtk/gdkNickolay V. Shmyrev2007-07-291-2/+2
* Fixes bug #437681 - blocks while enumerating printers.Christian Persch2007-07-291-50/+65
* Don't use deprecated gtk+ function. See bug #460909.Christian Persch2007-07-291-16/+7
* Do not use display before initializing it. Remove compile warnings.Carlos Garcia Campos2007-07-272-10/+12
* Unix-like hjkl bindings added. See bug #458111.Cosimo Cecchi2007-07-271-0/+9
* Reorganizes utility functions.Johannes Buchner2007-07-276-71/+101
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-263-52/+129
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-263-60/+55
* Give priority to forms over text to set the cursor.Carlos Garcia Campos2007-07-251-2/+2
* Use IBEAM cursor for text form fields and NORMAL cursor for read onlyCarlos Garcia Campos2007-07-242-48/+18
* Update region for current selected items also for checkbox buttons, sinceCarlos Garcia Campos2007-07-201-26/+18