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
*
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
*
|
|
Changing all instances of 'LayoutUpdate' to 'LayoutUpdated' as discussed on t...
Ted Gould
2010-01-22
1
-8
/
+8
|
|
/
|
/
|
*
|
Removing the revision from the generated XML
Ted Gould
2010-01-21
1
-3
/
+3
|
/
*
Implememented GetChildren
Aurelien Gateau
2009-12-24
1
-0
/
+63
*
Switching the server function over to values. Oh, how I hate the untyped sig...
Ted Gould
2009-12-21
1
-6
/
+3
*
Switching the menuitem internal storage to be a hashtable of values.
Ted Gould
2009-12-09
1
-16
/
+0
*
Translating the table of string properties over to a hash of values.
Ted Gould
2009-12-09
1
-0
/
+16
*
Remove the ability to construct the property as it's not writable.
Ted Gould
2009-12-09
1
-1
/
+1
*
Adding in the 'version' property
Ted Gould
2009-12-09
1
-1
/
+12
*
Fixing the layout update signature to have two parameters.
Ted Gould
2009-12-09
1
-6
/
+7
*
Changing ID_PROP_UPDATE signal to use GValues instead of strings.
Ted Gould
2009-12-09
1
-4
/
+7
*
Making a proper error on GroupProperties not being implemented.
Ted Gould
2009-12-09
1
-1
/
+7
*
Switching get properties to include the properties list.
Ted Gould
2009-12-09
1
-2
/
+2
*
Getting the server building again, not great shape though. Needs more work.
Ted Gould
2009-12-08
1
-31
/
+42
*
Merging in the spec-discussion branch.
Ted Gould
2009-12-08
1
-3
/
+3
|
\
|
*
Chaning the default object path.
Ted Gould
2009-10-28
1
-3
/
+3
*
|
Moving 'buildxml' into the private header file.
Ted Gould
2009-11-13
1
-0
/
+1
|
/
*
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
[next]