Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Show progress information when loading/saving remote files. Fixes bugCarlos Garcia Campos2008-12-301-28/+345
* Fix saving images to remote locations.Carlos Garcia Campos2008-12-301-1/+1
* Remember page setup options too. Paper size is globally remembered whileCarlos Garcia Campos2008-12-291-46/+150
* Show a confirmation dialog when there are pending print jobs while closingCarlos Garcia Campos2008-12-281-10/+122
* Show progress information when printing. Fixes bug #482770.Carlos Garcia Campos2008-12-271-14/+152
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-271-291/+37
* Fix memory leaks.Carlos Garcia Campos2008-12-271-0/+3
* Add document URI to properties page. Fixes bug #555376.Carlos Garcia Campos2008-12-031-0/+2
* RemovedCarlos Garcia Campos2008-12-011-67/+52
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-7/+112
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-181-1/+3
* Add layers support.Carlos Garcia Campos2008-11-151-6/+39
* Fix build with GTK+ < 2.14Carlos Garcia Campos2008-11-051-0/+4
* Do not use popup dialogs to show error messages anymore, use the messageCarlos Garcia Campos2008-11-011-54/+17
* Use a message format (with printf()-style) in ev_window_error_message andCarlos Garcia Campos2008-11-011-37/+45
* Change ev_window_error_message and ev_window_warning_message to receive aCarlos Garcia Campos2008-11-011-17/+17
* Use gtk_show_uri() when availale to display help contents.Carlos Garcia Campos2008-11-011-0/+19
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-14/+1
* Bug 558064 – build with single includesChristian Persch2008-10-271-1/+1
* Disable toggle function of F5 when in presentation mode. Patch by DaveCarlos Garcia Campos2008-10-171-2/+0
* Do not consider mailto links as http uris. Fixes bug #555801.Carlos Garcia Campos2008-10-121-1/+2
* Use GdkAppLaunchContext when available to launch external applications.Carlos Garcia Campos2008-10-041-3/+9
* Fix launching external applications for launch actions which seems to beCarlos Garcia Campos2008-10-041-21/+21
* 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