Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Open links in new window when clicking with middle button.Carlos Garcia Campos2007-01-281-2/+18
* Store link before jump, not the destination. For me it seems like moreNickolay V. Shmyrev2007-01-281-1/+2
* History finally works as expected.Nickolay V. Shmyrev2007-01-281-1/+11
* Normalize text to fix ligatures problem. See bug #341947 for details.Ed Catmur2007-01-271-1/+4
* Do not acquire fontconfig lock in impress backend, since it is using theCarlos Garcia Campos2007-01-211-1/+1
* Render "loading..." text into a cairo surface instead of directly into theCarlos Garcia Campos2007-01-211-41/+65
* Do not draw white background page in presentation mode.Carlos Garcia Campos2007-01-181-7/+7
* Remove unused gnome-vfs include.Jani Monoses2007-01-161-1/+0
* Restore horizontal scrollbar after switching to/from fullscreen orCarlos Garcia Campos2007-01-121-5/+2
* Use max and min scale values in the view iby taking dpi into account.Carlos Garcia Campos2007-01-111-13/+25
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-3/+0
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-25/+166
* Move view drag and drop stuff to ev-view.Carlos Garcia Campos2007-01-071-4/+49
* Clear selection also in pixbuf cache.Carlos Garcia Campos2007-01-051-0/+2
* Add page transition support in presentation mode. At the moment only pageCarlos Garcia Campos2006-12-271-0/+49
* Update page-cache when page is changed by the view, so that page-changedCarlos Garcia Campos2006-12-251-1/+7