Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Make ps backend module resident. Fixes bug #520607.Carlos Garcia Campos2008-03-181-0/+1
* 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-038-45/+45
* Return the image list in the right order. Fixes bug #516237.Carlos Garcia Campos2008-02-161-1/+1
* Remove unused variable to avoid a compiler warning.Wouter Bolsterlee2008-02-121-1/+0
* Use the new cairo function cairo_format_stride_for_width when available.Carlos Garcia Campos2008-01-312-2/+9
* Install only dvi module. Fixes bug #512718.Matthias Clasen2008-01-291-0/+1
* Fixes distcheck issuesNickolay V. Shmyrev2008-01-288-8/+8
* Fix printing in dvi backend when filename contains white espaces. FixesCarlos Garcia Campos2008-01-271-5/+5
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-251-6/+14
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-191-4/+36
* Don't overquote special chars except of '. See bug 502500. Thanks to TomNickolay V. Shmyrev2008-01-131-0/+2
* Fix compile warnings due to unused variables.Carlos Garcia Campos2008-01-131-2/+0
* Bump requirements to libspectre 0.2.0. Fixes bug #507705.Carlos Garcia Campos2008-01-132-13/+15
* Added implementation to get_effect() in EvDocumentTransitionIface.Carlos Garnacho2008-01-041-0/+40
* More warnings fixed.Carlos Garcia Campos2007-12-291-2/+3
* Fix compile warnings.Carlos Garcia Campos2007-12-293-6/+2
* Include config.h. Bug #504721.Christian Persch2007-12-2850-0/+50
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-2834-108/+311
* Add ps specials support in dvi backend when libspectre is present. FixesCarlos Garcia Campos2007-12-206-10/+203
* Use libspectre, if available, for the ps backend. Fixes bugs #317106,Carlos Garcia Campos2007-12-203-1/+513
* Cygwin build issue fix.Yaakov Selkowitz2007-12-181-4/+4
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-141-3/+8
* Tiff documents were rendered with wrong colors. Fixes bug #497279.Matthias Clasen2007-11-261-0/+18
* 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
* Fix an implicit function definition warning (#487655)Sebastien Bacher2007-10-181-0/+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-318-110/+73
* 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-233-3/+3
* 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
* Fixes memory leak in djvu backend.Justin Blanchard2007-08-151-0/+3
* 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-265-113/+93
* 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