aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Expand)AuthorAgeFilesLines
* Signaling on root changes.Ted Gould2009-06-231-1/+8
* Signaling the new menuitem.Ted Gould2009-06-231-4/+5
* Adding two new signals to the client. 'root-changed' and 'new-menuitem' to m...Ted Gould2009-06-232-0/+39
* Now we're also signalling when a child gets moved around.Ted Gould2009-06-232-1/+13
* Adding in the 'moved' signal and make it so that the 'added' signal has the p...Ted Gould2009-06-233-6/+30
* Updating to the latest from gtkmenuTed Gould2009-06-181-1/+2
|\
| * Updates from trunk with the properites branch.Ted Gould2009-06-051-1/+2
| |\
| | * Making the ID update function rebuild all of the properties. Result of a cod...Ted Gould2009-06-051-1/+2
* | | Making it so that if we clear the menu structure by destroying the proxies we...Ted Gould2009-06-181-0/+1
* | | Handle the server removing itself from the bus and putting us into a dark wor...Ted Gould2009-06-181-2/+25
* | | If we can't get a proxy on the stuff that we want, we're going to set up a DB...Ted Gould2009-06-181-0/+73
* | | Handling the concept of not having a property proxy.Ted Gould2009-06-181-1/+10
|/ /
* | Same cut and paste bug, you'd think I'd be smart enough to check this when I ...Ted Gould2009-05-261-1/+1
* | Adding a reorder and prepend convience functions so that they emit the right ...Ted Gould2009-05-262-0/+49
* | Too many values on signalTed Gould2009-05-261-1/+1
* | Unref'ing root when we disposeTed Gould2009-05-251-0/+5
* | Playing with debug stuffTed Gould2009-05-251-0/+4
* | Unref'ing the children if we're being killed ourselvesTed Gould2009-05-251-0/+9
* | Unref'ing the object put into the GValue as it gets reffed there.Ted Gould2009-05-251-0/+1
|/
* Disabling a large number of debug messages. Most aren't needed anymore.Ted Gould2009-05-193-10/+10
* Debug message on setting properties.Ted Gould2009-05-191-0/+1
* Recycle the server's marshaller and register it with DBus as we don't have on...Ted Gould2009-05-191-0/+2
* Now we're calling the get_properties function on every menuitem that we build...Ted Gould2009-05-191-4/+28
* Use the new proprties_copy function to make DBus work :)Ted Gould2009-05-191-0/+2
* A function to copy the properties off of a menuitem.Ted Gould2009-05-192-0/+36
* Ah, finally found the right prototype for dicts, whoo hoo, just love dynamic ...Ted Gould2009-05-191-2/+2
* Adding a log domain, this fixes an issue with getting the error quark in the ...Ted Gould2009-05-151-1/+1
* More error handling in the properties interface.Ted Gould2009-05-151-0/+27
* Starting to flesh out more of this DBus stuffTed Gould2009-05-151-2/+28
* Reworking the DBus interface slightly. Making it so that the properties are ...Ted Gould2009-05-152-14/+1
* Fleshing out server_call and getting ready for more.Ted Gould2009-05-151-5/+36
* Adding in a function to get the properties, and make sure to catch soem more ...Ted Gould2009-05-153-4/+29
* Okay, throwing the signals down to the menuitemsTed Gould2009-05-131-0/+16
* Connecting to the other signals coming from the serverTed Gould2009-05-131-0/+22
* Add in a function to search the tree for an ID. This might need to be optimi...Ted Gould2009-05-132-0/+47
* Passing on the signal from the menuitem up the stack and out the DBus.Ted Gould2009-05-121-1/+1
* Signaling that the layout has changed when there are children added or removedTed Gould2009-05-121-0/+4
* Okay, now we have a lifecycle for all of our nifty signal handlers. Kinda cr...Ted Gould2009-05-121-0/+9
* Setting up some function to tie into all these new fangled signals that the m...Ted Gould2009-05-121-0/+48
* 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 of...Ted Gould2009-05-123-0/+31
* Adding in signals for child_added and child_removedTed Gould2009-05-123-22/+64
* Adding in a foreach function for menuitems.Ted Gould2009-05-122-0/+33
* Adding in comments for the signals in the server.Ted Gould2009-05-121-0/+26
* Getting the proper marshaller for the change in APITed Gould2009-05-123-2/+20
* Changing the property update function to make it match closer to the dbus spe...Ted Gould2009-05-122-4/+5
* Creating the property changed signal and emitting it.Ted Gould2009-05-121-1/+25
* Fleshing out the property get and set functions (and exist)Ted Gould2009-05-121-3/+68
* Creating and destroying the properties.Ted Gould2009-05-121-0/+8
* Changes from reviewTed Gould2009-05-123-0/+18
|\