Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restore zoom settings when back from presentation mode.Carlos Garcia Campos2006-12-241-0/+10
* Show "Jump to page" label in the page jumping popup in presentation modeWouter Bolsterlee2006-12-241-6/+11
* Allow jumping to another page by typing a page number in presentationCarlos Garcia Campos2006-12-221-1/+219
* Fix compilation with older compilers like gcc 2. Fixes bug #387237.Jens Granseuer2006-12-181-1/+2
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-181-2/+2
* Acquire lock document when drawing "Loading..." text so that only oneCarlos Garcia Campos2006-12-181-0/+4
* Corrected "end of presentation" string.Wouter Bolsterlee2006-12-131-1/+1
* Correctly propagate key press event so that up/down keys work as expectedWouter Bolsterlee2006-12-131-3/+4
* Blank screen in presentation mode when pressing 'b' (filling with black)Carlos Garcia Campos2006-12-101-15/+96
* Add links support in rotated documents. Fixes bug #343733.Radoslav Dorcik2006-12-091-6/+49
* Show a blank page after the last page in presentation mode with a messageCarlos Garcia Campos2006-12-091-4/+65
* Don't render "loading..." text in presentation mode. Temporary workaroundWouter Bolsterlee2006-10-271-0/+6
* Page Up/Down should do page jumps in "Best fit" mode. If a user hasWouter Bolsterlee2006-10-191-1/+1
* Fixes bug #343199, current page now follows find page.Nickolay V. Shmyrev2006-10-081-8/+9
* Don't open links with middle mouse button. Fixes bug #353649Carlos Garcia Campos2006-09-071-1/+1