aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Expand)AuthorAgeFilesLines
* Change version number to 0.2Ted Gould2010-02-281-6/+6
* Only intropsecting the headers instead of all the files.Ted Gould2010-02-261-1/+1
* First pass at building GIR. Still errorsTed Gould2010-02-261-0/+34
* Removing delaying hte propertiesTed Gould2010-02-241-127/+1
* Adds a menuitem proxy object to glib and applies various fixes through that t...Ted Gould2010-02-185-1/+588
|\
| * Properly handing a child changing to make sure to recurse down the structure ...Ted Gould2010-02-131-0/+19
| * Making it so that NULL roots also cause the items to get delayed until we hav...Ted Gould2010-02-131-5/+7
| * Putting in code to undo the array as the layouts get updated.Ted Gould2010-02-121-0/+38
| * Start to delay ID updates that are gotten when we know we're out of sync.Ted Gould2010-02-121-2/+55
| * Creating the delayed array, and cleaning it up too.Ted Gould2010-02-121-0/+36
| * Fleshing out the moved function.Ted Gould2010-02-101-1/+18
| * Fleshing out deleteTed Gould2010-02-101-0/+17
| * Accessor for the mi private variableTed Gould2010-02-102-0/+19
| * Adding children in.Ted Gould2010-02-091-0/+6
| * Killing our childrenTed Gould2010-02-091-0/+10
| * Stealing (caching) all of the properties now too! Ted Gould2010-02-091-0/+9
| * Storing the handler IDs so that we can easily disconnect the signals later.Ted Gould2010-02-091-4/+25
| * Setting up signals, and the easy ones are filled out.Ted Gould2010-02-091-0/+43
| * Building the proxy item new function.Ted Gould2010-02-092-0/+20
| * Reffing it and pulling it into the private struct.Ted Gould2010-02-091-0/+11
| * Setting up code to get and set the menuitem.Ted Gould2010-02-091-0/+54
| * Moving the menuitem association into a set of functions to make a complex ope...Ted Gould2010-02-091-6/+32
| * Lifecycle for the menuitemTed Gould2010-02-091-0/+11
| * Adding in event handling.Ted Gould2010-02-091-1/+17
| * License headersTed Gould2010-02-092-0/+56
| * Adding in templated objects for the proxy subclassTed Gould2010-02-093-0/+103
* | Setting the ID on the default root item to 0Ted Gould2010-02-121-1/+1
* | Switching from an object to an ID, which is what's passed.Ted Gould2010-02-091-4/+1
* | Adding some additional checks.Ted Gould2010-02-091-1/+5
* | Changing prototype of property update call to match spec.Ted Gould2010-02-093-7/+7
* | Better error handling. If we can't get the properties, remove all of them.Ted Gould2010-02-091-2/+16
* | Removing an extra ref to root and a setting of the root property which is not...Ted Gould2010-02-081-4/+3
|\ \ | |/ |/|
| * Removing the setting of root and the ref.Ted Gould2010-02-081-4/+0
| * Debugging.Ted Gould2010-02-082-1/+2
| * Printing more debugging.Ted Gould2010-02-082-0/+2
| * Printing out proxy destroyTed Gould2010-02-081-1/+1
| * With typosTed Gould2010-02-081-1/+1
| * Debugging messagesTed Gould2010-02-081-0/+2
| * We need to reduce the ref count on the old root even if there wasn't a change.Ted Gould2010-02-081-5/+5
|/
* For IDs that we recycle (often the root id) we need to update the properties....Ted Gould2010-02-053-0/+42
* WhitespaceTed Gould2010-02-051-1/+1
* Managing the root value and the referencing the old root item.Ted Gould2010-02-051-2/+9
* Properly unref on layout updatesTed Gould2010-02-051-0/+8
* If we're the root item always return that our ID is zero.Ted Gould2010-02-051-1/+5
* Changing the default for the property to be the same as the struct default.Ted Gould2010-02-041-1/+1
* Adding in warnings for invalid property idsTed Gould2010-02-041-0/+6
* Getting massive debugging for getting the idTed Gould2010-02-041-1/+5
* Start at '1' instead of '0'Ted Gould2010-02-041-1/+1
* Making it so that find_id handles the root id being 0 case.Ted Gould2010-02-042-1/+7
* Manage whether the menuitem thinks it's a root item in the server based on wh...Ted Gould2010-02-041-0/+2