Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-0/+1
* If the document is encrypted, the ev_document_factory_get_document() isChristian Persch2009-03-021-2/+4
* Fix a freed memory read.Christian Persch2009-02-161-5/+6
* Add more docsChristian Persch2009-02-152-8/+25
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-151-5/+5
* Use g_intern_static_string.Christian Persch2009-02-151-1/+1
* Add code to catch backends incorrectly implementing the load vfunc.Christian Persch2009-02-151-2/+17
* Use a local GError, and propagate as appropriate, making sure always toChristian Persch2009-02-151-38/+42
* More docsChristian Persch2009-02-151-1/+7
* Docs updateChristian Persch2009-02-151-2/+2
* Remove unnecessary NULL check; g_strdup() is NULL-safe.Christian Persch2009-02-151-12/+9
* More docsChristian Persch2009-02-151-0/+11
* 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
* Make sure to fill in @error on failure. Also, since this is exported inChristian Persch2009-02-151-5/+21
* More docsChristian Persch2009-02-151-0/+37
* NULL safety. (get_mime_type_from_data): Return the MIME type, not theChristian Persch2009-02-151-9/+18
* Don't leak the input stream.Christian Persch2009-02-151-0/+3
* Propagate all errors upwards.Christian Persch2009-02-151-4/+8
* Don't use more bytes from buffer than were read from the file.Christian Persch2009-02-151-1/+1
* More docs.Christian Persch2009-02-151-0/+12
* Fixes bug #571787.Nickolay V. Shmyrev2009-02-151-4/+0
* Add experimental introspection support. Disabled by default; useChristian Persch2009-02-081-0/+43
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-9/+9
* Make ev_init() also bind the evince gettext domain, so i18n works in theChristian Persch2009-02-041-1/+7
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-042-2/+2
* Don't make GTypeInfo static. Bug #570077.Christian Persch2009-02-011-1/+1
* Fix build when debug mode is disabled.Carlos Garcia Campos2009-02-011-2/+2
* Make this return TRUE only if any backends were loaded, so the ev_init()Christian Persch2009-01-301-1/+1
* Fix licence version: it's Lesser GPL 2.1.Christian Persch2009-01-302-2/+2
* A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.Christian Persch2009-01-309-13/+149
* Move ev_dot_dir() from libdocument to shell, since it shouldn't be publicChristian Persch2009-01-262-35/+12
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-251-1/+1
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-2536-146/+160
* Add EV_DEFINE_INTERFACE macro.Carlos Garcia Campos2009-01-2414-272/+96
* Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug #568228.Carlos Garcia Campos2009-01-242-10/+21
* When saving a file, using the default permissions for the user/system,Michael J. Chudobiak2009-01-221-0/+3
* Bug 568229 – library needs libtool versioningChristian Persch2009-01-211-1/+6
* 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