Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/dvi
Commit message (Expand)AuthorAgeFilesLines
* [dvi] Implement ev_document_support_syntexJose Aliste2010-06-271-0/+7
* [libdocument] Use G_DEFINE_INTERFACE instead of out own macroCarlos Garcia Campos2010-05-071-7/+7
* Update FSF address everywhere.Arun Persaud2010-04-0538-38/+38
* [windows] Guess texmf.cnf location from mktexpk executableHib Eris2010-01-277-3/+112
* [dvi] Add 'b' to fopen mode for w32 compatibilityHib Eris2010-01-274-13/+13
* [windows] Define WIFEXITED and WEXITSTATUS on WindowsHib Eris2010-01-271-1/+6
* [dvi] Let kpathsea use ANSI C str(r)chr() instead of (r)index()Hib Eris2010-01-271-0/+13
* [dvi] Use ANSI C memset() instead of bzero() if availableHib Eris2010-01-271-1/+1
* [dvi] Use ANSI C rand() instead of random()Hib Eris2010-01-271-1/+1
* [build] Remove gitignore files from gitChristian Persch2009-10-252-47/+0
* [build] Include git.mk in all MakefilesChristian Persch2009-10-222-0/+4
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-212-0/+47
* 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
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-6/+1
* Removed unused function to fix -Wall -Werror buildChristian Persch2009-06-111-20/+0
* [comics] Correct check for exit statusJuanjo Marín2009-04-261-2/+4
* Fix output on big endian machines. Fixes bug #578433.Benjamin Berg2009-04-081-5/+3
* 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
* 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
* More renames of warning to mdvi_warning in follow up to the fix of the bugNickolay V. Shmyrev2008-11-042-10/+10
* Bug 558064 – build with single includesChristian Persch2008-10-271-1/+1
* 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
* 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-141-10/+6
* Add compressed dvi to the list of supported mime types. Patch by EdCarlos Garcia Campos2008-04-061-1/+1
* Install only dvi module. Fixes bug #512718.Matthias Clasen2008-01-291-0/+1
* Fixes distcheck issuesNickolay V. Shmyrev2008-01-281-1/+1
* Fix printing in dvi backend when filename contains white espaces. FixesCarlos Garcia Campos2008-01-271-5/+5
* Bump requirements to libspectre 0.2.0. Fixes bug #507705.Carlos Garcia Campos2008-01-131-12/+12
* Include config.h. Bug #504721.Christian Persch2007-12-2826-0/+26
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-284-21/+46
* Add ps specials support in dvi backend when libspectre is present. FixesCarlos Garcia Campos2007-12-206-10/+203
* 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-177-357/+487
* 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-072-4/+111
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-161-21/+21
* Format string is corrected, fixes bug #397129.Theppitak Karoonboonyanan2007-01-161-1/+2
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0845-0/+14423