aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Setting the initial id to -1 and then if so, and we get it, find us a good one.Ted Gould2010-02-041-1/+4
|
* Interoperability fixes.Ted Gould2010-02-041-15/+12
|\
| * Root id should be 0Aurelien Gateau2010-02-021-1/+1
| |
| * - Allow id to be 0.Aurelien Gateau2010-02-021-9/+6
| | | | | | | | | | - Fix default item type.
| * Turn id into an intAurelien Gateau2010-02-021-6/+6
| |
* | Creating the local default for event handlingTed Gould2010-02-031-1/+13
| |
* | Creating a handle event function and a wrapper for it.Ted Gould2010-02-031-4/+19
|/
* Sync to trunkTed Gould2010-01-221-6/+9
|\
| * Removing the revision from the generated XMLTed Gould2010-01-211-6/+4
| |
| * Set the node ID to zero if the node is the root node.Ted Gould2010-01-211-2/+7
| |
* | Changing the menuitem interface to have activate include a timestampTed Gould2010-01-221-4/+6
|/
* Switching to a replace so that new values are added.Ted Gould2009-12-211-1/+2
|
* Making sure we get our function.Ted Gould2009-12-181-2/+2
|
* Switching to just being a string and a pointer.Ted Gould2009-12-181-1/+1
|
* Changing the prototype on the signal so that it isn't a string, but a value.Ted Gould2009-12-181-2/+2
|
* Adding in transforms for our getters.Ted Gould2009-12-151-2/+20
|
* Adding in a couple of transfer functions so that we can be backwards ↵Ted Gould2009-12-151-0/+34
| | | | compatible with our string way of doing things.
* Docs for the new functions.Ted Gould2009-12-151-0/+50
|
* Basic implementation of some helper getter/setters for GValues with int and ↵Ted Gould2009-12-151-0/+36
| | | | bools
* Switching the menuitem internal storage to be a hashtable of values.Ted Gould2009-12-091-6/+72
|
* Moving 'buildxml' into the private header file.Ted Gould2009-11-131-0/+1
|
* Typo in define nameTed Gould2009-10-011-2/+2
|
* More getting messages in get_positionTed Gould2009-10-011-0/+5
|
* Printing out the position when we ask for it.Ted Gould2009-10-011-0/+4
|
* Adding labels to all of the printout lines to make it easier to debug.Ted Gould2009-10-011-8/+13
|
* Truncating property values if they're too long.Ted Gould2009-10-011-1/+1
|
* Being more explicity about the position that things are placed in.Ted Gould2009-10-011-4/+4
|
* Got our cast on backwards.Ted Gould2009-10-011-1/+1
|
* Creating some massive debugging on basically every event from these folks. ↵Ted Gould2009-10-011-0/+24
| | | | We want to know it all.
* Putting the revision number into the XML sent across the bus.Ted Gould2009-09-211-4/+6
|
* Creating a realized signal on the menu items.Ted Gould2009-08-251-0/+17
|
* Hiding a debug messageTed Gould2009-06-261-1/+1
|
* Add the property of the menuitems to check to see if they're the root node ↵Ted Gould2009-06-261-0/+41
| | | | 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-0/+12
|
* Adding in the 'moved' signal and make it so that the 'added' signal has the ↵Ted Gould2009-06-231-5/+24
| | | | position in it.
* Same cut and paste bug, you'd think I'd be smart enough to check this when I ↵Ted Gould2009-05-261-1/+1
| | | | fixed the last one. Dumbass.
* Adding a reorder and prepend convience functions so that they emit the right ↵Ted Gould2009-05-261-0/+47
| | | | signals.
* Too many values on signalTed Gould2009-05-261-1/+1
|
* Unref'ing the children if we're being killed ourselvesTed Gould2009-05-251-0/+9
|
* Disabling a large number of debug messages. Most aren't needed anymore.Ted Gould2009-05-191-2/+2
|
* Debug message on setting properties.Ted Gould2009-05-191-0/+1
|
* A function to copy the properties off of a menuitem.Ted Gould2009-05-191-0/+35
|
* Adding in a function to get the properties, and make sure to catch soem more ↵Ted Gould2009-05-151-0/+24
| | | | 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/+46
| | | | optimized later, I'm not sure how common this operation will be.
* Start signalling when children are added or removedTed Gould2009-05-121-0/+13
|
* Adding in the activate signal and a function to emit it on the server side ↵Ted Gould2009-05-121-0/+29
| | | | of things.
* Adding in signals for child_added and child_removedTed Gould2009-05-121-6/+41
|
* Adding in a foreach function for menuitems.Ted Gould2009-05-121-0/+32
|
* Getting the proper marshaller for the change in APITed Gould2009-05-121-1/+2
|
* Changing the property update function to make it match closer to the dbus ↵Ted Gould2009-05-121-3/+4
| | | | spec with two parameters.