aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ted Gould2010-04-151-2/+2
| | | | these.
* 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 ↵Ted Gould2010-02-041-0/+4
| | | | set before erroring. And erroring if we don't get ints
* Interoperability fixes.Ted Gould2010-02-041-17/+17
|\
| * icon -> icon-nameAurelien Gateau2010-02-021-17/+17
| | | | | | | | | | | | | | sensitive -> enabled toggle-checked -> toggle-state toggle-state is now an int
* | 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 ↵Ted Gould2010-01-221-1/+4
| | | | | | | | annoying message.
* | 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
|
* Not setting the underline for seperators.Ted Gould2009-12-171-1/+0
|
* Protect against NULL values and treat them as default values.Ted Gould2009-12-161-12/+16
|
* Handline the toggle based propertiesTed Gould2009-12-161-0/+49
|
* Switching the client over to creating generic items.Ted Gould2009-12-161-6/+12
|
* Switching around the visible and sensitive handling to use our new fancy ↵Ted Gould2009-12-151-13/+18
| | | | getters so that we have consistent handling there.
* Killing the image item as it's own beast.Ted Gould2009-12-091-36/+14
|
* Flow through GValue changes.Ted Gould2009-12-091-13/+14
|
* Use underlinesCody Russell2009-12-091-0/+3
|
* Putting the menuitem dying in massive debugging info.Ted Gould2009-10-021-1/+3
|