Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-183-2/+17
* Invert collate action in order to work as expected, fix reverse printingCarlos Garcia Campos2008-03-181-14/+13
* 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
* Added. Returns whether the animation has everything necessary to run. DoCarlos Garnacho2008-02-293-4/+21
* Fix a crash when a choice form field doesn't have any item selected. FixesCarlos Garcia Campos2008-02-271-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-0810-719/+13
* Fix compile warning.Carlos Garcia Campos2008-01-271-1/+1
* RemovedCarlos Garcia Campos2008-01-265-200/+2
* Stop autoscroll when Escape key is pressed. Fixes bug #511635.Carlos Garcia Campos2008-01-263-10/+40