Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disconnect also page-ready signal when removing a job because the pageCarlos Garcia Campos2007-12-231-0/+3
* Scroll pages in page entry with mouse wheel. Fixes bug #324122. Thanks toNickolay V. Shmyrev2007-12-201-0/+17
* Do not limit the minimum zoom factor when sizing mode is best bit or fitCarlos Garcia Campos2007-12-161-1/+3
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-141-19/+36
* A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE.Christian Persch2007-12-102-62/+32
* Use GSlice to allocate small amounts of memory. Bug #475972.Christian Persch2007-12-081-17/+13
* Restore cursor to normal after a drag operation. Fixes bug #501603.Carlos Garcia Campos2007-12-051-2/+4
* Use a message area instead of a popup dialog for error notifications.Carlos Garcia Campos2007-12-024-40/+474
* Remove the shadow of the fullscreen toolbar. Fixes bug #500702.Carlos Garcia Campos2007-12-021-0/+22
* Show thumbnails for documents with one page. Fixes bug #358751.Carlos Garcia Campos2007-12-011-25/+24
* Print settings that are specific to the document are now saved perCarlos Garcia Campos2007-12-011-1/+50
* Add a command line option for search. Fixes bug #497710.Carlos Garcia Campos2007-11-257-10/+64
* Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.Darren Kenny2007-11-201-1/+1
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-285-5/+203
* Do not jump to the first page when reloading by running evince from theCarlos Garcia Campos2007-10-281-2/+5
* Plugged memory leak when help file is not found. Fixes bug #490762.Hiroyuki Ikezoe2007-10-271-0/+2
* RemovedCarlos Garcia Campos2007-10-264-121/+0
* Let GnomeVFS check the URL, this allow more URL (like mailto:), and reportPascal Terjan2007-10-251-22/+18
* Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.Carlos Garcia Campos2007-10-221-0/+1
* Fix conflicting shortcut for view sade pane and presentation.Carlos Garcia Campos2007-10-111-1/+1
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-111-32/+26
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-112-27/+81
* Rotate also the window icon when document is rotated. Fixes bug #474681.Martin Schanzenbach2007-10-101-21/+33
* Do not show the toolbar in fullscreen mode if the main toolbar is notCarlos Garcia Campos2007-10-041-1/+5
* Give priority to form fields over images when deciding whether a buttonCarlos Garcia Campos2007-09-291-3/+3
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-044-128/+250
* Make sure not to use the history with documents not supporting links.Carlos Garcia Campos2007-09-031-2/+4
* Restart the search when reloading a document with the find bar visible.Carlos Garcia Campos2007-09-031-7/+21
* Do not jump to the first page when reloading a document from the lastCarlos Garcia Campos2007-09-031-2/+7