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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing annotations, no everything is happy.
Ted Gould
2010-06-04
1
-2
/
+3
*
Flattening out the documentation to make it so that it gets picked up by g-ir...
Ted Gould
2010-05-28
1
-9
/
+4
*
Changing the comment style to make g-ir-scanner happy.
Ted Gould
2010-05-27
1
-59
/
+59
*
Fixing annotations on the pointer prototypes.
Ted Gould
2010-05-27
1
-3
/
+3
*
Breaking out the buildxml function into it's own type for annotations
Ted Gould
2010-05-27
1
-1
/
+10
*
Adding a function to only get the position in the children that are realized.
Ted Gould
2010-04-14
1
-0
/
+1
*
Bringing up to date with trunk
Ted Gould
2010-03-31
1
-0
/
+2
|
\
|
*
Adding a define to provide a blank icon in the icon name
Ted Gould
2010-03-18
1
-0
/
+2
*
|
Adding a set of callbacks so that we can respond to the about to show request.
Ted Gould
2010-03-31
1
-2
/
+13
*
|
Started to implement about-to-show support
Aurelien Gateau
2010-03-03
1
-1
/
+5
|
/
*
For IDs that we recycle (often the root id) we need to update the properties....
Ted Gould
2010-02-05
1
-0
/
+1
*
Changing the IDs so that they're all INTs
Ted Gould
2010-02-04
1
-1
/
+1
*
Interoperability fixes.
Ted Gould
2010-02-04
1
-9
/
+9
|
\
|
*
icon -> icon-name
Aurelien Gateau
2010-02-02
1
-6
/
+6
|
*
Turn id into an int
Aurelien Gateau
2010-02-02
1
-3
/
+3
*
|
Creating a handle event function and a wrapper for it.
Ted Gould
2010-02-03
1
-2
/
+5
*
|
Changing the event to a subclassable handle event function. Then letting the...
Ted Gould
2010-02-03
1
-2
/
+3
|
/
*
Changing the menuitem interface to have activate include a timestamp
Ted Gould
2010-01-22
1
-2
/
+2
*
Adding #defines for the state of the box
Ted Gould
2010-01-07
1
-0
/
+4
*
Basic implementation of some helper getter/setters for GValues with int and b...
Ted Gould
2009-12-15
1
-0
/
+4
*
Cleaning up our types. No more image type (but leaving to not confuse) and a...
Ted Gould
2009-12-09
1
-0
/
+5
*
Switching the menuitem internal storage to be a hashtable of values.
Ted Gould
2009-12-09
1
-1
/
+3
*
Making the 'type' property a #define
Ted Gould
2009-11-13
1
-0
/
+1
*
Moving 'buildxml' into the private header file.
Ted Gould
2009-11-13
1
-1
/
+0
*
Putting the revision number into the XML sent across the bus.
Ted Gould
2009-09-21
1
-1
/
+1
*
Basic support for the sensitive property.
Ted Gould
2009-09-02
1
-0
/
+1
*
Adding some defines for some common property values.
Ted Gould
2009-08-26
1
-0
/
+5
*
Signaling the realized event after it has all it's parameters.
Ted Gould
2009-08-25
1
-0
/
+1
*
Creating a realized signal on the menu items.
Ted Gould
2009-08-25
1
-1
/
+4
*
Add the property of the menuitems to check to see if they're the root node or...
Ted Gould
2009-06-26
1
-0
/
+3
*
Now we're also signalling when a child gets moved around.
Ted Gould
2009-06-23
1
-1
/
+1
*
Adding in the 'moved' signal and make it so that the 'added' signal has the p...
Ted Gould
2009-06-23
1
-1
/
+4
*
Adding a reorder and prepend convience functions so that they emit the right ...
Ted Gould
2009-05-26
1
-0
/
+2
*
A function to copy the properties off of a menuitem.
Ted Gould
2009-05-19
1
-0
/
+1
*
Adding in a function to get the properties, and make sure to catch soem more ...
Ted Gould
2009-05-15
1
-3
/
+4
*
Add in a function to search the tree for an ID. This might need to be optimi...
Ted Gould
2009-05-13
1
-0
/
+1
*
Adding in the activate signal and a function to emit it on the server side of...
Ted Gould
2009-05-12
1
-0
/
+1
*
Adding in signals for child_added and child_removed
Ted Gould
2009-05-12
1
-16
/
+22
*
Adding in a foreach function for menuitems.
Ted Gould
2009-05-12
1
-0
/
+1
*
Changing the property update function to make it match closer to the dbus spe...
Ted Gould
2009-05-12
1
-1
/
+1
*
Add in the LGPL 2.1/3 text to the tops of the files.
Ted Gould
2009-05-12
1
-0
/
+28
*
Object documentation. No gtk-doc yet, but getting ready.
Ted Gould
2009-05-11
1
-2
/
+42
*
Allowing people to take children.
Ted Gould
2009-05-11
1
-0
/
+1
*
Okay, it think we're syncing the two XML hierarchies. Whew.
Ted Gould
2009-04-27
1
-0
/
+2
*
Adding in tests dictory, a test, and making it compile
Ted Gould
2009-04-16
1
-0
/
+3
*
Okay, let's build some XML
Ted Gould
2009-04-16
1
-2
/
+2
*
Okay, now we're getting and setting properties. Fleshing out these functions.
Ted Gould
2009-04-16
1
-0
/
+2
*
Changing the menuitem type
Ted Gould
2009-04-16
1
-6
/
+6
*
Designing some API baby
Ted Gould
2009-04-13
1
-2
/
+28
*
Putting in more gobject based examples and getting all the libraries tied in ...
Ted Gould
2009-04-13
1
-0
/
+33