aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.h
Commit message (Collapse)AuthorAgeFilesLines
* Strings to build the submenu propertyTed Gould2010-06-071-0/+3
|
* Fixing annotations, no everything is happy.Ted Gould2010-06-041-2/+3
|
* Flattening out the documentation to make it so that it gets picked up by ↵Ted Gould2010-05-281-9/+4
| | | | g-ir-scanner.
* Changing the comment style to make g-ir-scanner happy.Ted Gould2010-05-271-59/+59
|
* Fixing annotations on the pointer prototypes.Ted Gould2010-05-271-3/+3
|
* Breaking out the buildxml function into it's own type for annotationsTed Gould2010-05-271-1/+10
|
* Adding a function to only get the position in the children that are realized.Ted Gould2010-04-141-0/+1
|
* Bringing up to date with trunkTed Gould2010-03-311-0/+2
|\
| * Adding a define to provide a blank icon in the icon nameTed Gould2010-03-181-0/+2
| |
* | Adding a set of callbacks so that we can respond to the about to show request.Ted Gould2010-03-311-2/+13
| |
* | Started to implement about-to-show supportAurelien Gateau2010-03-031-1/+5
|/
* For IDs that we recycle (often the root id) we need to update the ↵Ted Gould2010-02-051-0/+1
| | | | properties. Adds a new function to support syncing the properties in the menuitem.
* Changing the IDs so that they're all INTsTed Gould2010-02-041-1/+1
|
* Interoperability fixes.Ted Gould2010-02-041-9/+9
|\
| * icon -> icon-nameAurelien Gateau2010-02-021-6/+6
| | | | | | | | | | | | | | sensitive -> enabled toggle-checked -> toggle-state toggle-state is now an int
| * Turn id into an intAurelien Gateau2010-02-021-3/+3
| |
* | Creating a handle event function and a wrapper for it.Ted Gould2010-02-031-2/+5
| |
* | Changing the event to a subclassable handle event function. Then letting ↵Ted Gould2010-02-031-2/+3
|/ | | | the default be used as well.
* Changing the menuitem interface to have activate include a timestampTed Gould2010-01-221-2/+2
|
* Adding #defines for the state of the boxTed Gould2010-01-071-0/+4
|
* Basic implementation of some helper getter/setters for GValues with int and ↵Ted Gould2009-12-151-0/+4
| | | | bools
* Cleaning up our types. No more image type (but leaving to not confuse) and ↵Ted Gould2009-12-091-0/+5
| | | | adding in the properties needed for toggle stuff.
* Switching the menuitem internal storage to be a hashtable of values.Ted Gould2009-12-091-1/+3
|
* Making the 'type' property a #defineTed Gould2009-11-131-0/+1
|
* Moving 'buildxml' into the private header file.Ted Gould2009-11-131-1/+0
|
* Putting the revision number into the XML sent across the bus.Ted Gould2009-09-211-1/+1
|
* Basic support for the sensitive property.Ted Gould2009-09-021-0/+1
|
* Adding some defines for some common property values.Ted Gould2009-08-261-0/+5
|
* Signaling the realized event after it has all it's parameters.Ted Gould2009-08-251-0/+1
|
* Creating a realized signal on the menu items.Ted Gould2009-08-251-1/+4
|
* Add the property of the menuitems to check to see if they're the root node ↵Ted Gould2009-06-261-0/+3
| | | | or not. Also set that when the layout is being parsed.
* Now we're also signalling when a child gets moved around.Ted Gould2009-06-231-1/+1
|
* Adding in the 'moved' signal and make it so that the 'added' signal has the ↵Ted Gould2009-06-231-1/+4
| | | | position in it.
* Adding a reorder and prepend convience functions so that they emit the right ↵Ted Gould2009-05-261-0/+2
| | | | signals.
* A function to copy the properties off of a menuitem.Ted Gould2009-05-191-0/+1
|
* Adding in a function to get the properties, and make sure to catch soem more ↵Ted Gould2009-05-151-3/+4
| | | | warnings and other protections. Also, no more deprecated GTK stuf.
* Add in a function to search the tree for an ID. This might need to be ↵Ted Gould2009-05-131-0/+1
| | | | optimized later, I'm not sure how common this operation will be.
* Adding in the activate signal and a function to emit it on the server side ↵Ted Gould2009-05-121-0/+1
| | | | of things.
* Adding in signals for child_added and child_removedTed Gould2009-05-121-16/+22
|
* Adding in a foreach function for menuitems.Ted Gould2009-05-121-0/+1
|
* Changing the property update function to make it match closer to the dbus ↵Ted Gould2009-05-121-1/+1
| | | | spec with two parameters.
* Add in the LGPL 2.1/3 text to the tops of the files.Ted Gould2009-05-121-0/+28
|
* Object documentation. No gtk-doc yet, but getting ready.Ted Gould2009-05-111-2/+42
|
* Allowing people to take children.Ted Gould2009-05-111-0/+1
|
* Okay, it think we're syncing the two XML hierarchies. Whew.Ted Gould2009-04-271-0/+2
|
* Adding in tests dictory, a test, and making it compileTed Gould2009-04-161-0/+3
|
* Okay, let's build some XMLTed Gould2009-04-161-2/+2
|
* Okay, now we're getting and setting properties. Fleshing out these functions.Ted Gould2009-04-161-0/+2
|
* Changing the menuitem typeTed Gould2009-04-161-6/+6
|
* Designing some API babyTed Gould2009-04-131-2/+28
|