aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.c
Commit message (Expand)AuthorAgeFilesLines
* take_children() shouldn't unref the items as they might get deleted before th...Ted Gould2011-02-041-2/+2
* Making the hashtable have a full copy and free itself appropriately.Ted Gould2011-01-211-2/+8
* Adding an about-to-show signal to the menuitemTed Gould2011-01-061-1/+18
|\
| * Add an about-to-show signal to the menu items and hook this upChris Coulson2010-12-131-1/+18
* | Oops, need to actually assign that return.Ted Gould2011-01-051-1/+1
* | Testing for the string being NULL before g_variant aborts on it.Ted Gould2011-01-051-1/+4
* | Handling the case of a NULL variant by making it clear the hashtable of that ...Ted Gould2011-01-051-8/+16
|/
* Uhm, there's no explaination for this one. Duh.Ted Gould2010-11-231-1/+1
* Oops, messed up the format here.Ted Gould2010-11-181-1/+1
* Cleaning up the building of a properties variantTed Gould2010-11-181-16/+10
* Fixing signal emition when there are new entries added to the property table.Ted Gould2010-11-181-1/+1
* Eh, bad truth checking here.Ted Gould2010-11-181-2/+2
* Fixing our signals and marshallers for them as wellTed Gould2010-11-171-2/+2
* Dropping set and get valueTed Gould2010-11-171-77/+0
* Change all the event handling to use GVariantsTed Gould2010-11-171-5/+5
* Adding deprecation comment to the documentation.Ted Gould2010-11-171-0/+2
* Replacing the value based functions with variants instead of values.Ted Gould2010-11-171-43/+38
* Switch the internal hash table to be variant and implement the set and get fu...Ted Gould2010-11-171-11/+69
* It doesn't really match standard GVariant syntax to have this be a constTed Gould2010-11-161-1/+1
* Some stub functions so that we can compileTed Gould2010-11-151-0/+14
* Adding a helper function to get the menuitem properties as a variantTed Gould2010-10-141-0/+44
* Switching to using the pointer in the instanceTed Gould2010-10-121-2/+3
* Putting the pointer to the private area in the instanceTed Gould2010-10-121-1/+0
* Removing the typedef for the callbackTed Gould2010-09-221-3/+3
* Turn about to show into an activate for those with children.Ted Gould2010-09-171-0/+24
* Adding the signal and function to show the menu item to the user.Ted Gould2010-08-201-0/+36
* When removing items we need to remove the submenu property.Ted Gould2010-06-071-0/+8
* When we're adding the children we're setting the 'submenu' value.Ted Gould2010-06-071-0/+12
* Trying to document the array type and a couple closure parametersTed Gould2010-05-271-3/+3
* Make sure to send the signal *before* unrefing so the object existsTed Gould2010-04-161-2/+2
* Adding a function to only get the position in the children that are realized.Ted Gould2010-04-141-0/+44
* Adding two functions to set and get the realized state.Ted Gould2010-04-141-0/+42
* Man I suckTed Gould2010-04-141-3/+3
* Truth sucksTed Gould2010-04-141-3/+3
* Keep an internal reference to the children.Ted Gould2010-04-141-0/+5
* Fail if we add a child to a menu that already has that child.Ted Gould2010-04-141-0/+6
* Bringing up to date with trunkTed Gould2010-03-311-1/+1
|\
| * Fix a typo in dbusmenu_menuitem_take_children() documentation. It wasn'tKalle Valo2010-03-101-1/+1
* | Adding a set of callbacks so that we can respond to the about to show request.Ted Gould2010-03-311-2/+7
* | Adding a bunch of commentsTed Gould2010-03-311-0/+10
* | Started to implement about-to-show supportAurelien Gateau2010-03-031-0/+14
|/
* For IDs that we recycle (often the root id) we need to update the properties....Ted Gould2010-02-051-0/+20
* 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-041-0/+6
* Removing the work aroundTed Gould2010-02-041-1/+1
* Turning 'id' into a #defineTed Gould2010-02-041-4/+6