Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Making the build of the message more explicit and correct | Ted Gould | 2011-02-14 | 1 | -1/+8 |
| | |||||
* | Dropping libxml | Ted Gould | 2011-02-14 | 1 | -3/+0 |
| | |||||
* | Changing the client over from XML to taking in the variant structures | Ted Gould | 2011-02-14 | 1 | -75/+43 |
| | |||||
* | Use the recurse parameter | Ted Gould | 2011-02-14 | 3 | -6/+6 |
| | |||||
* | Swapt out building XML for building a big variant structure | Ted Gould | 2011-02-14 | 4 | -59/+67 |
| | |||||
* | Updating to group prop change signals branch to get the changes there (oh, ↵ | Ted Gould | 2011-02-11 | 18 | -601/+1701 |
|\ | | | | | | | pull in some trunk too) | ||||
| * | Checking the strcmp0 value properly | Ted Gould | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | Setting value to something more obviously wrong | Ted Gould | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | Explicitly destroying and recreating the properties on the root node when ↵ | Ted Gould | 2011-02-11 | 1 | -0/+17 |
| | | | | | | | | changed. | ||||
| * | Unbox the variants if they're boxed | Ted Gould | 2011-02-08 | 1 | -1/+6 |
| | | |||||
| * | IDs should be signed | Ted Gould | 2011-02-08 | 1 | -3/+3 |
| | | |||||
| * | Handling and unrolling the properties updated signal | Ted Gould | 2011-02-08 | 1 | -0/+16 |
| | | |||||
| * | Fleshing out the transformation from arrays to dbus signals. | Ted Gould | 2011-02-08 | 1 | -4/+48 |
| | | |||||
| * | Fleshing out the teardown of the array | Ted Gould | 2011-02-08 | 1 | -0/+16 |
| | | |||||
| * | Fleshing out the add function and making this thing compile! | Ted Gould | 2011-02-07 | 1 | -8/+32 |
| | | |||||
| * | Basic outline of the function mapped out, no compile. | Ted Gould | 2011-02-07 | 1 | -4/+93 |
| | | |||||
| * | Updating to trunk | Ted Gould | 2011-02-07 | 18 | -601/+1490 |
| |\ | |||||
| | * | take_children() shouldn't unref the items as they might get deleted before ↵ | Ted Gould | 2011-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | the caller would be abel to use them. Making sure to put those annotations in the docs. | ||||
| | * | Fix the property return signature. | Ted Gould | 2011-01-31 | 1 | -2/+2 |
| | |\ | |||||
| | | * | fix variant type of props return | Michael Terry | 2011-01-31 | 1 | -2/+2 |
| | | | | |||||
| | * | | Switching the properties callback to use custom structure so that we can ↵ | Ted Gould | 2011-01-31 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | reference the client throughout the callback. | ||||
| | * | | Keep a ref to the client through-out the call to the update | Ted Gould | 2011-01-31 | 1 | -7/+10 |
| | |/ | |||||
| | * | Adding in a serializable menuitem object | Ted Gould | 2011-01-27 | 2 | -8/+97 |
| | |\ | |||||
| | | * | Adding documentation for the handler functions. | Ted Gould | 2011-01-27 | 1 | -0/+21 |
| | | | | |||||
| | | * | Updating to trunk | Ted Gould | 2011-01-21 | 4 | -15/+103 |
| | | |\ | |||||
| | | * | | Switch to having the type handlers have a small structure of all their data ↵ | Ted Gould | 2011-01-19 | 1 | -7/+37 |
| | | | | | | | | | | | | | | | | | | | | and clean themselves up. Woot! | ||||
| | | * | | Adding in some documentation | Ted Gould | 2011-01-19 | 1 | -1/+26 |
| | | | | | |||||
| | | * | | Setup to the use the full type handler | Ted Gould | 2011-01-18 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Adding in a 'full' function to deal with user data and destruction. | Ted Gould | 2011-01-18 | 2 | -2/+15 |
| | | | | | |||||
| | * | | | Fix some memory leaks, we hate those! | Ted Gould | 2011-01-26 | 2 | -3/+12 |
| | |\ \ \ | |||||
| | | * | | | Ensuring that all the errors are free'd correctly. | Ted Gould | 2011-01-21 | 1 | -1/+4 |
| | | | | | | |||||
| | | * | | | Making the hashtable have a full copy and free itself appropriately. | Ted Gould | 2011-01-21 | 1 | -2/+8 |
| | | | |/ | | | |/| | |||||
| | * | | | Make the tuple without specifying the type so we don't need to build a new one. | Ted Gould | 2011-01-26 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Switching to use an internal builder for the tuple to make things more explicit. | Ted Gould | 2011-01-26 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | Changing the builder add call | Ted Gould | 2011-01-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Even though we all love SVG, it's not a valid signature | Ted Gould | 2011-01-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | avoid critical warning from calling a function on a NULL pointer | Michael Terry | 2011-01-25 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Add an include directory for the headers | Ted Gould | 2011-01-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add a single include file for dbus-glib | Ted Gould | 2011-01-21 | 2 | -0/+38 |
| | | | | |||||
| | * | | Increase the level of warning given by the scanner | Ted Gould | 2011-01-20 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | added --warn-all to scanner flags so the build log will warn us about ↵ | Ken VanDine | 2011-01-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | missing annotations | ||||
| | * | | | Fix some crashes when building variants improperly | Ted Gould | 2011-01-20 | 1 | -7/+41 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Warn when can't parse. | Ted Gould | 2011-01-18 | 1 | -1/+7 |
| | | | | | |||||
| | | * | | Use the message string. | Ted Gould | 2011-01-18 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Adding warnings on g_variant_parse errors | Ted Gould | 2011-01-18 | 1 | -1/+13 |
| | | | | | |||||
| | | * | | Protecting the final tuple from errors. | Ted Gould | 2011-01-18 | 1 | -3/+8 |
| | | | | | |||||
| | | * | | Fixing builder to only init/finish if there are entries we get. | Ted Gould | 2011-01-18 | 1 | -2/+13 |
| | | | | | |||||
| | * | | | Ensure that we can recover from GetLayout failing | Chris Coulson | 2011-01-19 | 1 | -7/+8 |
| | | | | | |||||
| | * | | | Send a LayoutUpdated when we register the object. | Ted Gould | 2011-01-18 | 1 | -0/+13 |
| | | |/ | | |/| | |||||
| | * | | Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build depends | Ken VanDine | 2011-01-18 | 1 | -1/+1 |
| | |/ |