summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-152-20/+0
* Fix this use of "defined" may not be portableAndre Miranda2019-04-141-23/+23
* Return FALSE when xfconf_basic_gvariant_to_gvalue fails.Ali Abdallah2018-07-142-5/+10
* Initialize GValue for empty arrays (Bug #13780)Ali Abdallah2018-06-081-18/+16
* Allow to store empty arraysViktor Odintsev2017-08-311-15/+21
* Lot of Xfce's component used to set GPtrArray using g_value_set_boxedAli Abdallah2017-07-241-50/+53
* Update documentation apiRomain B2017-07-202-7/+19
* Fix many issues with libxfconf.Ali Abdallah2016-05-272-5/+32
* Added copyright information + fix a couple of other memory leaks.Ali Abdallah2016-04-251-2/+9
* Fix a couple of memory leaks, due to g_variant conversion floatingAli Abdallah2016-04-251-6/+15
* Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type asAli Abdallah2016-04-252-9/+3
* Support g_type_uchar and convert it to g_variant_type_byte.Ali Abdallah2016-04-251-3/+13
* Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and removeAli Abdallah2016-04-242-3079/+0
* Implement gvalue to gvariant conversion functions to convertAli Abdallah2016-04-242-1/+275
* Register xfconf-errors in g_dbus.Ali Abdallah2016-04-241-4/+23
* Get rid of the annotation tags.Ali Abdallah2016-04-241-15/+1
* Remove gdbus-binding generated code from the repository.Ali Abdallah2016-04-241-14/+8
* Move the gdbus generated code to the common directoryAli Abdallah2016-04-213-2/+3100
* Port xfconf_channel_get_properties to gdbus andAli Abdallah2016-04-211-2/+0
* Port the call 'set_property' to gdbus.Ali Abdallah2016-04-211-0/+4
* Generate the gdbus binding code and test the binding onAli Abdallah2016-01-281-0/+2
* Autotools updates.Nick Schermer2013-01-061-1/+1
* And another g_value_get_char.Nick Schermer2012-04-181-0/+4
* Fix more deprecated g_value_set_char (bug #8690).Nick Schermer2012-04-182-0/+8
* Don't use deprecated g_value_set_char (bug #8690).Nick Schermer2012-04-131-0/+8
* Drop usage of the G_CONST_RETURN macro.Nick Schermer2011-06-132-2/+2
* Cleanup Makefile.am files a bit.Nick Schermer2011-05-251-7/+23
* Fix licenses and use new FSF address.Nick Schermer2011-03-256-54/+57
* Use async DBus messages in xfconfd.Nick Schermer2010-02-081-0/+7
* Optimize _xfconf_gtype_from_string().Nick Schermer2010-02-021-14/+15
* Silent the build.Nick Schermer2010-02-011-6/+6
* Use g_strcmp0 for comparing strings.Nick Schermer2010-02-011-1/+1
* Add dist-hook: all to common/Makefile.am for testing.Jannis Pohlmann2009-09-271-0/+3
* fix compilation with Sun cc (bug 5477)Brian J. Tarricone2009-09-041-8/+8
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-061-4/+4
* don't translate "true" or "false" in xfconf-query outputBrian Tarricone2009-01-261-2/+1
* fix a bunch of warningsBrian Tarricone2008-12-272-4/+4
* make a bunch of changes to the perl bindings, and hook them up in theBrian Tarricone2008-10-272-0/+40
* fix srcdir != builddir buildBrian Tarricone2008-10-271-4/+4
* fix MAINTAINER_MODE build with glib 2.12Brian Tarricone2008-10-241-2/+2
* avoid emitting PropertyChanged when a property is set to the same valueBrian Tarricone2008-09-282-0/+49
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-281-16/+18
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+19
* clarify RemoveProperty() dbus method description.Brian Tarricone2008-09-271-44/+7
* * Use org.freedesktop.DBus.GLib.ClientCSymbol.Nick Schermer2008-08-101-1/+6
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-0/+10
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-281-0/+2
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-15/+16
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-1/+1
* properly register marshaller and signal for PropertyRemovedBrian Tarricone2008-06-051-1/+2