Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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