aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Switching away from using set_activate as that doesn't actually set the ↵Ted Gould2010-12-091-14/+10
| | | | value, it just signals, but we're sucking up that signal already so we need to manually create it if we need it, which is the only way to set the active property. Goofy.
* Add a check for GIR version less that 10Ted Gould2010-12-061-0/+8
|
* Cleaned up the scanner flags someKen VanDine2010-11-231-2/+3
|
* Set more scanner flags to get the namespace rightKen VanDine2010-11-231-4/+10
|
* Merging in configurable GTK build optionTed Gould2010-11-116-31/+94
|\
| * ship both .pc files in EXTRA_DISTMichael Terry2010-10-131-1/+2
| |
| * instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵Michael Terry2010-10-063-63/+70
| | | | | | | | configure to specify which to build with
| * support gtk3 version of libdbusmenu-gtkMichael Terry2010-06-193-8/+57
| |
* | Switching to using the pointer in the instanceTed Gould2010-10-122-4/+6
| |
* | Private pointers in instance structsTed Gould2010-10-124-2/+10
| |
* | Going to 6 privates like othersTed Gould2010-10-122-2/+10
| |
* | Adding magic grab code to unfubar menusTed Gould2010-08-301-0/+7
|\ \
| * | Grab your junk.Cody Russell2010-08-301-2/+10
|/ /
* | Restructuring so that we pass the menuTed Gould2010-08-201-21/+15
| |
* | Making it so that items show.Ted Gould2010-08-201-9/+34
| |
* | Activate the mnemonic when requested by the serverTed Gould2010-08-181-0/+16
| |
* | Connected into the item activate signalTed Gould2010-08-171-0/+12
| |
* | Fix menu order in submenusAurelien Gateau2010-07-221-2/+2
| |
* | Ratcheting down the warning level of not finding a group.Ted Gould2010-07-071-3/+4
| |
* | Only tell when we're doing massive debugging.Ted Gould2010-07-021-0/+2
| |
* | Block separators from getting new submenusTed Gould2010-06-291-0/+1
| |
* | 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 ↵Ted Gould2010-06-231-24/+2
| | | | | | | | build the types with their vtables to go that way. We'll try using the others.
* | 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
| |
* | Cleaning up usage of get_shortcut to only print/set if it sets a keyTed Gould2010-06-221-9/+11
| |
* | 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
| | | | | | | | getting.
* | Fix setting shortcuts from GtkMenuItemCody Russell2010-06-221-9/+13
| |
* | 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
| |