Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* Fix mime type handling.Hib Eris2008-12-311-1/+2
* Show better warning message when temp file cannot be deleted.Carlos Garcia Campos2008-12-301-2/+4
* Add GObject type as prerequisite to EvDocument interface so that documentCarlos Garcia Campos2008-12-271-0/+2
* Move mime-type functions from document-facrory to file-helpers so that itCarlos Garcia Campos2008-11-293-58/+68
* Add optional content (layers) interface.Carlos Garcia Campos2008-11-155-0/+315
* Initialize GError to NULL.Carlos Garcia Campos2008-11-011-1/+1
* Bug 558064 – build with single includesChristian Persch2008-10-275-5/+4
* Use GdkAppLaunchContext when available to open attachments.Carlos Garcia Campos2008-09-052-6/+25
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-311-7/+2
* RemovedCarlos Garcia Campos2008-08-272-127/+21
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-035-4/+7
* Rework the jobs system in order to make it simpler and more extensible. ItCarlos Garcia Campos2008-08-032-0/+14
* Create the hash table also when profiling service is enabled for allCarlos Garcia Campos2008-07-271-5/+4
* Add a profile mode available when debug is enabled. Add profilers inCarlos Garcia Campos2008-07-272-13/+136
* Make sure we always return a valid error struct when get_document_from_uriCarlos Garcia Campos2008-07-201-1/+8
* Fixes bug #542924. Makes enums static to fix Solaris build.Darren Kenny2008-07-141-3/+3
* Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bugCarlos Garcia Campos2008-07-131-4/+4
* Fix some build warnings under GCC 4.3.0. (#537535).Cosimo Cecchi2008-06-103-4/+4
* fixed typo in ev-debug.h filename. Bug #533897.Frederic Peters2008-05-191-1/+1
* Merge branch 'ev-debug' into workCarlos Garcia Campos2008-04-274-8/+160
* Fix memory leak.Carlos Garcia Campos2008-04-241-2/+5
* Improved error message about file opening failture. Bug #529129.Jean Baptiste Lallement2008-04-231-12/+10
* Use the pixbuf backend only when the mime type is not supported by any ofCarlos Garcia Campos2008-04-191-5/+3
* Add EvPage so that we can hold a reference to the backend page. FormCarlos Garcia Campos2008-04-1411-37/+195
* 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