Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use GdkAppLaunchContext when available to launch external uris.Carlos Garcia Campos2008-09-131-0/+9
* Use the message area to show errors when lauching external uris instead ofCarlos Garcia Campos2008-09-131-14/+4
* Assume invalid uris are http uris. Fixes bug #552071.Carlos Garcia Campos2008-09-131-1/+11
* Use GtkScrollType instead of EvScrollType.Carlos Garcia Campos2008-09-071-3/+5
* Do not append the file extension twice when saving an image.Carlos Garcia Campos2008-09-071-2/+2
* Use GdkAppLaunchContext when available to open attachments.Carlos Garcia Campos2008-09-051-2/+5
* Clean up the media player keys stuff.Carlos Garcia Campos2008-09-041-42/+48
* RemovedCarlos Garcia Campos2008-08-271-53/+110
* Remove the idle function for setting the document up when the window isCarlos Garcia Campos2008-08-241-1/+11
* Fix loading encrypted documents since I broke it with the jobs rework.Carlos Garcia Campos2008-08-061-27/+8
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-31/+34
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-13/+13
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-49/+58
* Intercept window manager's fullscreen request in order to run/stopCarlos Garcia Campos2008-07-201-0/+30
* Restart the job search when the find bar is opened for the second time.Carlos Garcia Campos2008-07-201-3/+5
* Use Alt+Left to rotate left, and Alt+Right to rotate right. Ctrl+R (as EOGBastien Nocera2008-06-241-2/+2
* When building with D-Bus support, listen for multimedia key events fromBastien Nocera2008-06-241-0/+52
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-161-5/+30
* Automaticly reload the document when the file has changed on disk. BugCarlos Garcia Campos2008-06-151-20/+94
* Fix some build warnings under GCC 4.3.0. (#537535).Cosimo Cecchi2008-06-101-8/+8
* Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.Carlos Garcia Campos2008-05-251-1/+1
* Use the window title as print job name instead of just "evince-print".Carlos Garcia Campos2008-05-251-2/+2
* Update also the primary selection when copying a link address. Fixes bugCarlos Garcia Campos2008-04-201-7/+2
* Add GtkMountOperation (renamed to avoid conflicts) to be able to openCarlos Garcia Campos2008-04-161-10/+48
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-6/+1
* Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.Carlos Garcia Campos2008-04-121-0/+2
* 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