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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding a test image
Ted Gould
2010-06-14
1
-0
/
+0
*
Adding in a new gtester test suite.
Ted Gould
2010-06-14
3
-1
/
+101
*
Checking the validity of the key combo.
Ted Gould
2010-06-14
1
-0
/
+1
*
Fleshing out getting the accelerator from the menuitem.
Ted Gould
2010-06-14
1
-1
/
+33
*
Comment fixes
Ted Gould
2010-06-14
1
-1
/
+23
*
Adding in a prototype for stealing the shortcut off of a menuitem.
Ted Gould
2010-06-14
2
-0
/
+9
*
Switching things around to expose the key and modifier more as it's more useful.
Ted Gould
2010-06-09
2
-14
/
+22
*
Fleshing out building the shortcut array.
Ted Gould
2010-06-09
1
-3
/
+45
*
Dummy functions to get and set the shortcut
Ted Gould
2010-06-08
2
-0
/
+37
*
The shortcut strings defined.
Ted Gould
2010-06-08
1
-0
/
+7
*
Adding shortcut property to documentation.
Ted Gould
2010-06-07
1
-0
/
+14
|
\
|
*
Document "shortcut" property
Aurelien Gateau
2010-06-07
1
-0
/
+14
|
/
*
0.3.1
Ted Gould
2010-06-04
1
-2
/
+2
*
Changing some of our annotations so they build better on updated g-ir-scanner
Ted Gould
2010-06-04
2
-56
/
+61
|
\
|
*
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
|
*
Trying to document the array type and a couple closure parameters
Ted Gould
2010-05-27
1
-3
/
+3
|
/
*
0.3.0
Ted Gould
2010-05-27
1
-3
/
+3
*
Adding a simple function to get the submenu on the menuitem.
Ted Gould
2010-05-27
2
-0
/
+24
|
\
|
*
Adding a small function to get the submenu of an item.
Ted Gould
2010-05-26
2
-0
/
+24
*
|
Fix signal for ID update
Ted Gould
2010-05-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make sure the ItemUpdated signal matches with what is written in the xml file
Aurelien Gateau
2010-05-27
1
-2
/
+2
*
|
Changing the version string to match how people refer to the gir file.
Ted Gould
2010-05-21
1
-0
/
+1
*
|
Fix the construction of the VAPI files.
Ted Gould
2010-05-20
3
-15
/
+24
|
\
\
|
*
|
Cleaning up the ignores
Ted Gould
2010-05-20
1
-2
/
+5
|
*
|
Adding in the headers for the library.
Ted Gould
2010-05-20
1
-1
/
+4
|
*
|
Changing where we get glib from
Ted Gould
2010-05-20
1
-2
/
+2
|
*
|
Adding c includes to the introspector
Ted Gould
2010-05-20
1
-1
/
+3
|
*
|
Changing the name of the gir files and adding namespace flags to make everyth...
Ted Gould
2010-05-20
1
-9
/
+10
|
|
/
*
|
Reject text nodes to avoid erros.
Ted Gould
2010-05-10
1
-0
/
+3
|
\
\
|
*
|
Check to make sure they're real nodes before parsing more.
Ted Gould
2010-05-09
1
-0
/
+3
|
/
/
*
|
Documentation title page
Ted Gould
2010-05-06
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Added main page
Aurelien Gateau
2010-05-03
1
-3
/
+9
|
/
*
Cleaning up refcounting
Ted Gould
2010-04-17
2
-12
/
+15
|
\
|
*
Now that we're not reffing the root locally, we need to only unref it if we'r...
Ted Gould
2010-04-16
1
-5
/
+2
|
*
Adding references when calling the properties callbacks as items could get de...
Ted Gould
2010-04-16
1
-0
/
+10
|
*
Removing the unref that was causing issues so that we can remove an extra ref...
Ted Gould
2010-04-16
1
-5
/
+0
|
*
Make sure to send the signal *before* unrefing so the object exists
Ted Gould
2010-04-16
1
-2
/
+2
|
*
Reffing oldroot again.
Ted Gould
2010-04-16
1
-0
/
+3
|
*
Since we already have a ref to root, we don't need to make another.
Ted Gould
2010-04-16
1
-3
/
+0
|
*
Unreffing the object after it's been put into a menu.
Ted Gould
2010-04-16
1
-0
/
+1
|
/
*
Changing the GTK layer to look at the realized location instead of the absolu...
Ted Gould
2010-04-15
7
-7
/
+120
|
\
|
*
Making every insertion now use the realized position. It HAS to be one of th...
Ted Gould
2010-04-15
2
-4
/
+4
|
*
Using get_position_realized in the GTK layer to avoid realization races.
Ted Gould
2010-04-14
2
-2
/
+2
|
*
Adding a function to only get the position in the children that are realized.
Ted Gould
2010-04-14
2
-0
/
+45
|
*
Use the set realized function in the client.
Ted Gould
2010-04-14
1
-1
/
+2
|
*
Adding two functions to set and get the realized state.
Ted Gould
2010-04-14
2
-0
/
+44
[next]