Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/djvu
Commit message (Expand)AuthorAgeFilesLines
* Add EvMappingList data struct instead of using a GListCarlos Garcia Campos2010-07-123-11/+11
* Don't mix PopplerRectangle and EvRectangleCarlos Garcia Campos2010-06-141-1/+1
* [libdocument] Use EvPage instead of EvRenderContext in get_selected_text()Carlos Garcia Campos2010-05-081-3/+3
* [libdocument] Use G_DEFINE_INTERFACE instead of out own macroCarlos Garcia Campos2010-05-071-10/+10
* Update FSF address everywhere.Arun Persaud2010-04-057-7/+7
* [djvu] Do not alloc image buffer, let cairo do thatCarlos Garcia Campos2010-02-221-14/+8
* Assorted string fixesPhilip Withnall2010-02-032-3/+3
* Use EvPage instead of page index to get linksCarlos Garcia Campos2009-12-091-2/+2
* [build] Remove gitignore files from gitChristian Persch2009-10-251-24/+0
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
* [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-11/+0
* Convert EvDocument interface into an abstract classCarlos Garcia Campos2009-09-152-24/+20
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-6/+1
* Use EvMapping instead of Ev*Mapping typesCarlos Garcia Campos2009-05-231-21/+21
* Don't use g_quark_from_static_string in a loadable module!Christian Persch2009-02-181-1/+1
* Make sure to always set @error when returning FALSE. Fix a typo.Christian Persch2009-02-151-1/+5
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-5/+5
* 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
* Bug 558064 – build with single includesChristian Persch2008-10-271-2/+2
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-271-10/+10
* RemovedCarlos Garcia Campos2008-08-277-443/+67
* Make sure load job doesn't finish successfully when the document is notCarlos Garcia Campos2008-04-294-29/+110
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-15/+25
* Make sure link title is a valid utf8 string. Fixes bug #526517.Carlos Garcia Campos2008-04-081-5/+5
* Use g_type_module_add_interface instead of g_type_add_interface_static.Carlos Garcia Campos2008-03-031-5/+5
* Use the new cairo function cairo_format_stride_for_width when available.Carlos Garcia Campos2008-01-311-1/+4
* Fixes distcheck issuesNickolay V. Shmyrev2008-01-281-1/+1
* Fix compile warnings due to unused variables.Carlos Garcia Campos2008-01-131-2/+0
* Fix compile warnings.Carlos Garcia Campos2007-12-292-3/+2
* Include config.h. Bug #504721.Christian Persch2007-12-284-0/+4
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-284-17/+44
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-31/+35
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-231-1/+1
* Fixes memory leak in djvu backend.Justin Blanchard2007-08-151-0/+3
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-22/+19
* Fix rotation in djvu backend.Carlos Garcia Campos2007-06-131-9/+29
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-132-38/+58
* Implemented printing with djvu. Bug #437998.Alaska Subedi2007-05-142-1/+85
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-24/+28
* Fix build on Mac. Fixes bug #392186. Patch by <ephraim_owns@hotmail.com>Carlos Garcia Campos2007-02-156-12/+11
* Check whether there are missing files in indirect multipage djvuCarlos Garcia Campos2007-02-101-4/+53
* Make sure g_markup_escape_text receives a valid utf-8 string. Fixes bugCarlos Garcia Campos2007-02-051-1/+43
* Implements another history variantNickolay V. Shmyrev2007-01-281-1/+2
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0810-0/+1859