aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 gett...Ted Gould2009-12-151-13/+18
* 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
* Printing when the GTK Menu item gets destroyed.Ted Gould2009-10-021-0/+12
* Reffing the GTK menu itemTed Gould2009-10-011-0/+1
* Leaving abstract the data as long as possible to avoid GTK cast warnings.Ted Gould2009-10-011-5/+4
* Adding a couple massive debugging messages.Ted Gould2009-10-011-0/+8
* Some comments as I'm looking through the code.Ted Gould2009-09-091-3/+26
* Merging in support for image items. Including encoding and decoding the imag...Ted Gould2009-09-031-0/+120
|\
| * Moving the checking on the data set on whether we have a name earlier. We do...Ted Gould2009-09-031-7/+9
| * Fixing some string checking. Truth is a bitch.Ted Gould2009-09-031-6/+3
| * Switching to setting the label initially seems to make everything better. Go...Ted Gould2009-09-031-1/+1
| * A couple more comments.Ted Gould2009-09-021-0/+4
| * Fleshing out the image property handler.Ted Gould2009-09-021-4/+88
| * Inital structure for the image menu item.Ted Gould2009-09-021-0/+33
* | Basic support for the sensitive property.Ted Gould2009-09-021-0/+18
|/
* Adding checks to the type handling functions in GTK+ version of the lib. Com...Ted Gould2009-08-271-4/+18
* Promoting the base function up to an API function so that it can be used else...Ted Gould2009-08-261-18/+16
* Centralize visiblity processing and changes to the prop value.Ted Gould2009-08-261-4/+17
* Making a separatorTed Gould2009-08-261-9/+11