Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Remove presentation mode code from EvViewCarlos Garcia Campos2010-01-031-738/+34
|
* [libview] Remove ev_view_page_label_from_dest()Carlos Garcia Campos2010-01-031-38/+2
| | | | | It shouldn't be a view method since it depends on the document rather than the view and it's been replaced by ev_document_links_get_dest_page_label()
* [libview] Move cursor handling stuff to a new fileCarlos Garcia Campos2010-01-031-45/+5
|
* [libview] Disable text selection in presentation modeCarlos Garcia Campos2009-12-281-6/+32
| | | | Fixes bug 605554.
* [libview] Initialize view from model when a new model is setCarlos Garcia Campos2009-12-211-0/+10
|
* [libview] Fix a crash with document that contain no pages or empty pagesCarlos Garcia Campos2009-12-201-1/+5
| | | | Fixes bgo#605029.
* Unref document after unreffing pixbuf_cache.Hib Eris2009-12-191-5/+5
| | | | | The pixbuf_cache depends on the availabilty of the document's module library (at least for djvu-documents on Windows). Fixes bgo#604919.
* [libview] Remove props and api from EvView that is already in EvDocumentModelCarlos Garcia Campos2009-12-131-206/+9
|
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-20/+36
| | | | | | | | | Dynamic page data (page surfaces and selections) that depend on current scale/rotation, keep in EvPixbufCache with the current cache approach. Static page data (links, annots, images, text and forms) that don't depend on current scale/rotation, have been moved to EvPageCache and they are never removed from the cache. Fixes bgo#602405.
* [libview] Don't try to show/hide annot windows the first time page range changesCarlos Garcia Campos2009-12-081-2/+2
|
* [libview] Improve size_request functionsCarlos Garcia Campos2009-12-011-48/+54
| | | | Some of the code is only required depending on the sizing mode.
* [libview] Remove unneeded redundant codeCarlos Garcia Campos2009-12-011-21/+2
|
* [libview] Queue a redraw instead of a resize when inverted colors changesCarlos Garcia Campos2009-11-301-1/+1
|
* [libview] Fix infinite loop when scrollbar visibility changes in fit-with modeCarlos Garcia Campos2009-11-301-13/+57
|
*