Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-099-411/+611
| | | | | | | | | 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
|
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-081-1/+1
| | | | | Selection map doesn't depend on scale/rotation so only the page is needed.
* Remove leftover EvPageCacheCarlos Garcia Campos2009-12-081-1/+0
|
* [libview] Remove unimplemented method ev_job_is_cancelled()Carlos Garcia Campos2009-12-051-1/+0
| | | | Fixes bgo#603858.
* [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
|
*