summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* add PropertyRemoved signal to dbus interface and hook it up everywhereBrian Tarricone2008-05-132-0/+16
* validate channel namesBrian Tarricone2008-04-281-0/+1
* add support for getting and setting array properties to xfconf-queryBrian Tarricone2008-04-281-0/+2
* update docs, poBrian Tarricone2008-04-281-0/+14
* validate property names and throw an error if they're badBrian Tarricone2008-04-261-0/+8
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-212-1/+3
* treat uint16/int16 as uint32/int32 when sending data over dbusBrian Tarricone2008-04-201-0/+123
* do some rearranging of code locationsBrian Tarricone2008-04-146-183/+42
* revert previous change -- _xfconf_gvalue_from_string() isn't meant to beBrian Tarricone2008-04-101-15/+1
* Add G_GNUC_INTERNAL to xfconf_g_value_free function (restores abi)Stephan Arts2008-04-101-0/+1
* Improve xfconf-query support for gvalue types (use common-code for gvalue >< ...Stephan Arts2008-04-091-1/+2
* convert string list (as semicolon-delim list) into GValue properlyBrian Tarricone2008-04-091-2/+15
* move xfconf_gtk_string_from_gvalue() to commonBrian Tarricone2008-04-092-0/+53
* move GValue convenience funcs to their own libtool convenience libBrian Tarricone2008-04-094-3/+229
* make the array stuff work, in theory.Brian Tarricone2008-01-142-0/+26
* add gnuc visibility stuffBrian Tarricone2007-11-065-4/+197
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-253-0/+186
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-032-0/+79
* fix build of autogenerated sourcesBrian Tarricone2007-09-141-1/+3
* implement most of the the perchannel-xml reading and parsing code. it's notBrian Tarricone2007-09-142-0/+112
* add xfconf_g_value_free() utility functionBrian Tarricone2007-09-063-1/+67
* do some cosmetic renamingBrian Tarricone2007-09-061-0/+4
* * add RemoveChannel() to the dbus interface and client libBrian Tarricone2007-09-061-20/+31
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-051-2/+0
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-051-0/+48
* move the marshallers into a private lib so both the client lib andBrian Tarricone2007-09-042-1/+29
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-042-0/+96