summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
* Fix previous commit.Nick Schermer2013-07-111-1/+1
* Drop deprecated function.Nick Schermer2013-07-111-0/+2
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Use new glib 2.32 mutex api.Nick Schermer2012-11-071-27/+43
* Updates for release.xfconf-4.10.0Nick Schermer2012-04-281-4/+2
* Don't emit property-changed on cancelled calls.Nick Schermer2012-04-221-0/+7
* Accept NULL as a string value (bug #8726).Nick Schermer2012-04-191-1/+2
* Filter out dups in abicheck.sh.Nick Schermer2012-04-191-1/+1
* Check abicheck.sh to be more portable (bug #8702).Landry Breuil2012-04-181-1/+1
* Two other g_value_get_char's.Nick Schermer2012-04-181-0/+8
* Don't use deprecated function.Nick Schermer2012-04-171-0/+5
* Explicitly link against gthread (bug #8713).Nick Schermer2012-04-171-0/+2
* Don't use deprecated g_value_set_char (bug #8690).Nick Schermer2012-04-131-0/+5
* UTF-8 check xfconf strings.Nick Schermer2012-04-011-2/+7
* Do not dup strings.Nick Schermer2012-04-011-1/+1
* Fix double free crash (bug #8169).Olivier Fourdan2011-12-201-4/+4
* Cleanup includes.Nick Schermer2011-05-265-13/+10
* Cleanup Makefile.am files a bit.Nick Schermer2011-05-251-8/+13
* Fix compiler warnings on solaris.Nick Schermer2011-03-272-3/+3
* Make the abicheck work on Solaris and PPC64 (bug #7416).Guido Berhoerster2011-03-251-3/+5
* Fix licenses and use new FSF address.Nick Schermer2011-03-2513-113/+123
* The last used timestamp is not used yet, disable it.Nick Schermer2010-02-101-0/+8
* Don't look for existing keys during prefetch.Nick Schermer2010-02-101-11/+6
* Steal values from the hash table on prefetch.Nick Schermer2010-02-101-29/+36
* Don't look for a singleton after creating the hash table.Nick Schermer2010-02-091-3/+3
* Mark the signal name as a static string.Nick Schermer2010-02-091-2/+2
* Disable the max-age and max-entries cache props.Nick Schermer2010-02-092-7/+16
* Don't use cache singletons.Nick Schermer2010-02-093-46/+10
* Destroy hash table after prefetching the cache.Nick Schermer2010-02-081-0/+1
* Silent the build.Nick Schermer2010-02-011-3/+3
* Only print debug messages when compiled with debugging.Nick Schermer2010-01-252-0/+6
* Fix ansi compiler warning.Nick Schermer2010-01-201-4/+6
* Move abicheck outside maintainer mode.Nick Schermer2009-12-301-4/+4
* Fix typo in comment.Nick Schermer2009-12-291-1/+1
* Wait for pending calls in the cache.Nick Schermer2009-12-291-9/+43
* Fix segfault triggered by object-bindings test.Nick Schermer2009-12-261-1/+4
* Fix double free.Nick Schermer2009-12-261-2/+1
* Make 2 critical warnings debug output.Nick Schermer2009-12-261-2/+2
* Fix Brians code comments.Nick Schermer2009-12-261-45/+49
* New internal (simpler) handling of bindings.Nick Schermer2009-12-263-301/+275
* pass correct parameters to XfconfCache::property-changed signalBrian J. Tarricone2009-09-181-2/+2
* make xfconf_cache_reset() syncBrian J. Tarricone2009-09-181-2/+74
* pass correct key to g_tree_remove()Brian J. Tarricone2009-09-181-1/+1
* Add dist-hook: all to the xfconf library makefile. Required for gtk-doc.Jannis Pohlmann2009-09-181-1/+3
* Fix typo in xfconf/Makefile.amJean-François Wauthy2009-09-161-1/+1
* always call the parent class' disposeBrian J. Tarricone2009-09-051-2/+2
* move dbus signal disconnection to XfconfChannel dispose (bug 5493)Brian J. Tarricone2009-09-041-6/+21
* emit proper arguments on XfconfCache::property-changed signal (bug 5734)Brian J. Tarricone2009-09-041-4/+3
* don't emit property-changed twice (bug 5718)Brian J. Tarricone2009-09-031-3/+0
* fix detection of channel/property not found error when setting propsBrian J. Tarricone2009-08-231-3/+18