Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix a free() that should be an iks_free(). Fix an array overflow in theHans Petter Jansson2008-05-011-3/+3
* Make sure load job doesn't finish successfully when the document is notCarlos Garcia Campos2008-04-294-29/+110
* Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.Carlos Garcia Campos2008-04-144-20/+13
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-148-178/+142
* Remove gs stuff from ps backend.Carlos Garcia Campos2008-04-1212-4028/+3
* Bump poppler requirement to 0.8.0.Carlos Garcia Campos2008-04-121-50/+10
* Make sure link title is a valid utf8 string. Fixes bug #526517.Carlos Garcia Campos2008-04-081-5/+5
* Add compressed dvi to the list of supported mime types. Patch by EdCarlos Garcia Campos2008-04-061-1/+1
* Do not crash when thumbnail failed to render in PS backend. Fixes bugCarlos Garcia Campos2008-04-011-0/+5
* 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
* 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