index
:
libdbusmenu
master
Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbusmenu-glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding in layout debug message.
Ted Gould
2009-12-09
1
-0
/
+2
*
Switching from using the 'Layout' property to using the 'GetLayout' function ...
Ted Gould
2009-12-09
1
-21
/
+8
*
Changing signal names to match the new (more logical) naming pattern.
Ted Gould
2009-12-09
1
-2
/
+2
*
Making a proper error on GroupProperties not being implemented.
Ted Gould
2009-12-09
1
-1
/
+7
*
Switching get properties to include the properties list.
Ted Gould
2009-12-09
1
-2
/
+2
*
Updating to new API so that we build. Nice touch.
Ted Gould
2009-12-09
1
-3
/
+5
*
Getting the server building again, not great shape though. Needs more work.
Ted Gould
2009-12-08
1
-31
/
+42
*
Merging in the spec-discussion branch.
Ted Gould
2009-12-08
3
-35
/
+96
|
\
|
*
Changes to keep layouts but all for globbing of properties in a similar way.
Ted Gould
2009-12-08
1
-11
/
+54
|
*
Grabbing agateau's changes
Ted Gould
2009-12-08
1
-49
/
+70
|
|
\
|
|
*
Fixed type of value param in ItemPropertyUpdated() signal
Aurelien Gateau
2009-11-13
1
-1
/
+1
|
|
*
Removed ItemAdded/ItemRemoved for now
Aurelien Gateau
2009-11-13
1
-23
/
+0
|
|
*
New DBus menu API
Aurelien Gateau
2009-11-13
1
-48
/
+92
|
*
|
Changing name to org.ayatana.
Ted Gould
2009-11-20
3
-9
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Changing the interface name for properties.
Ted Gould
2009-10-28
1
-2
/
+2
|
|
*
Chaning the default object path.
Ted Gould
2009-10-28
1
-3
/
+3
|
|
*
Changing the function calls to match the change.
Ted Gould
2009-10-28
1
-3
/
+3
|
|
*
First step, change the interface name.
Ted Gould
2009-10-28
1
-1
/
+1
*
|
|
Making the 'type' property a #define
Ted Gould
2009-11-13
2
-1
/
+3
*
|
|
Moving 'buildxml' into the private header file.
Ted Gould
2009-11-13
5
-1
/
+43
*
|
|
Switching all the values to Variants.
Ted Gould
2009-11-12
1
-3
/
+3
*
|
|
Adding in a version number
Ted Gould
2009-11-12
1
-0
/
+3
|
/
/
*
/
Added documentation
Aurelien Gateau
2009-10-28
1
-0
/
+57
|
/
*
Managing the lifecycle of the menu item more directly and making sure to remo...
Ted Gould
2009-10-02
2
-1
/
+75
|
\
|
*
Typo in define name
Ted Gould
2009-10-01
1
-2
/
+2
|
*
More getting messages in get_position
Ted Gould
2009-10-01
1
-0
/
+5
|
*
Adding in printing for type handlers and getting root.
Ted Gould
2009-10-01
1
-0
/
+8
|
*
Printing out the position when we ask for it.
Ted Gould
2009-10-01
1
-0
/
+4
|
*
Axing long props
Ted Gould
2009-10-01
1
-1
/
+1
|
*
Adding labels to all of the printout lines to make it easier to debug.
Ted Gould
2009-10-01
1
-8
/
+13
|
*
Truncating property values if they're too long.
Ted Gould
2009-10-01
1
-1
/
+1
|
*
Being more explicity about the position that things are placed in.
Ted Gould
2009-10-01
1
-4
/
+4
|
*
Got our cast on backwards.
Ted Gould
2009-10-01
1
-1
/
+1
|
*
Another, typo
Ted Gould
2009-10-01
1
-1
/
+1
|
*
Creating some massive debugging on basically every event from these folks. W...
Ted Gould
2009-10-01
2
-1
/
+53
*
|
We weren't checking to see if error wasn't null, and therefore we reacted on ...
Ted Gould
2009-10-02
1
-0
/
+8
|
/
*
Updating prototype for signal
Ted Gould
2009-09-21
1
-1
/
+1
*
Getting the revision data off of the root node there.
Ted Gould
2009-09-21
1
-1
/
+30
*
Adding the revision to the signal in the dbus spec.
Ted Gould
2009-09-21
1
-0
/
+1
*
Save the 'current' version and track whether we need to request an update.
Ted Gould
2009-09-21
1
-3
/
+7
*
Changing from a boolean to tracking rev numbers in the private structure.
Ted Gould
2009-09-21
1
-13
/
+17
*
Putting the revision number into the XML sent across the bus.
Ted Gould
2009-09-21
3
-7
/
+9
*
Cleanup changes from last commit.
Ted Gould
2009-09-21
2
-1
/
+3
*
Updating the signal to send a revision number
Ted Gould
2009-09-21
1
-6
/
+15
*
Adding in a second checking of the layout if we look for it while we're still...
Ted Gould
2009-09-17
1
-8
/
+9
*
Adding in handling of the child moved event
Ted Gould
2009-09-17
1
-0
/
+9
*
Commenting out the blocking on root waiting for an update.
Ted Gould
2009-09-11
1
-0
/
+6
*
Basic support for the sensitive property.
Ted Gould
2009-09-02
1
-0
/
+1
*
Making sure that type is not NULL. Comment from Neil.
Ted Gould
2009-08-27
1
-0
/
+1
*
Check the return of g_new0 for NULL. Comment by Neil.
Ted Gould
2009-08-27
1
-5
/
+9
[next]