Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/pdf
Commit message (Expand)AuthorAgeFilesLines
* [shell] Do not link to poppler directlyHib Eris2010-02-031-0/+24
* 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-091-4/+2
* 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
* [build] Remove gitignore files from gitChristian Persch2009-10-251-24/+0
* [pdf] Get information about document license from PDF metadataJuanjo Marín2009-10-251-23/+164
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+24
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-5/+1
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-151-44/+38
* Remove attachments from EvDocument interface and use EvDocumentAttachments in...Carlos Garcia Campos2009-09-151-118/+121
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-3/+2
* [pdf] Do not fill the surface before renderingCarlos Garcia Campos2009-06-301-9/+1
* [pdf] Use a transparent surface and fill it in white after renderingCarlos Garcia Campos2009-06-191-6/+16
* [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-231-29/+30
* [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
* [pdf] Fix build with poppler without cairo supportCarlos Garcia Campos2009-05-141-2/+3
* [pdf] Remove unneeded #ifdefsCarlos Garcia Campos2009-05-121-21/+0
* [pdf] Implement annotations interfaceCarlos Garcia Campos2009-05-121-17/+200
* [document] Fixes handling of broken documentsNickolay V. Shmyrev2009-05-031-1/+1
* 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
* Plug a mem leak.Christian Persch2009-02-151-0/+3
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-6/+4
* Add application/x-ext-pdf mime type for pdf backend. See bug #339172.Hib Eris2009-02-051-1/+1
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
* Clamp top/bottom values of destinations to make sure they are not biggerCarlos Garcia Campos2009-02-011-4/+4
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-251-2/+0
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-2/+3
* Implement layers interface in PDF backend.Carlos Garcia Campos2008-11-151-0/+164
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-2/+0
* Remove an invalid ifdef.Carlos Garcia Campos2008-09-071-4/+0
* RemovedCarlos Garcia Campos2008-08-271-177/+24
* Make sure thumbnail size returned by the PDF is actually valid. Fixes bugCarlos Garcia Campos2008-08-251-1/+1
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-161-10/+13
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-115/+70
* Bump poppler requirement to 0.8.0.Carlos Garcia Campos2008-04-121-50/+10
* Fix printing in documents with rotated pages. Patch by Eugen Dedu. FixesCarlos Garcia Campos2008-03-221-4/+2
* Fix warning messages.Carlos Garcia Campos2008-03-191-3/+4
* Fix build with poppler <= 0.7.2Carlos Garcia Campos2008-03-141-3/+3
* Fix build with poppler >= 0.7.2Carlos Garcia Campos2008-03-141-30/+140
* Allow making backend modules resident. This is needed only for someCarlos Garcia Campos2008-03-031-0/+1
* Use g_type_module_add_interface instead of g_type_add_interface_static.Carlos Garcia Campos2008-03-031-20/+20
* Return the image list in the right order. Fixes bug #516237.Carlos Garcia Campos2008-02-161-1/+1