Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-32/+119
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-265-113/+93
* Get max length of text form fields.Carlos Garcia Campos2007-07-191-1/+4
* Fix build with current poppler cvs head.Carlos Garcia Campos2007-07-191-3/+1
* Merge evince-forms branch.Carlos Garcia Campos2007-07-081-1/+399
* Make sure thumbnails width and height is not <= 0. Fixes a crash with someCarlos Garcia Campos2007-06-291-4/+4
* PDF exporter for dvi documents. Fixes bug #441319.Alaska Subedi2007-06-171-1/+97
* Removed AddedCarlos Garcia Campos2007-06-177-357/+487
* 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-138-112/+325
* Bump requirements to poppler 0.5.9 and drop all ifdefs used.Carlos Garcia Campos2007-06-021-15/+2
* Fix build with current poppler from cvs head.Carlos Garcia Campos2007-05-221-1/+10
* 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.deNickolay V. Shmyrev2007-05-201-1/+1
* Implemented printing with djvu. Bug #437998.Alaska Subedi2007-05-142-1/+85
* Fixes FIXME after freezeNickolay V. Shmyrev2007-05-141-2/+2
* Add missing ulong definition. Add missing headers. Fix compilation onCarlos Garcia Campos2007-05-142-0/+4
* Add missing call to parent class dispose method.Carlos Garcia Campos2007-05-141-0/+2
* Correctly quote symbols. Fixes crash in the bug #415370.Nickolay V. Shmyrev2007-05-091-2/+11
* Use default resolution when it's not provided by document. Fixes bugCarlos Garcia Campos2007-04-081-15/+30
* 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-168-396/+331
* Fix build on Mac. Fixes bug #392186. Patch by <ephraim_owns@hotmail.com>Carlos Garcia Campos2007-02-156-12/+11
* Restore cairo context before rendering every page when printing a PDFCarlos Garcia Campos2007-02-151-0/+4
* Handle PostScript page orientation. Fixes bug #318568.Carlos Garcia Campos2007-02-132-5/+47
* Add support for thumbnails in ps backend. Fixes bug #164755.Carlos Garcia Campos2007-02-137-821/+1139
* Check return value of psscan before trying to use it. Fixes bug #372414.Tom Parker2007-02-111-38/+37
* 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
* Fix memory leak.Carlos Garcia Campos2007-02-051-1/+4
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-031-110/+7
* Handle ghostscript interpreter crashes.Carlos Garcia Campos2007-02-031-3/+16
* Rework ps-document. Code cleanups, remove deprecated code.Carlos Garcia Campos2007-02-023-816/+781
* Implements another history variantNickolay V. Shmyrev2007-01-282-2/+4
* Correctly handle impress document errors. Fixes nautilus crash in propertyTom Parker2007-01-251-10/+27
* Fix memory leaks in ps backend.Carlos Garcia Campos2007-01-231-0/+4
* Do not acquire fontconfig lock in impress backend, since it is using theCarlos Garcia Campos2007-01-211-1/+4
* Format string is corrected, fixes bug #397129.Theppitak Karoonboonyanan2007-01-161-1/+2
* Reorganize source tree.Nickolay V. Shmyrev2007-01-08142-5019/+30375
* Do not include ev-poppler.h when pdf is disabled.Carlos Garcia Campos2007-01-081-1/+2
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-075-0/+355
* Actually remove .cvsignore filesChristian Persch2006-12-311-4/+0
* Add page transition support in presentation mode. At the moment only pageCarlos Garcia Campos2006-12-273-0/+113
* Run find_link_dest with document lock held, since it's called by linksCarlos Garcia Campos2006-12-251-0/+2
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-182-2/+29
* Adds a paper size field to the properties dialog. Fixes bug #307315. PatchWouter Bolsterlee2006-12-041-1/+4
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-035-144/+177
* Make pdf compilation optional. See bug #38007.Yevgen Muntyan2006-11-302-1/+9
* Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition inCarlos Garcia Campos2006-11-152-1/+3
* Assigned OpenDocument presenation MIME type to the Impress backend. AddedWouter Bolsterlee2006-10-081-8/+16
* Reduce relocations. Bug #360616.Christian Persch2006-10-089-9/+9