Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* RemovedCarlos Garcia Campos2008-12-018-499/+509
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-7/+112
* Make sure find_result is never < 0 which causes a crash while searching.Carlos Garcia Campos2008-11-231-1/+1
* Fixes crash on fast scrolling with simultaneous text selection.Marek Kašík2008-11-181-2/+9
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-182-7/+6
* Add layers support.Carlos Garcia Campos2008-11-158-50/+653
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-152-0/+2
* Fix build with GTK+ < 2.14Carlos Garcia Campos2008-11-051-0/+4
* Move the egg_set_desktop_file() call to main and removeCarlos Garcia Campos2008-11-022-4/+3
* 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-3110-384/+2
* Bug 558064 – build with single includesChristian Persch2008-10-273-3/+3
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-271-1/+1
* Cancel the animation without scheduling transition start and proceed toNickolay V. Shmyrev2008-10-231-9/+25
* Disable toggle function of F5 when in presentation mode. Patch by DaveCarlos Garcia Campos2008-10-171-2/+0
* Instead of using only one loading icon for thumbnails based on the size ofCarlos Garcia Campos2008-10-171-36/+66
* Fix memory leak.Carlos Garcia Campos2008-10-171-0/+5
* Removes bad prefixes from window title. Patch by Robin SoneforsNickolay V. Shmyrev2008-10-131-6/+23
* Do not consider mailto links as http uris. Fixes bug #555801.Carlos Garcia Campos2008-10-121-1/+2
* Fix memory leak. Fixes bug #555134.Carlos Garcia Campos2008-10-061-0/+3
* Emit the job finished signal when the job is handled before the page_readyCarlos Garcia Campos2008-10-041-0/+1
* 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
* Make sure copy_job_page_and_selection_to_job_info is always called beforeCarlos Garcia Campos2008-09-261-0/+6
* 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
* Allow page scrolling with PageUp/PageDown keys when find bar is active.Carlos Garcia Campos2008-09-071-1/+12
* Use GtkScrollType instead of EvScrollType.Carlos Garcia Campos2008-09-075-73/+44
* Patch for case unsensitive page label match by Michael Lee. See bugNickolay V. Shmyrev2008-09-072-0/+13
* Do not append the file extension twice when saving an image.Carlos Garcia Campos2008-09-071-2/+2
* Make sure the cursor is correctly restored after showing the right clickCarlos Garcia Campos2008-09-051-9/+15
* Use GdkAppLaunchContext when available to open attachments.Carlos Garcia Campos2008-09-052-3/+9
* Grab the mediakeys with a low priority. Fixes bug #547164. Patch by EricCarlos Garcia Campos2008-09-041-1/+6
* Clean up the media player keys stuff.Carlos Garcia Campos2008-09-045-138/+140
* Make sure evince starts up in the right workspace when resuming a previousCarlos Garcia Campos2008-08-311-5/+7
* Fix window manager warnings shown in ~/.xsession-errorsCarlos Garcia Campos2008-08-311-6/+14
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-314-88/+117
* Remove gnome_authentication_manager_init.Carlos Garcia Campos2008-08-271-6/+0
* Use gtk_box_pack_start instead of gtk_box_pack_start_defaults since it'sCarlos Garcia Campos2008-08-271-1/+1
* RemovedCarlos Garcia Campos2008-08-276-255/+385
* Remove the idle function for setting the document up when the window isCarlos Garcia Campos2008-08-241-1/+11
* Add a new job to get the attachments in a thread with the document lockCarlos Garcia Campos2008-08-223-39/+145
* Do not crash when adjustment page size is 0. Fixes bug #547440.Carlos Garcia Campos2008-08-171-7/+10
* Fix loading encrypted documents since I broke it with the jobs rework.Carlos Garcia Campos2008-08-065-35/+42
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-0332-90/+105
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-0318-108/+74