Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-46/+0
* Cancel the animation without scheduling transition start and proceed toNickolay V. Shmyrev2008-10-231-9/+25
* Fix memory leak. Fixes bug #555134.Carlos Garcia Campos2008-10-061-0/+3
* Use GtkScrollType instead of EvScrollType.Carlos Garcia Campos2008-09-071-51/+32
* Make sure the cursor is correctly restored after showing the right clickCarlos Garcia Campos2008-09-051-9/+15
* 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-271-184/+46
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-9/+10
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-5/+3
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-031-1/+0
* Add '.' keybinding for blanking the screen in presentation mode. Fixes bugCarlos Garcia Campos2008-07-131-0/+2
* Update also the primary selection when copying a link address. Fixes bugCarlos Garcia Campos2008-04-201-13/+51
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-14/+18
* 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