summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
* Flush dbus connection on xfconf_shutdown to flush pendingAli Abdallah2017-07-241-3/+6
* Add missing functions to gtk-²docRomain B2017-07-201-1/+1
* Update documentation apiRomain B2017-07-204-0/+59
* Don't free up GValue as its ownership is taken by a cache item.Ali Abdallah2017-06-231-8/+7
* Require gio-2.0 instead of dbus-glib in pc.in file.Ali Abdallah2017-06-071-1/+1
* Fix a small typo in a warning message.Unit 1932017-06-071-1/+1
* Uncommit the bump of the soname and bump the soname version instead, asAli Abdallah2017-06-063-8/+8
* Merge branch 'gdbus-port' into master.Ali Abdallah2017-06-017-361/+329
|\
| * Bump libxfconf version api to 1.Ali Abdallah2017-05-223-8/+8
| * Fix many issues with libxfconf.Ali Abdallah2016-05-272-151/+134
| * Fix a couple of memory leaks, due to g_variant conversion floatingAli Abdallah2016-04-251-24/+29
| * Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type asAli Abdallah2016-04-251-5/+5
| * Avoid crash on get_all properties when error occurs.Ali Abdallah2016-04-251-4/+6
| * Use gvalue<->gvariant conversion functions from the commonAli Abdallah2016-04-242-114/+17
| * Move the gdbus generated code to the common directoryAli Abdallah2016-04-213-23/+3
| * Port xfconf_channel_get_properties to gdbus andAli Abdallah2016-04-215-109/+36
| * Port the call 'set_property' to gdbus.Ali Abdallah2016-04-211-46/+125
| * Port xfconf_channel_get_arrayv to gdbus. Now the function worksAli Abdallah2016-02-152-27/+42
| * Port some cache lookup function of libxfconf to gdbus.Ali Abdallah2016-02-041-19/+14
| * Cast proxy to XfconfClient to get rid of the compiler warningAli Abdallah2016-02-041-3/+4
| * Generate the gdbus binding code and test the binding onAli Abdallah2016-01-282-5/+17
| * Replace the DBusGProxy signals handler with theirAli Abdallah2015-11-024-68/+134
* | Add support for binding to GdkRGBAsEric Koegel2016-10-213-0/+136
|/
* 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