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 g_error_matches.Christian Persch2009-02-151-2/+1
* Do not use metadata when reloading the document, so that the window is notCarlos Garcia Campos2009-02-101-89/+101
* Make use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-2/+8
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-2/+4
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-201-5/+5
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-181-6/+2
* Remove dest, mode and search_string from EvJobLoad since they are notCarlos Garcia Campos2009-01-181-9/+37
* Make the whole EvWindow the destination of a drag and drop operation.Carlos Garcia Campos2009-01-181-0/+46
* Add missing brakets around the percentage in progress messages. See bugCarlos Garcia Campos2009-01-161-2/+2
* Use brakets around the percentage in progress messages. See bug #567910.Carlos Garcia Campos2009-01-161-4/+4
* Fix typo in error message. See bug #567910.Carlos Garcia Campos2009-01-161-1/+1
* Fix mnemonic conflict. Fixes bug #567937.Carlos Garcia Campos2009-01-161-1/+1
* 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