Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix zip mime-type in comics backend. Patch by Juanjo Marín.Carlos Garcia Campos2008-12-031-1/+1
* Do not trust file extensions when getting the command needed to uncompressCarlos Garcia Campos2008-11-291-14/+7
* Implement layers interface in PDF backend.Carlos Garcia Campos2008-11-151-0/+164
* More renames of warning to mdvi_warning in follow up to the fix of the bugNickolay V. Shmyrev2008-11-042-10/+10
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-2/+0
* Bug 558064 – build with single includesChristian Persch2008-10-272-3/+3
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-272-11/+11
* Fix several compile warnings in the dvi backend.Carlos Garcia Campos2008-09-284-5/+10
* Rename error as mdvi_error to avoid symbol conflicts with the libc error.Carlos Garcia Campos2008-09-2814-101/+101
* Fix memory leak.Carlos Garcia Campos2008-09-281-0/+1
* Use EV_BACKEND_IMPLEMENT_INTERFACE instead of G_IMPLEMENT_INTERFACE.Carlos Garcia Campos2008-09-281-3/+3
* Remove an invalid ifdef.Carlos Garcia Campos2008-09-071-4/+0
* RemovedCarlos Garcia Campos2008-08-278-620/+91
* Make sure thumbnail size returned by the PDF is actually valid. Fixes bugCarlos Garcia Campos2008-08-251-1/+1
* Implement document_get_page_label in tiff backend.Carlos Garcia Campos2008-08-191-0/+16
* Handle document orientation in tiff backend. Fixes bug #548444.Carlos Garcia Campos2008-08-191-1/+6
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-032-5/+6
* Added support for 7-zip based cb7 comic book. Patch by Kartik Rustagi.Nickolay V. Shmyrev2008-07-112-1/+7
* Do not crash opening documents with no pages and show a warning message inCarlos Garcia Campos2008-06-161-10/+13
* 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