aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Expand)AuthorAgeFilesLines
* Making every insertion now use the realized position. It HAS to be one of th...Ted Gould2010-04-152-4/+4
* 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
* | Started to implement about-to-show supportAurelien Gateau2010-03-031-0/+9
|/
* Pulling GIRs from the build dirTed Gould2010-03-021-1/+1
* Fixing the directory path for the glib gir file and making sure we clean up t...Ted Gould2010-03-021-2/+2
* Building the gir files at build time instead of at dist.Ted Gould2010-03-021-1/+1
* Adding the temp file to the clean stuffTed Gould2010-03-011-1/+1
* Generating the VAPI filesTed Gould2010-03-011-0/+29
* Change version number to 0.2Ted Gould2010-02-281-7/+7
* Generating the introspection dataTed Gould2010-02-281-1/+36
* 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
|/
* Check if we're setting the same image and return so we don't destroy it.Cody Russell2010-01-121-0/+3
* Adding code to support icon names that have an implied direction in them.Ted Gould2010-01-111-2/+20
|\
| * 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
* | A little function to grab the horizontal padding and stuff it into the box.Ted Gould2010-01-111-4/+15
|/
* 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
* Handling the case of getting an image with the purpose of clearing the label....Ted Gould2009-12-171-5/+9
* Fleshing out the image functions for our generic item.Ted Gould2009-12-171-3/+67
* Trying to reduce the complexity of adding a label. Now we can detect the var...Ted Gould2009-12-171-23/+68
* License headers. I hate these.Ted Gould2009-12-172-0/+56
* Adding in an activate function so that we don't toggle our value on click. W...Ted Gould2009-12-161-14/+29
* 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
* Set alignment on the labels.Ted Gould2009-12-161-0/+2
* Yeah, gotta show those labels.Ted Gould2009-12-161-0/+2
* Switching the client over to creating generic items.Ted Gould2009-12-161-6/+12
* Woot, a set label function.Ted Gould2009-12-161-0/+40