Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-pixbuf-cache.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Remove RenderContext from CacheJobInfoCarlos Garcia Campos2009-12-091-31/+11
|
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-286/+55
| | | | | | | | | 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.
*