Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-256-263/+221
* Use top/up/bottom/down arrows instead of first/left/last/right in theWouter Bolsterlee2008-01-241-4/+4
* Override PDF restrictions by default. Fixes bug #382700.Wouter Bolsterlee2008-01-241-1/+1
* Added comment for translatorsGil Forcada2008-01-231-0/+1
* Do not create the idle function for kinetic scrolling if we are not in aCarlos Garcia Campos2008-01-221-7/+11
* Restore cursor after autoscrolling. Fixes bug #509958.Carlos Garcia Campos2008-01-221-15/+23
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-193-19/+43
* Make gnome-keyring optional. Fixes bug #509676.Marcelo Lira2008-01-181-4/+17
* Initialize include_images variable as FALSE instead of TRUE.Carlos Garcia Campos2008-01-161-1/+1
* Simplify image format selection on save.Nickolay V. Shmyrev2008-01-154-29/+126
* Repair gorizontal scrolling with shift. Fixes bug #483412.Nickolay V. Shmyrev2008-01-141-3/+4
* RTL marker in recent file list. See bug #509076.Djihed Afifi2008-01-131-2/+5
* Fix compile warnings due to unused variables.Carlos Garcia Campos2008-01-131-2/+1
* Implement "fade" effect.Carlos Garnacho2008-01-041-0/+18
* Implement "uncover" effect.Carlos Garnacho2008-01-041-0/+33
* Implement "cover" effect.Carlos Garnacho2008-01-041-0/+33
* Implement "push" effect.Carlos Garnacho2008-01-041-0/+33
* Implement "dissolve" effect.Carlos Garnacho2008-01-041-0/+18
* Implement "wipe" effect.Carlos Garnacho2008-01-041-0/+57
* Implement "box" effect.Carlos Garnacho2008-01-041-0/+47
* Implement "blinds" effect.Carlos Garnacho2008-01-041-0/+47
* Implement "split" effect.Carlos Garnacho2008-01-041-0/+68
* Add a EvTransitionAnimation to the struct.Carlos Garnacho2008-01-042-20/+109
* Added, EvTransitionAnimation will contain the implementations for pageCarlos Garnacho2008-01-043-0/+384
* Added, EvTimeline is the base object for animations. Added these files toCarlos Garnacho2008-01-043-0/+538
* Allow exporting images in any format supported by GdkPixbuf. Fixes bugCarl-Anton Ingmarsson2007-12-302-10/+26
* Include config.h. Bug #504721.Christian Persch2007-12-2812-0/+12
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-283-18/+16
* Kinetic scrolling implemented as requested in bug #461271. Thanks to DavidNickolay V. Shmyrev2007-12-242-4/+98
* Autoscroll feature with the context menu. Fixes bug #323670. Thanks toNickolay V. Shmyrev2007-12-234-2/+95