aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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
| |
* | Comment fixesTed Gould2010-06-141-1/+23
| |
* | Adding in a prototype for stealing the shortcut off of a menuitem.Ted Gould2010-06-142-0/+9
| |
* | Switching things around to expose the key and modifier more as it's more useful.Ted Gould2010-06-092-14/+22
| |
* | Fleshing out building the shortcut array.Ted Gould2010-06-091-3/+45
| |
* | Dummy functions to get and set the shortcutTed Gould2010-06-082-0/+37
|/
* Adding a small function to get the submenu of an item.Ted Gould2010-05-262-0/+24
|
* Adding in the headers for the library.Ted Gould2010-05-201-1/+4
|
* Changing where we get glib fromTed Gould2010-05-201-2/+2
|
* Making every insertion now use the realized position. It HAS to be one of ↵Ted Gould2010-04-152-4/+4
| | | | these.
* Using get_position_realized in the GTK layer to avoid realization races.Ted Gould2010-04-142-2/+2
|
* Bringing up to date with trunkTed Gould2010-03-311-2/+11
|\
| * We shouldn't need to unref, as we don't have a ref.Ted Gould2010-03-241-4/+0
| |
| * Adding support for blank iconsTed Gould2010-03-241-1/+15
| |\
| | * Moving the requesition to be for all icons. No reason not to just double check.Ted Gould2010-03-241-4/+4
| | |
| | * Checking for blank icon when we get a pixmap paramater.Ted Gould2010-03-241-26/+1
| | |
| | * This is crazyTed Gould2010-03-231-0/+25
| | |
| | * Add alignment settings to the iconsTed Gould2010-03-181-0/+4
| | |
| | * Check to see if we sent the blank icon, and space appropriately.Ted Gould2010-03-181-0/+10
| | |
| * | Remove warningCody Russell2010-03-231-1/+0
| |/
* | Fixing the calls into the about_to_show stuff so that we can add callbacks.Ted Gould2010-03-312-2/+6
| |
* | Removing a debug messageTed Gould2010-03-311-1/+0
| |
* | Send about_to_show when showing the first-level menu.Aurelien Gateau2010-03-031-0/+13
| |
* | Send about_to_show instead of "clicked" when opening a submenuAurelien Gateau2010-03-031-13/+8
| |