Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Cancel the find operation when the find bar is closed. Fixes bug #508845.Carlos Garcia Campos2008-03-181-2/+14
* Added. Returns whether the animation has everything necessary to run. DoCarlos Garnacho2008-02-291-4/+7
* Fix a crash when a choice form field doesn't have any item selected. FixesCarlos Garcia Campos2008-02-271-1/+2
* RemovedCarlos Garcia Campos2008-01-261-7/+0
* Stop autoscroll when Escape key is pressed. Fixes bug #511635.Carlos Garcia Campos2008-01-261-8/+35
* 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-191-2/+14
* Repair gorizontal scrolling with shift. Fixes bug #483412.Nickolay V. Shmyrev2008-01-141-3/+4
* Add a EvTransitionAnimation to the struct.Carlos Garnacho2008-01-041-20/+106
* Include config.h. Bug #504721.Christian Persch2007-12-281-0/+1
* Kinetic scrolling implemented as requested in bug #461271. Thanks to DavidNickolay V. Shmyrev2007-12-241-4/+92
* Autoscroll feature with the context menu. Fixes bug #323670. Thanks toNickolay V. Shmyrev2007-12-231-0/+70
* 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
* Restore cursor to normal after a drag operation. Fixes bug #501603.Carlos Garcia Campos2007-12-051-2/+4
* Give priority to form fields over images when deciding whether a buttonCarlos Garcia Campos2007-09-291-3/+3
* Make sure current-page <= end-page in continuous mode. Fixes bug #454950.Carlos Garcia Campos2007-09-031-1/+1
* Use always drag mouse cursor during a drag operation. Fixes bug #470564.Carlos Garcia Campos2007-09-031-9/+13
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-37/+79
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-271-1/+8
* Do not use cairo_rectangle and cairo_clip since we are not usingCarlos Garcia Campos2007-08-051-20/+14
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-301-4/+71
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-291-4/+13
* Check for NULL, fixes bug #460862.Nickolay V. Shmyrev2007-07-291-3/+4
* Unix-like hjkl bindings added. See bug #458111.Cosimo Cecchi2007-07-271-0/+9
* Reorganizes utility functions.Johannes Buchner2007-07-271-1/+36
* Give priority to forms over text to set the cursor.Carlos Garcia Campos2007-07-251-2/+2
* Use IBEAM cursor for text form fields and NORMAL cursor for read onlyCarlos Garcia Campos2007-07-241-47/+18
* Update region for current selected items also for checkbox buttons, sinceCarlos Garcia Campos2007-07-201-26/+18
* Fix build with current poppler cvs head.Carlos Garcia Campos2007-07-191-4/+2
* Fix a crash when closing whith a form widget visible.Carlos Garcia Campos2007-07-091-1/+7
* Update also the region of the current selected button when clicking onCarlos Garcia Campos2007-07-091-11/+51
* Redraw only form field region instead of the whole page when reloading aCarlos Garcia Campos2007-07-091-2/+42
* Fix selection of first item in list form fields.Carlos Garcia Campos2007-07-091-7/+7
* Merge evince-forms branch.Carlos Garcia Campos2007-07-081-74/+575
* Do not change current page when returning from black/white mode inCesar Fernandez2007-06-211-0/+14
* Draw only visible region.Carlos Garcia Campos2007-06-141-1/+7
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-101/+115
* Show loading text centered. Fixes bug #433061Carlos Garcia Campos2007-06-121-1/+1
* Update cursor and tooltip on page change and view scroll. Fixes bugCarlos Garcia Campos2007-05-191-5/+14
* Start rendering pages before any other jobs.Carlos Garcia Campos2007-04-221-0/+3
* Check pointer != NULL before using it. Fixes bug #416841.Carlos Garcia Campos2007-03-191-2/+4
* Allow deleting in goto window entry in presentation mode.Carlos Garcia Campos2007-02-231-0/+2
* Fix critical warnings when there is no document loaded.Carlos Garcia Campos2007-02-151-0/+6
* Do not start an image drag and drop operation when pointer is on text, soCarlos Garcia Campos2007-02-011-1/+2
* Do not zoom in or out on presentation mode. Fixes bug #401305.Esteban Sanchez2007-01-311-0/+6
* Fix memory leak.Carlos Garcia Campos2007-01-281-1/+0
* Correctly handle named destination linksNickolay V. Shmyrev2007-01-281-4/+8
* Implements another history variantNickolay V. Shmyrev2007-01-281-1/+2