Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Do not unfullscreen and fullscreen again the window when changing fromCarlos Garcia Campos2008-04-021-29/+54
* Handle errors when opening remote files.Carlos Garcia Campos2008-03-311-29/+59
* Reuse g_app_info_launch_default_for_uri to save some code and fix bugEmil Soleyman2008-03-291-25/+4
* Use g_str_has_suffix. See bug #523069.Wouter Bolsterlee2008-03-241-1/+1
* Do not append the extension to filename when saving an image if theCarlos Garcia Campos2008-03-191-9/+12
* Cancel the find operation when the find bar is closed. Fixes bug #508845.Carlos Garcia Campos2008-03-181-0/+1
* Bug 495107 – Handle print dialog responses correctlyWouter Bolsterlee2008-03-091-1/+1
* Make sure print job is only run when the print button is clicked. Based onCarlos Garcia Campos2008-03-081-1/+2
* Use g_file_has_prefix instead of renamed g_file_contains_file.Alexander Larsson2008-02-251-1/+1
* Remove libgnomeprint support. Fixes bug #512370.Carlos Garcia Campos2008-02-081-177/+8
* Fix compile warning.Carlos Garcia Campos2008-01-271-1/+1
* RemovedCarlos Garcia Campos2008-01-261-29/+0
* Stop autoscroll when Escape key is pressed. Fixes bug #511635.Carlos Garcia Campos2008-01-261-1/+3
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-251-234/+188
* Use top/up/bottom/down arrows instead of first/left/last/right in theWouter Bolsterlee2008-01-241-4/+4
* Override PDF restrictions by default. Fixes bug #382700.Wouter Bolsterlee2008-01-241-1/+1
* Added comment for translatorsGil Forcada2008-01-231-0/+1
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-191-15/+27
* Simplify image format selection on save.Nickolay V. Shmyrev2008-01-151-27/+39
* RTL marker in recent file list. See bug #509076.Djihed Afifi2008-01-131-2/+5
* Fix compile warnings due to unused variables.Carlos Garcia Campos2008-01-131-2/+1
* Allow exporting images in any format supported by GdkPixbuf. Fixes bugCarl-Anton Ingmarsson2007-12-301-10/+24
* Autoscroll feature with the context menu. Fixes bug #323670. Thanks toNickolay V. Shmyrev2007-12-231-0/+10
* Use a message area instead of a popup dialog for error notifications.Carlos Garcia Campos2007-12-021-34/+71
* Remove the shadow of the fullscreen toolbar. Fixes bug #500702.Carlos Garcia Campos2007-12-021-0/+22
* 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-251-4/+14
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-281-4/+29
* 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-261-74/+0
* Let GnomeVFS check the URL, this allow more URL (like mailto:), and reportPascal Terjan2007-10-251-22/+18
* Fix conflicting shortcut for view sade pane and presentation.Carlos Garcia Campos2007-10-111-1/+1
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-111-1/+11
* 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
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-041-124/+61
* 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
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-13/+0
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-1/+1
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-271-9/+27
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-271-1/+1
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-251-0/+13
* Reset also cups setting to 1 when printing multiple pages per sheet. FixesCarlos Garcia Campos2007-08-251-1/+3
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-111-2/+24
* Plugged memory leak.Hiroyuki Ikezoe2007-07-311-2/+6