summaryrefslogtreecommitdiff
path: root/gconf
Commit message (Expand)AuthorAgeFilesLines
* Fix build warnings introduced in a612aad7fcf817d6174505e8ac519e6a554d15d32.32.0Christian Persch2010-09-272-2/+2
* Return the refernced objects in _refAdel Gadllah2010-09-214-4/+8
* introspection: Add annotations to fix warningsOwen W. Taylor2010-09-088-0/+339
* introspection: Update to new g-iColin Walters2010-09-071-1/+2
* Port libgconf-2 to GDBusChristian Persch2010-08-182-40/+34
* Implement replacement fsync() on windows, where it is not presentFridrich Štrba2010-05-281-0/+30
* Fix annotations for gconf_client_notify_add()Owen W. Taylor2010-05-072-3/+12
* kill a SEGV if saved_state has blank lines in it.Michael Meeks2010-04-221-1/+1
* Support custom installation prefixes for introspection data.Cosimo Cecchi2010-04-201-4/+4
* Small Makefile.am hunk that should have been committed with 56535b85Vincent Untz2010-04-081-2/+1
* Additional build tweaks for introspection supportVincent Untz2010-04-081-6/+6
* Add introspection supportFlorian Müllner2010-04-082-0/+28
* Add boxed types for GConfEntry and GConfValueFlorian Müllner2010-04-082-0/+27
* Do not leak a GConfEntry when we ignore default valuesAlberto Garcia2010-04-081-1/+4
* Avoid a crash when gconftool-2 can't read the dbMatthias Clasen2010-02-191-3/+14
* [gconfd] Remove (worse than) useless signal handlers for SEGV, FPE, etcColin Walters2010-02-011-37/+0
* Created .gitignore filesPablo Castellano2010-01-041-0/+11
* Remove this unused file.Kjartan Maraas2009-08-111-137/+0
* Silence some gcc compiler warningsColin Walters2009-07-152-9/+10
* Allow overriding the default config via $GCONF_DEFAULT_SOURCE_PATHDan Winship2009-06-231-13/+20
* Avoid assertion failuresMatthias Clasen2009-05-141-3/+5
* Fix a bad capitalizationPhillip Withnall2009-05-051-1/+1
* Add new api to the defaults serviceVincent Untz2009-05-052-3/+3
* Fix errno usageChristian Persch2009-05-051-1/+3
* Bug 498934 - Change config.h include syntaxGilles Dartiguelongue2009-05-0315-15/+15
* [client] Improve trace markers to say "CACHED" or "REMOTE"Behdad Esfahbod2009-04-211-31/+33
* Bug 579167 – obsolete file in svnBehdad Esfahbod2009-04-211-177/+0
* Bug 578877 – Update FSF addressTobias Mueller2009-04-2134-67/+67
* Track fully-cached directories in the clientMatthias Clasen2009-04-212-19/+80
* Also trace if key is in cache. Don't trace the writable result, that's notBehdad Esfahbod2009-04-141-7/+4
* Consistently surround string parameters in single-quotes in trace output.Behdad Esfahbod2009-04-141-19/+18
* Use g_message for printing trace output, such that G_MESSAGES_PREFIXED=allBehdad Esfahbod2009-04-141-45/+42
* Correct the URL to the website.Kjartan Maraas2009-02-261-1/+1
* Remove deprecated GTK+ apiMatthias Clasen2009-02-232-8/+8
* move the directory used by the defaults mechanism, so that its effects areRay Strode2009-02-161-3/+3
* Bug 566716 – Update the projects URLMatthias Clasen2009-02-151-1/+1
* Bug 558490 – New policykit mechanism uses hard-coded gconf pathMatthias Clasen2009-02-151-0/+3
* Use the -mwindows flag when linking on Windows, so that we build a "GUI"Tor Lillqvist2009-01-272-0/+63
* return value at the end of the function. Patch by Magnus BomanVincent Untz2009-01-231-0/+2
* Replace deprecated GLib calls. Patch by Travis Veralrud.Matthias Clasen2009-01-102-8/+3
* Add a --toggle optionMatthias Clasen2008-12-311-0/+79
* Use fsync instead of fdatasync for portability (bug 563401). Also flushRay Strode2008-12-081-1/+1
* sync saved state file to disk before closing (bug 562976)Ray Strode2008-12-021-0/+7
* Bug 557489 – gconftool should have regex searchChristian Persch2008-10-221-20/+87
* Update svn:ignore, and remove .cvsignore filesChristian Persch2008-10-221-22/+0
* Fix one 'format not a string literal and no format arguments' warning.Christian Persch2008-10-221-1/+1
* Drop the Win9x code path. There is no Win9x support any more lower in theTor Lillqvist2008-09-251-21/+7
* Add distclean rule.Kjartan Maraas2008-08-192-1/+3
* Bug 531169 – A mechanism for setting defaultsMatthias Clasen2008-07-115-2/+175
* Use g_chdir() instead of plain chdir()Kjartan Maraas2008-07-041-1/+1