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-gtk
/
client.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Removing the old is_root and now using the new property on the menuitems for ↵
Ted Gould
2009-06-26
1
-9
/
+3
|
|
|
|
that task.
*
Make it so that getting the menuitem will create it in cases where it's not ↵
Ted Gould
2009-06-25
1
-5
/
+15
|
|
|
|
created. This removes the chance of a race between the various functions.
*
Making it so that we don't have any gtk events or handling of the root node. ↵
Ted Gould
2009-06-25
1
-0
/
+13
|
|
|
|
It's a special node, we need to leave it alone.
*
Adding the client to the child related functions
Ted Gould
2009-06-25
1
-10
/
+10
|
*
Some comments for the gtk-doc stuff
Ted Gould
2009-06-24
1
-0
/
+9
|
*
Handling the differing signals to set things up with the various gtk widgets
Ted Gould
2009-06-24
1
-3
/
+38
|
*
Major reshuffling, not quite done, but compiles.
Ted Gould
2009-06-24
1
-53
/
+40
|
*
Getting rid of code. We don't need properties or to build a cleint. I ↵
Ted Gould
2009-06-23
1
-124
/
+4
|
|
|
|
mean, we are one :)
*
Okay, now we're rebuilding this client thingy.
Ted Gould
2009-06-23
1
-35
/
+35
|
*
Okay, being a little funny with how these things are playing out. Missing ↵
Ted Gould
2009-06-23
1
-0
/
+332
subversion's crazy everything is a copy semantics right now. It works well for stuff like this.