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-gtk
/
menuitem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change icon-data to contains raw png bytes, without base64 encoding
Aurélien Gâteau
2012-01-23
1
-10
/
+4
*
Split out into another variable
Ted Gould
2011-03-29
1
-1
/
+4
*
Use loop instead of next
Ted Gould
2011-03-28
1
-3
/
+1
*
Putting in some protections from NULL parameters.
Ted Gould
2011-03-28
1
-0
/
+11
*
Don't unref a variant we didn't have a ref to on error
Ted Gould
2011-03-28
1
-1
/
+0
*
check menu items for accelerators directly if accel label doesn't have one
Michael Terry
2011-03-21
1
-2
/
+9
*
Fix various memory leaks
Chris Coulson
2011-03-10
1
-6
/
+1
*
Move keyname check before builder is init'd
Ted Gould
2011-03-01
1
-2
/
+3
*
Check the return value of gdk_keyval_name, as passing NULL pointers
Chris Coulson
2011-02-28
1
-0
/
+1
*
Typo in reference
Ted Gould
2011-02-21
1
-1
/
+1
*
Fix GI annotations for DbusmenuGtk
Martin Pitt
2011-02-16
1
-60
/
+60
*
Merging in trunk changes for dual build and GTK3 fixes
Ted Gould
2010-12-01
1
-1
/
+1
|
\
|
*
Merging in configurable GTK build option
Ted Gould
2010-11-11
1
-1
/
+1
|
|
\
*
|
|
oops, forgot a debug message
Ted Gould
2010-11-29
1
-2
/
+0
*
|
|
Ah, oops, we shouldn't unref these variants as they're kept in the hashtable,...
Ted Gould
2010-11-29
1
-6
/
+1
*
|
|
Switching to use the builder all the way for the strings instead of the GArray
Ted Gould
2010-11-29
1
-13
/
+8
*
|
|
Switching shortcut parsing code to more directly use the variant iterator
Ted Gould
2010-11-29
1
-26
/
+19
*
|
|
Fixing up variant usage
Ted Gould
2010-11-23
1
-2
/
+2
*
|
|
Redoing the handling of shortcuts to use GVariants rather than GValues
Ted Gould
2010-11-16
1
-87
/
+41
|
/
/
*
|
Ratcheting down the warning level of not finding a group.
Ted Gould
2010-07-07
1
-3
/
+4
*
|
Freeing the array wrapper
Ted Gould
2010-06-23
1
-0
/
+1
*
|
The joy of specialized collections.
Ted Gould
2010-06-23
1
-9
/
+16
*
|
Start building structures more like the KDE ones.
Ted Gould
2010-06-23
1
-22
/
+17
*
|
Adding comments
Ted Gould
2010-06-23
1
-0
/
+4
*
|
Apparently not a collection internally.
Ted Gould
2010-06-23
1
-36
/
+30
*
|
Reworking to use collection iterators.
Ted Gould
2010-06-23
1
-48
/
+69
*
|
Eh, that's not a rat hole that I want to go down. Realized I'd have to build...
Ted Gould
2010-06-23
1
-24
/
+2
*
|
Using our complex types to start looking at things.
Ted Gould
2010-06-23
1
-2
/
+2
*
|
Building us some custom types.
Ted Gould
2010-06-23
1
-0
/
+23
*
|
Lowering our protection a little, but hopefully this'll make it happy.
Ted Gould
2010-06-22
1
-2
/
+2
*
|
Switching around the get function to be GPtrArray-GStrV
Ted Gould
2010-06-22
1
-26
/
+17
*
|
A couple of warning messages.
Ted Gould
2010-06-22
1
-0
/
+2
*
|
Not checking just for boxed, looking inside a bit.
Ted Gould
2010-06-22
1
-2
/
+2
*
|
Checking the final value as well.
Ted Gould
2010-06-22
1
-1
/
+7
*
|
Refactoring to make things more clear
Ted Gould
2010-06-22
1
-5
/
+7
*
|
Putting in several GValue checks to ensure we're getting what we thing we're ...
Ted Gould
2010-06-22
1
-0
/
+11
*
|
Fix setting shortcuts from GtkMenuItem
Cody Russell
2010-06-22
1
-9
/
+13
*
|
Switching get over to a GValueArray too!
Ted Gould
2010-06-14
1
-13
/
+12
*
|
Switching to a value array from a ptrarray
Ted Gould
2010-06-14
1
-9
/
+23
*
|
Fleshing out getting the shortcut
Ted Gould
2010-06-14
1
-0
/
+51
*
|
initing the value array properly
Ted Gould
2010-06-14
1
-1
/
+1
*
|
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
1
-0
/
+7
*
|
Switching things around to expose the key and modifier more as it's more useful.
Ted Gould
2010-06-09
1
-12
/
+18
*
|
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
1
-0
/
+34
|
/
*
Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ...
Ted Gould
2009-09-03
1
-1
/
+1
*
Some comments in gtk-doc style.
Ted Gould
2009-09-02
1
-0
/
+25
[next]