Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/pdf
Commit message (Collapse)AuthorAgeFilesLines
* [shell] Do not link to poppler directlyHib Eris2010-02-031-0/+24
| | | | Fixes bgo#608832.
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-091-4/+3
| | | | | 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-4/+2
| | | | | So that we can re-use the page object instead of creating and deleting a new one.
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-081-3/+3
| | | | | Selection map doesn't depend on scale/rotation so only the page is needed.
* [pdf] Use the attachment name rather than the annotation nameCarlos Garcia Campos2009-11-171-4/+1
| | | | | Annotation name is the name of an icon to be used in displaying the annot.
* [pdf] Add support for Attachment annotationsCarlos Garcia Campos2009-11-161-7/+47
| | | | See bgo#601839
* [build] Remove gitignore files from gitChristian Persch2009-10-251-24/+0
| | | | They're autogenerated now.
* [pdf] Get information about document license from PDF metadataJuanjo MarĂ­n2009-10-251-23/+164
| | | | See bgo#349173.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+24
| | | | Import git.mk.
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-5/+1
| | | | The static data about the document is stored now in EvDocument class
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-151-44/+38
|
*