Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/tiff
Commit message (Expand)AuthorAgeFilesLines
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+24
* Move default implementation of document_get_info from backends to base classCarlos Garcia Campos2009-09-151-12/+0
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-151-34/+30
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-3/+2
* Add the BACKEND_LIBS into libraries so that Windows build can link.Fridrich Strba2009-06-231-0/+1
* Fix tiff pixel conversion on big endian machines. Fixes bug #509920.Benjamin Berg2009-04-091-12/+11
* Ups, proper fixNickolay V. Shmyrev2009-04-071-1/+1
* Fixes memory leak. Bug #578285.Nickolay V. Shmyrev2009-04-071-1/+4
* Make sure to always set @error when returning FALSE.Christian Persch2009-02-151-4/+9
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-251-2/+0
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-1/+2
* 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
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-8/+8
* Use g_type_module_add_interface instead of g_type_add_interface_static.Carlos Garcia Campos2008-03-031-4/+4
* Use the new cairo function cairo_format_stride_for_width when available.Carlos Garcia Campos2008-01-311-1/+5
* Fixes distcheck issuesNickolay V. Shmyrev2008-01-281-1/+1
* Fix compile warnings.Carlos Garcia Campos2007-12-291-3/+0
* Include config.h. Bug #504721.Christian Persch2007-12-282-0/+2
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-284-10/+37
* Tiff documents were rendered with wrong colors. Fixes bug #497279.Matthias Clasen2007-11-261-0/+18
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-7/+0
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-231-1/+1
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-18/+14
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-9/+84
* Use default resolution when it's not provided by document. Fixes bugCarlos Garcia Campos2007-04-081-15/+30
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-192/+177
* Reorganize source tree.Nickolay V. Shmyrev2007-01-085-0/+2385