aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/menuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Change icon-data to contains raw png bytes, without base64 encodingAurélien Gâteau2012-01-231-10/+4
* Split out into another variableTed Gould2011-03-291-1/+4
* Use loop instead of nextTed Gould2011-03-281-3/+1
* Putting in some protections from NULL parameters.Ted Gould2011-03-281-0/+11
* Don't unref a variant we didn't have a ref to on errorTed Gould2011-03-281-1/+0
* check menu items for accelerators directly if accel label doesn't have oneMichael Terry2011-03-211-2/+9
* Fix various memory leaksChris Coulson2011-03-101-6/+1
* Move keyname check before builder is init'dTed Gould2011-03-011-2/+3
* Check the return value of gdk_keyval_name, as passing NULL pointersChris Coulson2011-02-281-0/+1
* Typo in referenceTed Gould2011-02-211-1/+1
* Fix GI annotations for DbusmenuGtkMartin Pitt2011-02-161-60/+60
* Merging in trunk changes for dual build and GTK3 fixesTed Gould2010-12-011-1/+1
|\
| * Merging in configurable GTK build optionTed Gould2010-11-111-1/+1
| |\
* | | oops, forgot a debug messageTed Gould2010-11-291-2/+0
* | | Ah, oops, we shouldn't unref these variants as they're kept in the hashtable,...Ted Gould2010-11-291-6/+1
* | | Switching to use the builder all the way for the strings instead of the GArrayTed Gould2010-11-291-13/+8
* | | Switching shortcut parsing code to more directly use the variant iteratorTed Gould2010-11-291-26/+19
* | | Fixing up variant usageTed Gould2010-11-231-2/+2
* | | Redoing the handling of shortcuts to use GVariants rather than GValuesTed Gould2010-11-161-87/+41
|/ /
* | Ratcheting down the warning level of not finding a group.Ted Gould2010-07-071-3/+4
* | Freeing the array wrapperTed Gould2010-06-231-0/+1
* | The joy of specialized collections.Ted Gould2010-06-231-9/+16
* | Start building structures more like the KDE ones.Ted Gould2010-06-231-22/+17
* | Adding commentsTed Gould2010-06-231-0/+4
* | Apparently not a collection internally.Ted Gould2010-06-231-36/+30
* | Reworking to use collection iterators.Ted Gould2010-06-231-48/+69
* | Eh, that's not a rat hole that I want to go down. Realized I'd have to build...Ted Gould2010-06-231-24/+2
* | Using our complex types to start looking at things.Ted Gould2010-06-231-2/+2
* | Building us some custom types.Ted Gould2010-06-231-0/+23
* | Lowering our protection a little, but hopefully this'll make it happy.Ted Gould2010-06-221-2/+2
* | Switching around the get function to be GPtrArray-GStrVTed Gould2010-06-221-26/+17
* | A couple of warning messages.Ted Gould2010-06-221-0/+2
* | Not checking just for boxed, looking inside a bit.Ted Gould2010-06-221-2/+2
* | Checking the final value as well.Ted Gould2010-06-221-1/+7
* | Refactoring to make things more clearTed Gould2010-06-221-5/+7
* | Putting in several GValue checks to ensure we're getting what we thing we're ...Ted Gould2010-06-221-0/+11
* | Fix setting shortcuts from GtkMenuItemCody Russell2010-06-221-9/+13
* | Switching get over to a GValueArray too! Ted Gould2010-06-141-13/+12
* | Switching to a value array from a ptrarrayTed Gould2010-06-141-9/+23
* | Fleshing out getting the shortcutTed Gould2010-06-141-0/+51
* | initing the value array properlyTed Gould2010-06-141-1/+1
* | Checking the validity of the key combo.Ted Gould2010-06-141-0/+1
* | Fleshing out getting the accelerator from the menuitem.Ted Gould2010-06-141-1/+33
* | Comment fixesTed Gould2010-06-141-1/+23
* | Adding in a prototype for stealing the shortcut off of a menuitem.Ted Gould2010-06-141-0/+7
* | Switching things around to expose the key and modifier more as it's more useful.Ted Gould2010-06-091-12/+18
* | Fleshing out building the shortcut array.Ted Gould2010-06-091-3/+45
* | Dummy functions to get and set the shortcutTed Gould2010-06-081-0/+34
|/
* Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ...Ted Gould2009-09-031-1/+1
* Some comments in gtk-doc style.Ted Gould2009-09-021-0/+25