Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/dvi/dvi-document.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-24/+19
* [comics] Correct check for exit statusJuanjo MarĂ­n2009-04-261-2/+4
* Fix signed/unsigned compiler warnings.Christian Persch2009-02-151-4/+4
* Don't overwite an error.Christian Persch2009-02-151-7/+1
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-8/+8
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
* Fix several compile warnings in the dvi backend.Carlos Garcia Campos2008-09-281-1/+3
* 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
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-141-10/+6
* Fix printing in dvi backend when filename contains white espaces. FixesCarlos Garcia Campos2008-01-271-5/+5
* Include config.h. Bug #504721.Christian Persch2007-12-281-0/+1
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-281-5/+4
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-7/+0
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-20/+18
* PDF exporter for dvi documents. Fixes bug #441319.Alaska Subedi2007-06-171-1/+97
* Removed AddedCarlos Garcia Campos2007-06-171-109/+147
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-131-11/+17
* Implement font color specials in the DVI backend. Fixes bug #303651.Ricardo Markiewicz2007-04-071-3/+110
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-21/+21
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-0/+376