Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* Bug 568224 – library should have version macrosChristian Persch2009-01-212-2/+34
* Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.Tomeu Vizoso2009-01-201-0/+2
* Install ev-backends-manager.h and ev-document-type-builtins.h. Fixes bugTomeu Vizoso2009-01-201-2/+2
* Clean stamp filesNickolay V. Shmyrev2009-01-181-1/+1
* Fixes distcheckNickolay V. Shmyrev2009-01-181-0/+4
* Make EvDocumentInfo and enums definded in ev-document-info.h GTypes. FixesTomeu Vizoso2009-01-185-7/+139
* Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.Carlos Garcia Campos2009-01-181-2/+2
* Remove unused marshalers stuff from libdocument.Carlos Garcia Campos2009-01-184-20/+0
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-1/+1
* 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