Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add gio header.Carlos Garcia Campos2008-08-031-0/+2
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-0316-1068/+1118
* Add a profile mode available when debug is enabled. Add profilers inCarlos Garcia Campos2008-07-272-2/+15
* 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
* Add '.' keybinding for blanking the screen in presentation mode. Fixes bugCarlos Garcia Campos2008-07-131-0/+2
* 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-248-1/+342
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-162-7/+34
* Automaticly reload the document when the file has changed on disk. BugCarlos Garcia Campos2008-06-154-20/+321
* Fix some build warnings under GCC 4.3.0. (#537535).Cosimo Cecchi2008-06-104-15/+15
* Fix a crash in debug mode. Patch by Daniel M German.Carlos Garcia Campos2008-05-291-2/+1
* 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
* Merge branch 'ev-debug' into workCarlos Garcia Campos2008-04-272-0/+56
* Update also the primary selection when copying a link address. Fixes bugCarlos Garcia Campos2008-04-204-20/+58
* Add GtkMountOperation (renamed to avoid conflicts) to be able to openCarlos Garcia Campos2008-04-162-10/+50
* Create the render context needed for rendering a page in the render threadCarlos Garcia Campos2008-04-143-129/+121
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-147-64/+93
* Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.Carlos Garcia Campos2008-04-121-0/+2
* Fix a crash when printing a range that doesn't specify the start or endCarlos Garcia Campos2008-04-061-0/+5
* 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
* Only grab the focus for the current visible proxy widget. Fixes bugCarlos Garcia Campos2008-03-311-1/+3
* 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