Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-jobs.c
Commit message (Collapse)AuthorAgeFilesLines
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-091-1/+1
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-091-1/+1
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* [libview] Unref EvPage as soon as page is renderedCarlos Garcia Campos2009-12-091-9/+7
|
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-72/+82
| | | | | | | | | 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.
* 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.
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-23/+12
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
*