aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Building the dbus proxies if the guy we're trying to connect to doesn't exist.Ted Gould2010-01-061-0/+2
|/
* Implememented GetChildrenAurelien Gateau2009-12-242-0/+69
|
* Oops, that didn't work.Ted Gould2009-12-221-2/+2
|
* Changing the prop handler to be a pointer.Ted Gould2009-12-211-2/+2
|
* Switching the server function over to values. Oh, how I hate the untyped ↵Ted Gould2009-12-211-6/+3
| | | | signals in GLib.
* 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-182-3/+3
|
* Fixing MASSIVEDEBUGGING as it was still looking for a string.Ted Gould2009-12-181-1/+5
|
* Making sure a value is passed even if we're not using it for clicked.Ted Gould2009-12-161-1/+4
|
* Using the GValues instead of setting the strings.Ted Gould2009-12-161-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-152-0/+40
| | | | bools
* Cleaning up our types. No more image type (but leaving to not confuse) and ↵Ted Gould2009-12-092-1/+6
| | | | adding in the properties needed for toggle stuff.
* Switching the menuitem internal storage to be a hashtable of values.Ted Gould2009-12-093-23/+75
|
* Removing debug messageTed Gould2009-12-091-0/+1
|
* Translating the table of string properties over to a hash of values.Ted Gould2009-12-091-0/+16
|
* Switching the return from get properties should have values now.Ted Gould2009-12-091-1/+1
|
* Remove the ability to construct the property as it's not writable.Ted Gould2009-12-091-1/+1
|
* Removing debug messageTed Gould2009-12-091-2/+0
|
* Fixing the proxies correctly and making sure to reset the call pointer.Ted Gould2009-12-091-2/+3
|
* Adding in the 'version' propertyTed Gould2009-12-092-2/+13
|
* Fixing the layout update signature to have two parameters.Ted Gould2009-12-091-6/+7
|
* Adding marshaller for the 'LayoutUpdate' signal.Ted Gould2009-12-091-0/+1
|
* Switching the marshaller to give us the GValueTed Gould2009-12-091-1/+1
|
* Changing ID_PROP_UPDATE signal to use GValues instead of strings.Ted Gould2009-12-091-4/+7
|
* Switching the marshallers around to match the new signal interfaces.Ted Gould2009-12-091-1/+2
|
* Changing signal prototypes in the signal handlers.Ted Gould2009-12-091-10/+10
|
* Adding in layout debug message.Ted Gould2009-12-091-0/+2
|
* Switching from using the 'Layout' property to using the 'GetLayout' function ↵Ted Gould2009-12-091-21/+8
| | | | with more fun parameters.
* Changing signal names to match the new (more logical) naming pattern.Ted Gould2009-12-091-2/+2
|
* Making a proper error on GroupProperties not being implemented.Ted Gould2009-12-091-1/+7
|
* Switching get properties to include the properties list.Ted Gould2009-12-091-2/+2
|
* Updating to new API so that we build. Nice touch.Ted Gould2009-12-091-3/+5
|
* Getting the server building again, not great shape though. Needs more work.Ted Gould2009-12-081-31/+42
|
* Merging in the spec-discussion branch.Ted Gould2009-12-083-35/+96
|\
| * Changes to keep layouts but all for globbing of properties in a similar way.Ted Gould2009-12-081-11/+54
| |
| * Grabbing agateau's changesTed Gould2009-12-081-49/+70
| |\
| | * Fixed type of value param in ItemPropertyUpdated() signalAurelien Gateau2009-11-131-1/+1
| | |
| | * Removed ItemAdded/ItemRemoved for nowAurelien Gateau2009-11-131-23/+0
| | |
| | * New DBus menu APIAurelien Gateau2009-11-131-48/+92
| | |
| * | Changing name to org.ayatana.Ted Gould2009-11-203-9/+9
| |\ \ | | |/ | |/|
| | * Changing the interface name for properties.Ted Gould2009-10-281-2/+2
| | |
| | * Chaning the default object path.Ted Gould2009-10-281-3/+3
| | |
| | * Changing the function calls to match the change.Ted Gould2009-10-281-3/+3
| | |
| | * First step, change the interface name.Ted Gould2009-10-281-1/+1
| | |
* | | Making the 'type' property a #defineTed Gould2009-11-132-1/+3
| | |