Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/pdf/ev-poppler.cc
Commit message (Expand)AuthorAgeFilesLines
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-6/+4
* 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
* 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
* 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
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-191-4/+36
* Added implementation to get_effect() in EvDocumentTransitionIface.Carlos Garnacho2008-01-041-0/+40
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-281-10/+2
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-141-3/+8
* Fix printing with poppler splash backend. Fixes bug #489774.Carlos Garcia Campos2007-10-261-13/+21
* Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.Carlos Garcia Campos2007-10-221-1/+1
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-111-7/+36
* Silently ignore unknown form fields. Fixes bug #482654. Patch by MatthiasCarlos Garcia Campos2007-10-041-4/+9
* Use poppler_page_render_for_printing() instead of poppler_page_render() ifCarlos Garcia Campos2007-10-041-1/+6
* Remove #ifdef HAVE_FORMS, so that forms support works again.Carlos Garcia Campos2007-09-121-26/+0
* Bump requirements to poppler 0.6 and drop all ifdefs used. Double andCarlos Garcia Campos2007-09-031-15/+1
* Ignore outline items without a title. Fixes bug #453913.Carlos Garcia Campos2007-09-031-1/+4
* Temporarily disable double and triple selections since it depends onCarlos Garcia Campos2007-09-021-0/+6
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-59/+86
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-37/+38
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-271-14/+38
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-251-5/+17
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-231-1/+1
* Fix thumbnails rotation in pdf documents that include embedded thumbnails.Carlos Garcia Campos2007-08-171-1/+9
* Don't use #ifdef in macro expansion. Some compilers don't like that.Jens Granseuer2007-08-151-3/+26
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-32/+119
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-35/+29
* Get max length of text form fields.Carlos Garcia Campos2007-07-191-1/+4
* Fix build with current poppler cvs head.Carlos Garcia Campos2007-07-191-3/+1
* Merge evince-forms branch.Carlos Garcia Campos2007-07-081-1/+399
* Make sure thumbnails width and height is not <= 0. Fixes a crash with someCarlos Garcia Campos2007-06-291-4/+4
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-20/+84
* Bump requirements to poppler 0.5.9 and drop all ifdefs used.Carlos Garcia Campos2007-06-021-15/+2
* Fix build with current poppler from cvs head.Carlos Garcia Campos2007-05-221-1/+10
* Add missing call to parent class dispose method.Carlos Garcia Campos2007-05-141-0/+2
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-43/+26
* Restore cairo context before rendering every page when printing a PDFCarlos Garcia Campos2007-02-151-0/+4
* Implements another history variantNickolay V. Shmyrev2007-01-281-1/+2