Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-metadata-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the string twice. Bug #569231.Christian Persch2009-01-261-1/+1
* Move ev_dot_dir() from libdocument to shell, since it shouldn't be publicChristian Persch2009-01-261-2/+3
* RemovedCarlos Garcia Campos2008-01-261-9/+1
* Use GSlice to allocate small amounts of memory. Bug #475972.Christian Persch2007-12-081-17/+13
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-291-0/+9
* Remove extraneous function (Closes: #444386)Bastien Nocera2007-06-051-11/+0
* Simplify the timeout, no need for modified anymoreBastien Nocera2007-06-051-15/+4
* Adapted patch from Arjan van de Ven (arjan@linux.intel.com) to avoid theBastien Nocera2007-06-051-10/+37
* Developers documentation updated.Iñigo Martínez2007-04-201-1/+17
* Set size according to the document size/page size ratio. That shouldNickolay V. Shmyrev2006-10-021-2/+6
* Use consistent quoting style. Fix for the bug #320285.Nickolay V. Shmyrev2006-05-271-2/+2
* Fix memory leaks. Fixes bug #333945Carlos Garcia Campos2006-03-141-12/+13
* Commit workaround Mozilla problem. Fix for the bug #325919Nickolay V. Shmyrev2006-01-061-7/+5
* Setting saving behaviour fixes.Nickolay V. Shmyrev2006-01-041-0/+19
* Correct zoom setup and metadata save broken in some locales.Nickolay V. Shmyrev2005-12-251-1/+1
* Save last document settings and reuse them for new documents.Nickolay V. Shmyrev2005-11-141-18/+109
* * shell/ev-metadata-manager.c: (ev_metadata_manager_init): *Jonathan Blandford2005-08-151-4/+4
* Add an _init functions that enabled metadata management at runtime.Marco Pesenti Gritti2005-07-071-8/+3
* Return a boolean from timeout func. Fix ported from gedit.Christian Persch2005-07-061-4/+6
* (ev_metadata_manager_set_int) (ev_metadata_manager_set_double,Martin Kretzschmar2005-07-061-4/+4
* Fix DBUS configure checks.Christian Persch2005-07-061-0/+8
* Add support for some more typesMarco Pesenti Gritti2005-07-061-0/+45
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-301-0/+551