aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Expand)AuthorAgeFilesLines
* 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 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