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
...
*
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
*
Switching the menuitem internal storage to be a hashtable of values.
Ted Gould
2009-12-09
1
-6
/
+72
*
Moving 'buildxml' into the private header file.
Ted Gould
2009-11-13
1
-0
/
+1
*
Typo in define name
Ted Gould
2009-10-01
1
-2
/
+2
*
More getting messages in get_position
Ted Gould
2009-10-01
1
-0
/
+5
*
Printing out the position when we ask for it.
Ted Gould
2009-10-01
1
-0
/
+4
*
Adding labels to all of the printout lines to make it easier to debug.
Ted Gould
2009-10-01
1
-8
/
+13
*
Truncating property values if they're too long.
Ted Gould
2009-10-01
1
-1
/
+1
*
Being more explicity about the position that things are placed in.
Ted Gould
2009-10-01
1
-4
/
+4
*
Got our cast on backwards.
Ted Gould
2009-10-01
1
-1
/
+1
*
Creating some massive debugging on basically every event from these folks. W...
Ted Gould
2009-10-01
1
-0
/
+24
*
Putting the revision number into the XML sent across the bus.
Ted Gould
2009-09-21
1
-4
/
+6
*
Creating a realized signal on the menu items.
Ted Gould
2009-08-25
1
-0
/
+17
*
Hiding a debug message
Ted Gould
2009-06-26
1
-1
/
+1
*
Add the property of the menuitems to check to see if they're the root node or...
Ted Gould
2009-06-26
1
-0
/
+41
*
Now we're also signalling when a child gets moved around.
Ted Gould
2009-06-23
1
-0
/
+12
*
Adding in the 'moved' signal and make it so that the 'added' signal has the p...
Ted Gould
2009-06-23
1
-5
/
+24
*
Same cut and paste bug, you'd think I'd be smart enough to check this when I ...
Ted Gould
2009-05-26
1
-1
/
+1
*
Adding a reorder and prepend convience functions so that they emit the right ...
Ted Gould
2009-05-26
1
-0
/
+47
*
Too many values on signal
Ted Gould
2009-05-26
1
-1
/
+1
*
Unref'ing the children if we're being killed ourselves
Ted Gould
2009-05-25
1
-0
/
+9
*
Disabling a large number of debug messages. Most aren't needed anymore.
Ted Gould
2009-05-19
1
-2
/
+2
*
Debug message on setting properties.
Ted Gould
2009-05-19
1
-0
/
+1
*
A function to copy the properties off of a menuitem.
Ted Gould
2009-05-19
1
-0
/
+35
*
Adding in a function to get the properties, and make sure to catch soem more ...
Ted Gould
2009-05-15
1
-0
/
+24
*
Add in a function to search the tree for an ID. This might need to be optimi...
Ted Gould
2009-05-13
1
-0
/
+46
*
Start signalling when children are added or removed
Ted Gould
2009-05-12
1
-0
/
+13
*
Adding in the activate signal and a function to emit it on the server side of...
Ted Gould
2009-05-12
1
-0
/
+29
[prev]
[next]