aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Collapse)AuthorAgeFilesLines
* Start handling text direction and signal when it changesTed Gould2011-02-181-3/+63
|
* Adding a nick to value translatorTed Gould2011-02-182-0/+25
|
* Adding a stub for getting the text directionTed Gould2011-02-181-0/+17
|
* Adding the signal for text direction changing.Ted Gould2011-02-182-0/+18
|
* Adding in the function prototypes for text direction in the client.Ted Gould2011-02-181-1/+5
|
* Making it so that the dbus properties can have more than one.Ted Gould2011-02-171-2/+9
|
* Use the get_nick function to get the value for the signalTed Gould2011-02-171-1/+1
|
* Adding a get_nick function for our enumsTed Gould2011-02-172-0/+27
|
* Handling set and get of the property.Ted Gould2011-02-171-0/+36
|
* Adding code to determine the default text directionTed Gould2011-02-171-0/+49
|
* Fleshing out the accessors for the text directionTed Gould2011-02-171-3/+16
|
* Adding a the text direction stub functions in.Ted Gould2011-02-171-0/+34
|
* WhitespaceTed Gould2011-02-171-5/+7
|
* Adding prototypes for the text directionTed Gould2011-02-171-0/+2
|
* Adding a property for text directionTed Gould2011-02-162-1/+9
|
* Changing the definition style to make mkenums happy.Ted Gould2011-02-161-3/+2
|
* Make sure the text direction isn't in the serverTed Gould2011-02-161-1/+1
|
* Adding building the enums untilthe build systemTed Gould2011-02-161-3/+16
|
* Some enum type templatesTed Gould2011-02-162-0/+120
|
* Adding a type for the text direction, putting it in a generic header for allTed Gould2011-02-163-1/+58
|
* Adding a property for text directionTed Gould2011-02-151-0/+8
|
* Fix the name used for the Dbusmenu-Glib-0.4 typelib so it can be properly ↵Ken VanDine2011-02-091-13/+13
| | | | used with GI. It should be Dbusmenu-0.4 (LP: #713099)
* take_children() shouldn't unref the items as they might get deleted before ↵Ted Gould2011-02-041-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 Gould2011-01-311-2/+2
|\
| * fix variant type of props returnMichael Terry2011-01-311-2/+2
| |
* | Switching the properties callback to use custom structure so that we can ↵Ted Gould2011-01-311-4/+19
| | | | | | | | reference the client throughout the callback.
* | Keep a ref to the client through-out the call to the updateTed Gould2011-01-311-7/+10
|/
* Adding in a serializable menuitem objectTed Gould2011-01-272-8/+97
|\
| * Adding documentation for the handler functions.Ted Gould2011-01-271-0/+21
| |
| * Updating to trunkTed Gould2011-01-214-15/+103
| |\
| * | Switch to having the type handlers have a small structure of all their data ↵Ted Gould2011-01-191-7/+37
| | | | | | | | | | | | and clean themselves up. Woot!
| * | Adding in some documentationTed Gould2011-01-191-1/+26
| | |
| * | Setup to the use the full type handlerTed Gould2011-01-181-1/+1
| | |
| * | Adding in a 'full' function to deal with user data and destruction.Ted Gould2011-01-182-2/+15
| | |
* | | Fix some memory leaks, we hate those! Ted Gould2011-01-262-3/+12
|\ \ \
| * | | Ensuring that all the errors are free'd correctly.Ted Gould2011-01-211-1/+4
| | | |
| * | | Making the hashtable have a full copy and free itself appropriately.Ted Gould2011-01-211-2/+8
| | |/ | |/|
* | | Make the tuple without specifying the type so we don't need to build a new one.Ted Gould2011-01-261-1/+2
| | |
* | | Switching to use an internal builder for the tuple to make things more explicit.Ted Gould2011-01-261-1/+7
| | |
* | | Changing the builder add callTed Gould2011-01-261-1/+1
| | |
* | | Even though we all love SVG, it's not a valid signatureTed Gould2011-01-261-1/+1
| | |
* | | avoid critical warning from calling a function on a NULL pointerMichael Terry2011-01-251-1/+1
|/ /
* | Add an include directory for the headersTed Gould2011-01-211-1/+1
| |
* | Add a single include file for dbus-glibTed Gould2011-01-212-0/+38
| |
* | Increase the level of warning given by the scannerTed Gould2011-01-201-0/+2
|\ \
| * | added --warn-all to scanner flags so the build log will warn us about ↵Ken VanDine2011-01-191-0/+2
| | | | | | | | | | | | missing annotations
* | | Fix some crashes when building variants improperlyTed Gould2011-01-201-7/+41
|\ \ \ | |/ / |/| |
| * | Warn when can't parse.Ted Gould2011-01-181-1/+7
| | |
| * | Use the message string.Ted Gould2011-01-181-2/+2
| | |
| * | Adding warnings on g_variant_parse errorsTed Gould2011-01-181-1/+13
| | |