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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Putting the revision number into the XML sent across the bus.
Ted Gould
2009-09-21
1
-2
/
+2
*
Cleanup changes from last commit.
Ted Gould
2009-09-21
1
-0
/
+2
*
Updating the signal to send a revision number
Ted Gould
2009-09-21
1
-6
/
+15
*
Adding in handling of the child moved event
Ted Gould
2009-09-17
1
-0
/
+9
*
Bad prototype for dealing with the new items added signal which also has the ...
Ted Gould
2009-07-01
1
-2
/
+2
*
Unref'ing the object put into the GValue as it gets reffed there.
Ted Gould
2009-05-25
1
-0
/
+1
*
Disabling a large number of debug messages. Most aren't needed anymore.
Ted Gould
2009-05-19
1
-3
/
+3
*
Use the new proprties_copy function to make DBus work :)
Ted Gould
2009-05-19
1
-0
/
+2
*
Ah, finally found the right prototype for dicts, whoo hoo, just love dynamic ...
Ted Gould
2009-05-19
1
-2
/
+2
*
More error handling in the properties interface.
Ted Gould
2009-05-15
1
-0
/
+27
*
Starting to flesh out more of this DBus stuff
Ted Gould
2009-05-15
1
-2
/
+28
*
Reworking the DBus interface slightly. Making it so that the properties are ...
Ted Gould
2009-05-15
1
-8
/
+0
*
Fleshing out server_call and getting ready for more.
Ted Gould
2009-05-15
1
-5
/
+36
*
Passing on the signal from the menuitem up the stack and out the DBus.
Ted Gould
2009-05-12
1
-1
/
+1
*
Signaling that the layout has changed when there are children added or removed
Ted Gould
2009-05-12
1
-0
/
+4
*
Okay, now we have a lifecycle for all of our nifty signal handlers. Kinda cr...
Ted Gould
2009-05-12
1
-0
/
+9
*
Setting up some function to tie into all these new fangled signals that the m...
Ted Gould
2009-05-12
1
-0
/
+48
*
Adding in comments for the signals in the server.
Ted Gould
2009-05-12
1
-0
/
+26
*
Checking incomming objects on the server
Ted Gould
2009-05-12
1
-0
/
+3
*
Public API docs
Ted Gould
2009-05-12
1
-0
/
+20
*
Add in the LGPL 2.1/3 text to the tops of the files.
Ted Gould
2009-05-12
1
-0
/
+28
*
Heh, turns out to recieve a signal you have to send it.
Ted Gould
2009-05-05
1
-0
/
+1
*
more debugging
Ted Gould
2009-05-04
1
-0
/
+1
*
Debug comments
Ted Gould
2009-05-04
1
-1
/
+4
*
A couple of debug strings and then making it so that if there is a root menu,...
Ted Gould
2009-04-16
1
-4
/
+6
*
Fixing the properties
Ted Gould
2009-04-16
1
-6
/
+6
*
Okay, let's build some XML
Ted Gould
2009-04-16
1
-1
/
+1
*
Okay, now we're getting and setting properties. Fleshing out these functions.
Ted Gould
2009-04-16
1
-2
/
+49
*
Adding in basic set and get functions for the properties
Ted Gould
2009-04-16
1
-0
/
+41
*
Oops, forgot layout. That's make the dbus folks angry.
Ted Gould
2009-04-16
1
-1
/
+7
*
Adding in some server properties
Ted Gould
2009-04-16
1
-0
/
+17
*
Adding in the server signals
Ted Gould
2009-04-16
1
-4
/
+41
*
Putting in the public interfaces
Ted Gould
2009-04-16
1
-1
/
+28
*
Changing the TYPE to make more sense and installing the dbus profile
Ted Gould
2009-04-16
1
-1
/
+8
*
Linking in the dbus prototypes generated by the dbus tools.
Ted Gould
2009-04-15
1
-0
/
+38
*
Adding basic client and server objects.
Ted Gould
2009-04-15
1
-0
/
+54