Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* Fix selections with poppler-splash.Carlos Garcia Campos2008-03-141-2/+3
* Allow making backend modules resident. This is needed only for someCarlos Garcia Campos2008-03-033-3/+14
* Use g_type_module_add_interface instead of g_type_add_interface_static.Carlos Garcia Campos2008-03-031-2/+20
* Duplicate mime_type string before freeing it so that it doesn't alwaysCarlos Garcia Campos2008-02-271-6/+6
* Return a real uri instead of a filename when saving an image. Fixes imagesCarlos Garcia Campos2008-02-161-6/+14
* Use g_content_type_guess() only when slow is true inCarlos Garcia Campos2008-01-311-74/+64
* Use g_content_type_guess () to get mimetype for files. Bug #510401.Cosimo Cecchi2008-01-301-16/+67
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-255-125/+164
* Fix memory leak.Carlos Garcia Campos2008-01-231-0/+2
* Do not render images when rendering the page but on demand. It reduces theCarlos Garcia Campos2008-01-194-20/+67
* New files, define a page transition effect, at the moment it mapsCarlos Garnacho2008-01-045-7/+401
* Include config.h. Bug #504721.Christian Persch2007-12-2814-0/+14
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-288-358/+797
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-142-17/+91
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-112-0/+22
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-14/+8
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-314-35/+46
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-252-9/+15
* Use directly cairo_surface_get_content() when creating a similar surfaceCarlos Garcia Campos2007-08-241-8/+1
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-231-2/+9
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-304-7/+30
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-0/+1
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-262-57/+52
* Fix build with current poppler cvs head.Carlos Garcia Campos2007-07-191-1/+1
* Merge evince-forms branch.Carlos Garcia Campos2007-07-087-2/+792
* Removed AddedCarlos Garcia Campos2007-06-172-4/+77
* Fix memory leaks.Carlos Garcia Campos2007-06-131-0/+4
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-136-85/+183
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-255-10/+43
* Using g_mkdir_with_parents() instead of g_mkdir() to really ensure theEduardo Lima2007-05-211-1/+1
* Add --without-libgnome, check for libgnome and libgnomeui separately, andRoss Burton2007-05-041-0/+9
* Save document compressed when saving a copy of a compressed document.Carlos Garcia Campos2007-02-272-22/+41
* Use an EvRenderContext for rendering thumbnails instead of a suggestedCarlos Garcia Campos2007-02-164-54/+27
* Add support for thumbnails in ps backend. Fixes bug #164755.Carlos Garcia Campos2007-02-131-0/+19
* Add missing libgnome/gnome-init.h header file. Fixes bug #396677.Carlos Garcia Campos2007-02-031-0/+1
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-033-31/+203
* Fix typo in function name.Carlos Garcia Campos2007-02-031-1/+1
* Implements another history variantNickolay V. Shmyrev2007-01-283-0/+22
* Reorganize source tree.Nickolay V. Shmyrev2007-01-0844-0/+5257