aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Filling out the vtableTed Gould2010-10-141-1/+38
* Moving globalsTed Gould2010-10-141-5/+5
* Changing the registration of the object on the busTed Gould2010-10-141-10/+77
* Setting up the private variables that we're going to do need to set this stuf...Ted Gould2010-10-141-0/+28
* Changing the way the static interface information is generatedTed Gould2010-10-141-3/+25
* 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-2/+0
* Unreffing the hashtable.Ted Gould2010-09-151-0/+4
* Turns out you should really allocate things with the allocation function. Wh...Ted Gould2010-09-141-1/+1
* Building up a structure and passing it back on in a callback to clear the bus.Ted Gould2010-09-141-1/+36
* Changing to be the right signal in teh serverTed Gould2010-08-201-2/+2
* Only send layout updates after we reach the idle portion of the mainloop. Re...Ted Gould2010-08-021-13/+41
|\
| * Adding in an idle function that queues the updates.Ted Gould2010-07-201-1/+26
| * Pulling the layout count update into a function along with signalling it.Ted Gould2010-07-201-13/+16
* | Grouping property requests into a larger dbus request.Ted Gould2010-08-021-11/+40
|\|
| * Switch array back and use the helpers, duh, now it works.Ted Gould2010-07-191-18/+14
| * Apparently it's a GValueArray. Feel like I'm coding freakin' Python. Guess ...Ted Gould2010-07-191-4/+8
| * Initial write of group properties, has errors though :(Ted Gould2010-07-191-10/+39
* | Setting up listening on the menuitems to send the activate signal over.Ted Gould2010-07-201-0/+10
* | Actually build the signal and put it on the object.Ted Gould2010-07-201-0/+17
|/
* Check to ensure we an get the connection before registering the object.Ted Gould2010-07-021-4/+11
* Make sure the ItemUpdated signal matches with what is written in the xml fileAurelien Gateau2010-05-271-2/+2
* Return error if we can't find parent in a buildxml routineTed Gould2010-04-141-0/+10
* Adding a bunch of commentsTed Gould2010-03-311-0/+1
* Started to implement about-to-show supportAurelien Gateau2010-03-031-0/+23
* Adds a menuitem proxy object to glib and applies various fixes through that t...Ted Gould2010-02-181-0/+19
|\
| * Properly handing a child changing to make sure to recurse down the structure ...Ted Gould2010-02-131-0/+19
* | Setting the ID on the default root item to 0Ted Gould2010-02-121-1/+1
* | Changing prototype of property update call to match spec.Ted Gould2010-02-091-2/+2
|/
* Making it so that find_id handles the root id being 0 case.Ted Gould2010-02-041-1/+1
* Manage whether the menuitem thinks it's a root item in the server based on wh...Ted Gould2010-02-041-0/+2
* 0.2.2Ted Gould2010-02-041-1/+1
* Interoperability fixes.Ted Gould2010-02-041-17/+17
|\
| * Fix types of signal paramsAurelien Gateau2010-02-031-2/+2
| * Turn parent parameter of get_layout to an int as wellAurelien Gateau2010-02-021-2/+2
| * Turn id into an intAurelien Gateau2010-02-021-13/+13
* | Now the server gets the eventTed Gould2010-02-031-1/+1
|/
* Adding a parameter on the event function so that the timestamp is always passed.Ted Gould2010-01-241-3/+3
|\
| * Sync to trunkTed Gould2010-01-221-3/+3
| |\
| * | Changing the menuitem interface to have activate include a timestampTed Gould2010-01-221-1/+1
| * | Adding the timestamp on the server side.Ted Gould2010-01-221-2/+2
* | | Changing all instances of 'LayoutUpdate' to 'LayoutUpdated' as discussed on t...Ted Gould2010-01-221-8/+8
| |/ |/|
* | Removing the revision from the generated XMLTed Gould2010-01-211-3/+3
|/
* Implememented GetChildrenAurelien Gateau2009-12-241-0/+63
* Switching the server function over to values. Oh, how I hate the untyped sig...Ted Gould2009-12-211-6/+3
* Switching the menuitem internal storage to be a hashtable of values.Ted Gould2009-12-091-16/+0
* Translating the table of string properties over to a hash of values.Ted Gould2009-12-091-0/+16
* Remove the ability to construct the property as it's not writable.Ted Gould2009-12-091-1/+1
* Adding in the 'version' propertyTed Gould2009-12-091-1/+12
* Fixing the layout update signature to have two parameters.Ted Gould2009-12-091-6/+7