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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add in a function to search the tree for an ID. This might need to be optimi...
Ted Gould
2009-05-13
1
-0
/
+46
*
Start signalling when children are added or removed
Ted Gould
2009-05-12
1
-0
/
+13
*
Adding in the activate signal and a function to emit it on the server side of...
Ted Gould
2009-05-12
1
-0
/
+29
*
Adding in signals for child_added and child_removed
Ted Gould
2009-05-12
1
-6
/
+41
*
Adding in a foreach function for menuitems.
Ted Gould
2009-05-12
1
-0
/
+32
*
Getting the proper marshaller for the change in API
Ted Gould
2009-05-12
1
-1
/
+2
*
Changing the property update function to make it match closer to the dbus spe...
Ted Gould
2009-05-12
1
-3
/
+4
*
Creating the property changed signal and emitting it.
Ted Gould
2009-05-12
1
-1
/
+25
*
Fleshing out the property get and set functions (and exist)
Ted Gould
2009-05-12
1
-3
/
+68
*
Creating and destroying the properties.
Ted Gould
2009-05-12
1
-0
/
+8
*
Changes from review
Ted Gould
2009-05-12
1
-0
/
+13
|
\
|
*
Checking parameters on MI functions.
Ted Gould
2009-05-12
1
-0
/
+13
*
|
Adding proporties to the private object.
Ted Gould
2009-05-12
1
-0
/
+2
|
/
*
Add in the LGPL 2.1/3 text to the tops of the files.
Ted Gould
2009-05-12
1
-0
/
+28
*
Function documentation.
Ted Gould
2009-05-11
1
-1
/
+114
*
Allowing people to take children.
Ted Gould
2009-05-11
1
-0
/
+21
*
Checking for a NULL child more vigorously
Ted Gould
2009-05-08
1
-0
/
+2
*
Fleshing out the children management
Ted Gould
2009-05-06
1
-7
/
+16
*
Debugging messages and switching the ID gathering function around.
Ted Gould
2009-05-06
1
-1
/
+3
*
Implement the new_with_id function by making the id a property and building s...
Ted Gould
2009-05-05
1
-5
/
+57
*
Putting in placeholders for the functions that got prototyped last revision
Ted Gould
2009-04-28
1
-0
/
+14
*
Adding in tests dictory, a test, and making it compile
Ted Gould
2009-04-16
1
-0
/
+6
*
No warnings, put them in now I had to fix them
Ted Gould
2009-04-16
1
-1
/
+10
*
Okay, let's build some XML
Ted Gould
2009-04-16
1
-1
/
+13
*
Putting in IDs
Ted Gould
2009-04-16
1
-0
/
+8
*
Adding in all the public functions as real functions and implementing a coupl...
Ted Gould
2009-04-16
1
-7
/
+94
*
Changing the menuitem type
Ted Gould
2009-04-16
1
-1
/
+1
*
Putting in more gobject based examples and getting all the libraries tied in ...
Ted Gould
2009-04-13
1
-0
/
+48