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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+0
*
Removing the typedef for the callback
Ted Gould
2010-09-22
1
-3
/
+3
*
Turn about to show into an activate for those with children.
Ted Gould
2010-09-17
1
-0
/
+24
*
Adding the signal and function to show the menu item to the user.
Ted Gould
2010-08-20
1
-0
/
+36
*
When removing items we need to remove the submenu property.
Ted Gould
2010-06-07
1
-0
/
+8
*
When we're adding the children we're setting the 'submenu' value.
Ted Gould
2010-06-07
1
-0
/
+12
*
Trying to document the array type and a couple closure parameters
Ted Gould
2010-05-27
1
-3
/
+3
*
Make sure to send the signal *before* unrefing so the object exists
Ted Gould
2010-04-16
1
-2
/
+2
*
Adding a function to only get the position in the children that are realized.
Ted Gould
2010-04-14
1
-0
/
+44
*
Adding two functions to set and get the realized state.
Ted Gould
2010-04-14
1
-0
/
+42
*
Man I suck
Ted Gould
2010-04-14
1
-3
/
+3
*
Truth sucks
Ted Gould
2010-04-14
1
-3
/
+3
*
Keep an internal reference to the children.
Ted Gould
2010-04-14
1
-0
/
+5
*
Fail if we add a child to a menu that already has that child.
Ted Gould
2010-04-14
1
-0
/
+6
*
Bringing up to date with trunk
Ted Gould
2010-03-31
1
-1
/
+1
|
\
|
*
Fix a typo in dbusmenu_menuitem_take_children() documentation. It wasn't
Kalle Valo
2010-03-10
1
-1
/
+1
*
|
Adding a set of callbacks so that we can respond to the about to show request.
Ted Gould
2010-03-31
1
-2
/
+7
*
|
Adding a bunch of comments
Ted Gould
2010-03-31
1
-0
/
+10
*
|
Started to implement about-to-show support
Aurelien Gateau
2010-03-03
1
-0
/
+14
|
/
*
For IDs that we recycle (often the root id) we need to update the properties....
Ted Gould
2010-02-05
1
-0
/
+20
*
If we're the root item always return that our ID is zero.
Ted Gould
2010-02-05
1
-1
/
+5
*
Changing the default for the property to be the same as the struct default.
Ted Gould
2010-02-04
1
-1
/
+1
*
Adding in warnings for invalid property ids
Ted Gould
2010-02-04
1
-0
/
+6
*
Getting massive debugging for getting the id
Ted Gould
2010-02-04
1
-1
/
+5
*
Start at '1' instead of '0'
Ted Gould
2010-02-04
1
-1
/
+1
*
Making it so that find_id handles the root id being 0 case.
Ted Gould
2010-02-04
1
-0
/
+6
*
Removing the work around
Ted Gould
2010-02-04
1
-1
/
+1
*
Turning 'id' into a #define
Ted Gould
2010-02-04
1
-4
/
+6
*
Better error value now that we're on gint
Ted Gould
2010-02-04
1
-1
/
+1
*
Changing the IDs so that they're all INTs
Ted Gould
2010-02-04
1
-3
/
+3
*
Setting the initial id to -1 and then if so, and we get it, find us a good one.
Ted Gould
2010-02-04
1
-1
/
+4
*
Interoperability fixes.
Ted Gould
2010-02-04
1
-15
/
+12
|
\
|
*
Root id should be 0
Aurelien Gateau
2010-02-02
1
-1
/
+1
|
*
- Allow id to be 0.
Aurelien Gateau
2010-02-02
1
-9
/
+6
|
*
Turn id into an int
Aurelien Gateau
2010-02-02
1
-6
/
+6
*
|
Creating the local default for event handling
Ted Gould
2010-02-03
1
-1
/
+13
*
|
Creating a handle event function and a wrapper for it.
Ted Gould
2010-02-03
1
-4
/
+19
|
/
*
Sync to trunk
Ted Gould
2010-01-22
1
-6
/
+9
|
\
|
*
Removing the revision from the generated XML
Ted Gould
2010-01-21
1
-6
/
+4
|
*
Set the node ID to zero if the node is the root node.
Ted Gould
2010-01-21
1
-2
/
+7
*
|
Changing the menuitem interface to have activate include a timestamp
Ted Gould
2010-01-22
1
-4
/
+6
|
/
*
Switching to a replace so that new values are added.
Ted Gould
2009-12-21
1
-1
/
+2
*
Making sure we get our function.
Ted Gould
2009-12-18
1
-2
/
+2
*
Switching to just being a string and a pointer.
Ted Gould
2009-12-18
1
-1
/
+1
*
Changing the prototype on the signal so that it isn't a string, but a value.
Ted Gould
2009-12-18
1
-2
/
+2
*
Adding in transforms for our getters.
Ted Gould
2009-12-15
1
-2
/
+20
*
Adding in a couple of transfer functions so that we can be backwards compatib...
Ted Gould
2009-12-15
1
-0
/
+34
*
Docs for the new functions.
Ted Gould
2009-12-15
1
-0
/
+50
*
Basic implementation of some helper getter/setters for GValues with int and b...
Ted Gould
2009-12-15
1
-0
/
+36
[next]