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
/
menuitem.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Putting the revision number into the XML sent across the bus.
Ted Gould
2009-09-21
1
-1
/
+1
|
*
Basic support for the sensitive property.
Ted Gould
2009-09-02
1
-0
/
+1
|
*
Adding some defines for some common property values.
Ted Gould
2009-08-26
1
-0
/
+5
|
*
Signaling the realized event after it has all it's parameters.
Ted Gould
2009-08-25
1
-0
/
+1
|
*
Creating a realized signal on the menu items.
Ted Gould
2009-08-25
1
-1
/
+4
|
*
Add the property of the menuitems to check to see if they're the root node ↵
Ted Gould
2009-06-26
1
-0
/
+3
|
|
|
|
or not. Also set that when the layout is being parsed.
*
Now we're also signalling when a child gets moved around.
Ted Gould
2009-06-23
1
-1
/
+1
|
*
Adding in the 'moved' signal and make it so that the 'added' signal has the ↵
Ted Gould
2009-06-23
1
-1
/
+4
|
|
|
|
position in it.
*
Adding a reorder and prepend convience functions so that they emit the right ↵
Ted Gould
2009-05-26
1
-0
/
+2
|
|
|
|
signals.
*
A function to copy the properties off of a menuitem.
Ted Gould
2009-05-19
1
-0
/
+1
|
*
Adding in a function to get the properties, and make sure to catch soem more ↵
Ted Gould
2009-05-15
1
-3
/
+4
|
|
|
|
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 Gould
2009-05-13
1
-0
/
+1
|
|
|
|
optimized later, I'm not sure how common this operation will be.
*
Adding in the activate signal and a function to emit it on the server side ↵
Ted Gould
2009-05-12
1
-0
/
+1
|
|
|
|
of things.
*
Adding in signals for child_added and child_removed
Ted Gould
2009-05-12
1
-16
/
+22
|
*
Adding in a foreach function for menuitems.
Ted Gould
2009-05-12
1
-0
/
+1
|
*
Changing the property update function to make it match closer to the dbus ↵
Ted Gould
2009-05-12
1
-1
/
+1
|
|
|
|
spec with two parameters.
*
Add in the LGPL 2.1/3 text to the tops of the files.
Ted Gould
2009-05-12
1
-0
/
+28
|
*
Object documentation. No gtk-doc yet, but getting ready.
Ted Gould
2009-05-11
1
-2
/
+42
|
*
Allowing people to take children.
Ted Gould
2009-05-11
1
-0
/
+1
|
*
Okay, it think we're syncing the two XML hierarchies. Whew.
Ted Gould
2009-04-27
1
-0
/
+2
|
*
Adding in tests dictory, a test, and making it compile
Ted Gould
2009-04-16
1
-0
/
+3
|
*
Okay, let's build some XML
Ted Gould
2009-04-16
1
-2
/
+2
|
*
Okay, now we're getting and setting properties. Fleshing out these functions.
Ted Gould
2009-04-16
1
-0
/
+2
|
*
Changing the menuitem type
Ted Gould
2009-04-16
1
-6
/
+6
|
*
Designing some API baby
Ted Gould
2009-04-13
1
-2
/
+28
|
*
Putting in more gobject based examples and getting all the libraries tied in ↵
Ted Gould
2009-04-13
1
-0
/
+33
to make them work.