summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix crash; g_propagate_error() doesn't copy the src errorBrian J. Tarricone2009-08-231-1/+0
* fix compiler warningsBrian J. Tarricone2009-08-231-4/+4
* fix a possible reentrancy issue.Brian Tarricone2009-07-291-4/+6
* revert async property fetch for bindingsBrian Tarricone2009-07-291-54/+6
* add transparent property prefetching and cachingBrian Tarricone2009-07-295-123/+1077
* silence warning when --enable-checks was not specifiedBrian Tarricone2009-06-071-0/+2
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-065-12/+14
* bindings: fix async property fetch when the channel has a property baseBrian Tarricone2009-06-061-2/+15
* actually work around stupid dbus-binding-tool bug properlyBrian Tarricone2009-05-151-3/+8
* hopefully speed up app start time (for apps that do a decent number ofBrian Tarricone2009-05-152-7/+43
* fix a bunch of warningsBrian Tarricone2008-12-274-11/+11
* remove xfconf_channel_remove_property() and _properties(). might asBrian Tarricone2008-11-063-43/+0
* no, no... while it would be awesome to be able to disable UI elementsBrian Tarricone2008-11-061-12/+0
* if a bound property is locked, try to guess if it's a GtkWidget, andBrian Tarricone2008-11-061-0/+12