Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* [djvu] Do not alloc image buffer, let cairo do thatCarlos Garcia Campos2010-02-221-14/+8
|
* [ps] Implement ev_document_get_backend_info()Carlos Garcia Campos2010-02-041-0/+11
|
* [shell] Do not link to poppler directlyHib Eris2010-02-031-0/+24
| | | | Fixes bgo#608832.
* Assorted string fixesPhilip Withnall2010-02-033-7/+7
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [windows] Guess texmf.cnf location from mktexpk executableHib Eris2010-01-277-3/+112
| | | | Fixes bgo#602910.
* [dvi] Add 'b' to fopen mode for w32 compatibilityHib Eris2010-01-274-13/+13
|
* [windows] Define WIFEXITED and WEXITSTATUS on WindowsHib Eris2010-01-271-1/+6
|
* [dvi] Let kpathsea use ANSI C str(r)chr() instead of (r)index()Hib Eris2010-01-271-0/+13
|
* [dvi] Use ANSI C memset() instead of bzero() if availableHib Eris2010-01-271-1/+1
|
* [dvi] Use ANSI C rand() instead of random()Hib Eris2010-01-271-1/+1
|
* [windows] Use \r\n as delimiter to split lines on WindowsHib Eris2009-12-231-1/+12
| | | | Fixes bgo#605146.
* [comics] Do not initalize GPid's with -1Hib Eris2009-12-221-2/+2
| | | | | | On Windows, a GPid is a pointer, not an integer. Initializing it with "-1" causes warnings on Windows and is unnecessay on Unix, so it is better to not do that. See bgo#605146
* [comics] Properly quote commandsHib Eris2009-12-221-9/+11
| | | | See bgo#605146.
* [windows] Make comics backend also compile on WindowsHib Eris2009-12-221-1/+7
| | | | See bgo#605146.
* [comics] Remove comics_regex_quote() in favor of always using g_shell_quote()Juanjo Marín2009-12-221-52/+10
| | | | Fixes bgo#605092.
* [comics] Add support for cbt filesJuanjo Marín2009-12-112-8/+20
| | | | Fixes bgo#588266.
* 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-092-6/+4
| | | | | 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
* [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
|
*