Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
* If the document is encrypted, the ev_document_factory_get_document() isChristian Persch2009-03-021-2/+4
* Use a local GError, and propagate as appropriate, making sure always toChristian Persch2009-02-151-38/+42
* Docs updateChristian Persch2009-02-151-2/+2
* More docsChristian Persch2009-02-151-1/+29
* Document that this returns either NULL and fills in error, or non-NULL.Christian Persch2009-02-151-2/+20
* Use the content type to get the description, not the MIME type.Christian Persch2009-02-151-3/+7
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-9/+9
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-1/+1
* Move mime-type functions from document-facrory to file-helpers so that itCarlos Garcia Campos2008-11-291-58/+4
* Bug 558064 – build with single includesChristian Persch2008-10-271-1/+1
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-0/+1
* Make sure we always return a valid error struct when get_document_from_uriCarlos Garcia Campos2008-07-201-1/+8
* 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
* Duplicate mime_type string before freeing it so that it doesn't alwaysCarlos Garcia Campos2008-02-271-6/+6
* 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-251-25/+25
* Plugin system for backends. Fixes bug #351348.Carlos Garcia Campos2007-12-281-261/+87
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-251-8/+1
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-031-27/+92
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-0/+463