Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-082-5/+5
* [libdocument] Use G_DEFINE_INTERFACE instead of out own macroCarlos Garcia Campos2010-05-077-62/+62
* Update FSF address everywhere.Arun Persaud2010-04-0558-59/+59
* [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
* Assorted string fixesPhilip Withnall2010-02-033-7/+7
* [windows] Guess texmf.cnf location from mktexpk executableHib Eris2010-01-277-3/+112
* [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
* [comics] Do not initalize GPid's with -1Hib Eris2009-12-221-2/+2
* [comics] Properly quote commandsHib Eris2009-12-221-9/+11
* [windows] Make comics backend also compile on WindowsHib Eris2009-12-221-1/+7
* [comics] Remove comics_regex_quote() in favor of always using g_shell_quote()Juanjo Marín2009-12-221-52/+10
* [comics] Add support for cbt filesJuanjo Marín2009-12-112-8/+20
* Use EvPage instead of page index to get imagesCarlos Garcia Campos2009-12-091-4/+3
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-092-6/+4
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-081-3/+3
* [pdf] Use the attachment name rather than the annotation nameCarlos Garcia Campos2009-11-171-4/+1
* [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