Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* [pdf] Add support for Attachment annotationsCarlos Garcia Campos2009-11-161-7/+47
* [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
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-22/+9
* [comics] Use a GPtrArray for the page namesChristian Persch2009-10-251-27/+35
* [pdf] Get information about document license from PDF metadataJuanjo Marín2009-10-251-23/+164
* [build] Include git.mk in all MakefilesChristian Persch2009-10-2210-0/+20
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-2110-0/+237
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-5/+1
* 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
* Remove attachments from EvDocument interface and use EvDocumentAttachments in...Carlos Garcia Campos2009-09-151-118/+121
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-168-31/+13
* Fix misspelling of 'appropriate'Tommi Vainikainen2009-08-131-1/+1
* [pdf] Do not fill the surface before renderingCarlos Garcia Campos2009-06-301-9/+1
* Add the BACKEND_LIBS into libraries so that Windows build can link.Fridrich Strba2009-06-231-0/+1
* [pdf] Use a transparent surface and fill it in white after renderingCarlos Garcia Campos2009-06-191-6/+16
* Add zlib to linker flags to avoid undefined symbols on win32Fridrich Strba2009-06-151-1/+1
* Removed unused function to fix -Wall -Werror buildChristian Persch2009-06-111-20/+0
* [pdf] Set whether markup annot has a popup associated or notCarlos Garcia Campos2009-06-011-4/+15
* Use EvMapping instead of Ev*Mapping typesCarlos Garcia Campos2009-05-232-50/+51
* [comics] Support for cb7 using the p7zip commands.Juanjo Marín2009-05-201-20/+48
* [pdf] Gracefully work with FITB and friendsMatthias Drochner2009-05-201-10/+4
* [pdf] Fix double to int conversion in thumbnails_get_dimensionsCarlos Garcia Campos2009-05-201-3/+3
* [pdf] Parse xml metadata to detect PDF/A documentsDavide Capodaglio2009-05-201-0/+105
* [pdf] Implement EvDocumentPrint interfaceCarlos Garcia Campos2009-05-171-0/+27
* [comics] Fixes handling of the tmp folderJuanjo Marín2009-05-171-8/+2
* [pdf] Fix build with poppler without cairo supportCarlos Garcia Campos2009-05-141-2/+3
* [comics] Unified command scheme to run extractorJuanjo Marín2009-05-131-120/+85
* [pdf] Remove unneeded #ifdefsCarlos Garcia Campos2009-05-121-21/+0
* [pdf] Implement annotations interfaceCarlos Garcia Campos2009-05-121-17/+200
* [comics] Style fixesJuanjo Marín2009-05-061-86/+98
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-031-1/+1
* [comics] Fixes memory leaks and error messagesJuanjo Marín2009-05-031-34/+34
* [comics] Support the free Gna! unrar tool.Juanjo Marín2009-04-281-99/+416
* [comics] Correct check for exit statusJuanjo Marín2009-04-262-3/+7
* Fix tiff pixel conversion on big endian machines. Fixes bug #509920.Benjamin Berg2009-04-091-12/+11
* Fix output on big endian machines. Fixes bug #578433.Benjamin Berg2009-04-081-5/+3
* Ups, proper fixNickolay V. Shmyrev2009-04-071-1/+1
* Fixes memory leak. Bug #578285.Nickolay V. Shmyrev2009-04-071-1/+4
* Make our own thumbnail when the provided one doesn't have the size weCarlos Garcia Campos2009-03-011-29/+32
* Use poppler_document_save_a_copy(), which never saves the documentCarlos Garcia Campos2009-02-221-4/+17
* Don't use g_quark_from_static_string in a loadable module!Christian Persch2009-02-181-1/+1
* Replace deprecated gtk symbol in commented out codeThomas Hindoe Paaboel Andersen2009-02-161-1/+1
* Fix signed/unsigned compiler warnings.Christian Persch2009-02-151-4/+4
* Fill in the error.Christian Persch2009-02-151-2/+6
* Plug a mem leak.Christian Persch2009-02-151-0/+3
* Don't overwite an error.Christian Persch2009-02-151-7/+1
* Make sure to always set @error when returning FALSE. Fix a typo.Christian Persch2009-02-151-1/+5