Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* [pdf] Add support for Attachment annotationsCarlos Garcia Campos2009-11-161-7/+47
| | | | See bgo#601839
* [comics] Add a bit of documentationChristian Persch2009-10-261-14/+36
|
* [comics] Includes cleanupChristian Persch2009-10-261-5/+6
|
* [build] Remove gitignore files from gitChristian Persch2009-10-2510-237/+0
| | | | They're autogenerated now.
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-22/+9
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* [comics] Use a GPtrArray for the page namesChristian Persch2009-10-251-27/+35
| | | | | Use a ptr array for the page names instead of a GSList. Don't sort-on-insert, instead sort in one pass after all pages are inserted.
* [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-2210-0/+20
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-2110-0/+237
| | | | 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
* Move default implementation of document_get_info from backends to base classCarlos Garcia Campos2009-09-156-67/+0
|
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-159-210/+175
|
*