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
...
*
Coverting GetProperty
Ted Gould
2010-10-14
1
-22
/
+27
*
Converting over GetChildren
Ted Gould
2010-10-14
1
-52
/
+31
*
Implement the get_properties function
Ted Gould
2010-10-14
1
-24
/
+23
*
Porting over GetLayout
Ted Gould
2010-10-14
1
-15
/
+25
*
Fleshing out the method call function to use the table
Ted Gould
2010-10-14
1
-0
/
+20
*
Setting up a method table for the dbus interface
Ted Gould
2010-10-14
1
-0
/
+20
*
Fleshing out the property get function
Ted Gould
2010-10-14
1
-1
/
+7
*
Moving the interface name into a define
Ted Gould
2010-10-14
1
-3
/
+4
*
Whitespace
Ted Gould
2010-10-14
1
-14
/
+32
*
Filling out the vtable
Ted Gould
2010-10-14
1
-1
/
+38
*
Moving globals
Ted Gould
2010-10-14
1
-5
/
+5
*
Changing the registration of the object on the bus
Ted Gould
2010-10-14
1
-10
/
+77
*
Setting up the private variables that we're going to do need to set this stuf...
Ted Gould
2010-10-14
1
-0
/
+28
*
Changing the way the static interface information is generated
Ted Gould
2010-10-14
1
-3
/
+25
*
Switching to using the pointer in the instance
Ted Gould
2010-10-12
1
-2
/
+3
*
Putting the pointer to the private area in the instance
Ted Gould
2010-10-12
1
-2
/
+0
*
Unreffing the hashtable.
Ted Gould
2010-09-15
1
-0
/
+4
*
Turns out you should really allocate things with the allocation function. Wh...
Ted Gould
2010-09-14
1
-1
/
+1
*
Building up a structure and passing it back on in a callback to clear the bus.
Ted Gould
2010-09-14
1
-1
/
+36
*
Changing to be the right signal in teh server
Ted Gould
2010-08-20
1
-2
/
+2
*
Only send layout updates after we reach the idle portion of the mainloop. Re...
Ted Gould
2010-08-02
1
-13
/
+41
|
\
|
*
Adding in an idle function that queues the updates.
Ted Gould
2010-07-20
1
-1
/
+26
|
*
Pulling the layout count update into a function along with signalling it.
Ted Gould
2010-07-20
1
-13
/
+16
*
|
Grouping property requests into a larger dbus request.
Ted Gould
2010-08-02
1
-11
/
+40
|
\
|
|
*
Switch array back and use the helpers, duh, now it works.
Ted Gould
2010-07-19
1
-18
/
+14
|
*
Apparently it's a GValueArray. Feel like I'm coding freakin' Python. Guess ...
Ted Gould
2010-07-19
1
-4
/
+8
|
*
Initial write of group properties, has errors though :(
Ted Gould
2010-07-19
1
-10
/
+39
*
|
Setting up listening on the menuitems to send the activate signal over.
Ted Gould
2010-07-20
1
-0
/
+10
*
|
Actually build the signal and put it on the object.
Ted Gould
2010-07-20
1
-0
/
+17
|
/
*
Check to ensure we an get the connection before registering the object.
Ted Gould
2010-07-02
1
-4
/
+11
*
Make sure the ItemUpdated signal matches with what is written in the xml file
Aurelien Gateau
2010-05-27
1
-2
/
+2
*
Return error if we can't find parent in a buildxml routine
Ted Gould
2010-04-14
1
-0
/
+10
*
Adding a bunch of comments
Ted Gould
2010-03-31
1
-0
/
+1
*
Started to implement about-to-show support
Aurelien Gateau
2010-03-03
1
-0
/
+23
*
Adds a menuitem proxy object to glib and applies various fixes through that t...
Ted Gould
2010-02-18
1
-0
/
+19
|
\
|
*
Properly handing a child changing to make sure to recurse down the structure ...
Ted Gould
2010-02-13
1
-0
/
+19
*
|
Setting the ID on the default root item to 0
Ted Gould
2010-02-12
1
-1
/
+1
*
|
Changing prototype of property update call to match spec.
Ted Gould
2010-02-09
1
-2
/
+2
|
/
*
Making it so that find_id handles the root id being 0 case.
Ted Gould
2010-02-04
1
-1
/
+1
*
Manage whether the menuitem thinks it's a root item in the server based on wh...
Ted Gould
2010-02-04
1
-0
/
+2
*
0.2.2
Ted Gould
2010-02-04
1
-1
/
+1
*
Interoperability fixes.
Ted Gould
2010-02-04
1
-17
/
+17
|
\
|
*
Fix types of signal params
Aurelien Gateau
2010-02-03
1
-2
/
+2
|
*
Turn parent parameter of get_layout to an int as well
Aurelien Gateau
2010-02-02
1
-2
/
+2
|
*
Turn id into an int
Aurelien Gateau
2010-02-02
1
-13
/
+13
*
|
Now the server gets the event
Ted Gould
2010-02-03
1
-1
/
+1
|
/
*
Adding a parameter on the event function so that the timestamp is always passed.
Ted Gould
2010-01-24
1
-3
/
+3
|
\
|
*
Sync to trunk
Ted Gould
2010-01-22
1
-3
/
+3
|
|
\
|
*
|
Changing the menuitem interface to have activate include a timestamp
Ted Gould
2010-01-22
1
-1
/
+1
|
*
|
Adding the timestamp on the server side.
Ted Gould
2010-01-22
1
-2
/
+2
[prev]
[next]