aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream mergeTed Gould2010-06-291-0/+1
|\ | | | | | | * Block building submenus on separators
| * Block separators from getting new submenusTed Gould2010-06-291-0/+1
| |
* | * Upstream MergeTed Gould2010-06-231-25/+32
|\| | | | | | | | | * Fixing our setting of the shortcut to match the same collection style structure.
| * 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
| |
* | * Upstream mergeTed Gould2010-06-231-36/+30
|\| | | | | | | * No internal collections. Eh, whatever.
| * Apparently not a collection internally.Ted Gould2010-06-231-36/+30
| |
* | * Upstream mergeTed Gould2010-06-231-60/+59
|\| | | | | | | * Switching to using collection iterators
| * 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 ↵Ted Gould2010-06-231-24/+2
| | | | | | | | build the types with their vtables to go that way. We'll try using the others.
* | * Upstream mergeTed Gould2010-06-231-2/+25
|\| | | | | | | * Checking for collections
| * 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
| |
* | * Upstream mergeTed Gould2010-06-221-2/+2
|\| | | | | | | * Lowering protection on type checking
| * Lowering our protection a little, but hopefully this'll make it happy.Ted Gould2010-06-221-2/+2
| |
* | * Upstream MergeTed Gould2010-06-222-35/+28
|\| | | | | | | * Changing the format on the get side of things
| * Switching around the get function to be GPtrArray-GStrVTed Gould2010-06-221-26/+17
| |
| * Cleaning up usage of get_shortcut to only print/set if it sets a keyTed Gould2010-06-221-9/+11
| |
* | * Upstream MergeTed Gould2010-06-221-0/+2
|\| | | | | | | * Useful warning messages
| * A couple of warning messages.Ted Gould2010-06-221-0/+2
| |
* | * Upstream MergeTed Gould2010-06-221-2/+2
|\| | | | | | | * Looking further inside the boxes
| * Not checking just for boxed, looking inside a bit.Ted Gould2010-06-221-2/+2
| |
* | * Upstream MergeTed Gould2010-06-221-5/+24
|\| | | | | | | * Checking to ensure our values are what we expect
| * 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
| | | | | | | | getting.
* | * Upstream MergeTed Gould2010-06-221-9/+13
|\| | | | | | | * Fixing getting accelerators from menuitems
| * Fix setting shortcuts from GtkMenuItemCody Russell2010-06-221-9/+13
| |
* | * Upstream MergeTed Gould2010-06-215-1/+401
|\| | | | | | | | | * Adding support for menu shortcuts * Fixing distcheck of documentation builds
| * Add the accelerators.Cody Russell2010-06-211-9/+27
| |
| * Adding a debug messageTed Gould2010-06-151-0/+2
| |
| * Making the path more unique and using the lower level path set function.Ted Gould2010-06-151-2/+2
| |
| * Setting the accel widget for the accel label.Ted Gould2010-06-151-0/+1
| |
| * Switch to using the accel map with pathsTed Gould2010-06-151-9/+12
| |
| * Switching get over to a GValueArray too! Ted Gould2010-06-141-13/+12
| |
| * Block the case where the label is being init'd to NULLTed Gould2010-06-141-0/+2
| |
| * Switching to a value array from a ptrarrayTed Gould2010-06-141-9/+23
| |
| * Connecting up the refresh cycles to property changes and creation.Ted Gould2010-06-141-0/+13
| |
| * Adding a function to refresh the shortcut of a menuitem.Ted Gould2010-06-141-0/+18
| |
| * Restructuring to use a structure to get cleaner type checking.Ted Gould2010-06-141-14/+23
| |
| * Fleshing out setting and getting the accel groupTed Gould2010-06-141-1/+62
| |
| * Adding a private area on to the client.Ted Gould2010-06-141-0/+21
| |
| * Add two functions for setting and getting the accelerator group.Ted Gould2010-06-142-0/+37
| |
| * Switching to an accel labelTed Gould2010-06-141-1/+1
| |
| * 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
| |