Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-jobs.c
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Add a job to get the list of all annotations in documentCarlos Garcia Campos2010-07-121-0/+82
|
* Switch to GTK+ 3Carlos Garcia Campos2010-07-081-1/+1
|
* [libview] Get text and text_layout and store it in EvPageCacheDaniel Garcia2010-06-261-1/+9
|
* [pdf] Implement EvDocumentText interfaceDaniel Garcia2010-06-261-2/+3
|
* Don't mix PopplerRectangle and EvRectangleCarlos Garcia Campos2010-06-141-1/+1
| | | | | We shouldn't assume a PopplerRectangle was created with g_new(), so better use poppler_rectangle_free().
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [libview] Fix loading of compressed password-protected documentsCarlos Garcia Campos2010-04-031-2/+6
| | | | Fixes bug #613959.
* 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.
*