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
*
Document the event signal define.
Ted Gould
2011-02-24
1
-0
/
+5
*
Track the parent inside the menuitem instead of with a data property externally.
Ted Gould
2011-02-24
1
-0
/
+4
|
\
|
*
Hold a weak pointer to each DbusmenuMenuitems parent. This avoids
Chris Coulson
2011-02-24
1
-0
/
+4
*
|
Adding an 'event' signal for generic event handling
Ted Gould
2011-02-24
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Sync to trunk
Ted Gould
2011-02-22
1
-7
/
+8
|
|
\
|
*
|
Adding a signal for events
Ted Gould
2011-01-28
1
-1
/
+4
*
|
|
Fixing allow annotation
Ted Gould
2011-02-21
1
-1
/
+1
*
|
|
Fixing all the menuitem documentation
Ted Gould
2011-02-21
1
-3
/
+191
|
|
/
|
/
|
*
|
merge trunk
Martin Pitt
2011-02-21
1
-5
/
+6
|
\
\
|
*
|
Swapt out building XML for building a big variant structure
Ted Gould
2011-02-14
1
-5
/
+6
|
|
/
*
/
Fix GI annotations for Dbusmenu
Martin Pitt
2011-02-16
1
-2
/
+2
|
/
*
Adding an about-to-show signal to the menuitem
Ted Gould
2011-01-06
1
-0
/
+3
|
\
|
*
Add an about-to-show signal to the menu items and hook this up
Chris Coulson
2010-12-13
1
-1
/
+2
|
/
*
Change all the event handling to use GVariants
Ted Gould
2010-11-17
1
-9
/
+3
*
Adding some deprectated flags for the value functions.
Ted Gould
2010-11-17
1
-0
/
+4
*
Switch the internal hash table to be variant and implement the set and get fu...
Ted Gould
2010-11-17
1
-1
/
+1
*
It doesn't really match standard GVariant syntax to have this be a const
Ted Gould
2010-11-16
1
-1
/
+1
*
Adding prototypes for the variant functions we're going to need in menuitem
Ted Gould
2010-11-15
1
-0
/
+2
*
Putting the pointer to the private area in the instance
Ted Gould
2010-10-12
1
-0
/
+5
*
Taking back the reserved
Ted Gould
2010-10-12
1
-4
/
+15
*
Reintroduce the typedef so we don't break the API
Ted Gould
2010-09-22
1
-0
/
+10
*
Removing the typedef for the callback
Ted Gould
2010-09-22
1
-12
/
+2
*
Adding the signal and function to show the menu item to the user.
Ted Gould
2010-08-20
1
-5
/
+6
*
Mainline merge, resolve conflicts.
Cody Russell
2010-06-21
1
-0
/
+2
|
\
|
*
Wrong name for the property
Ted Gould
2010-06-17
1
-1
/
+1
|
*
Strings to build the submenu property
Ted Gould
2010-06-07
1
-0
/
+3
*
|
The shortcut strings defined.
Ted Gould
2010-06-08
1
-0
/
+7
|
/
*
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
[next]