Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/pdf/ev-poppler.cc
Commit message (Collapse)AuthorAgeFilesLines
* [pdf] Bump poppler version to 0.14.0Carlos Garcia Campos2010-06-171-57/+5
|
* [pdf] Remove unused codeCarlos Garcia Campos2010-06-151-37/+0
|
* Don't mix PopplerRectangle and EvRectangleCarlos Garcia Campos2010-06-141-7/+16
| | | | | We shouldn't assume a PopplerRectangle was created with g_new(), so better use poppler_rectangle_free().
* [pdf] Catch rendition and ocg_state actionsHib Eris2010-05-271-0/+8
|
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-081-2/+2
| | | | It doesn't depend on scale and rotation so we only need the page.
* [libdocument] Use G_DEFINE_INTERFACE instead of out own macroCarlos Garcia Campos2010-05-071-33/+33
|
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [shell] Do not link to poppler directlyHib Eris2010-02-031-0/+24
| | | | Fixes bgo#608832.
* 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-091-4/+2
| | | | | 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
* [pdf] Get information about document license from PDF metadataJuanjo MarĂ­n2009-10-251-23/+164
| | | | See bgo#349173.
* 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
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-151-44/+38
|
*