aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Expand)AuthorAgeFilesLines
* Switching everything to start using variants... even ahead of GLibTed Gould2010-11-171-42/+29
* Switching to using the pointer in the instanceTed Gould2010-10-121-2/+3
* Private pointers in instance structsTed Gould2010-10-121-1/+0
* 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
* 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
* Cleaning up usage of get_shortcut to only print/set if it sets a keyTed Gould2010-06-221-9/+11
* 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
* Switch to using the accel map with pathsTed Gould2010-06-151-9/+12
* 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-141-0/+34
* Adding a small function to get the submenu of an item.Ted Gould2010-05-261-0/+23
* Making every insertion now use the realized position. It HAS to be one of th...Ted Gould2010-04-151-2/+2
* Using get_position_realized in the GTK layer to avoid realization races.Ted Gould2010-04-141-1/+1
* 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-311-1/+3
* | Send about_to_show instead of "clicked" when opening a submenuAurelien Gateau2010-03-031-13/+8
* | Started to implement about-to-show supportAurelien Gateau2010-03-031-0/+9
|/
* Switching to transforming valuesTed Gould2010-02-041-7/+12
* Checking for NULL value in setting the toggle setting to make sure they are s...Ted Gould2010-02-041-0/+4
* Interoperability fixes.Ted Gould2010-02-041-17/+17
|\
| * icon -> icon-nameAurelien Gateau2010-02-021-17/+17
* | Making a clicked in the gtk side of things.Ted Gould2010-02-031-1/+4
|/
* Fix an annoying warning that isn't really useful on image menuitems.Ted Gould2010-01-241-1/+4
|\
| * Change the 'return_if_fail' to an if as the previous function makes an annoyi...Ted Gould2010-01-221-1/+4
* | Sending the current event time for a menu item getting activated.Ted Gould2010-01-221-1/+1
|/
* Building the icon name based on the text direction of the menuitem widget.Ted Gould2010-01-111-1/+2
* Adding in a check to see if there is a 'ltr' icon, and use it if so.Ted Gould2010-01-111-2/+19
* Using the state defines for the check state.Ted Gould2010-01-071-2/+2
* Using #defines for the type of boxTed Gould2010-01-071-2/+2