aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Switching get over to a GValueArray too! Ted Gould2010-06-141-13/+12
| | |
| * | Block the case where the label is being init'd to NULLTed Gould2010-06-141-0/+2
| | |
| * | Switching to a value array from a ptrarrayTed Gould2010-06-141-9/+23
| | |
| * | 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-142-0/+37
| | |
| * | Switching to an accel labelTed Gould2010-06-141-1/+1
| | |
| * | Fleshing out getting the shortcutTed Gould2010-06-141-0/+51
| | |
| * | initing the value array properlyTed Gould2010-06-141-1/+1
| | |
| * | 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
| |/
* | Import upstream version 0.3.2Ted Gould2010-06-101-0/+8
|\|
* | Import upstream version 0.3.0Ted Gould2010-05-275-12/+43
|\|
| * 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 ↵Ted Gould2010-04-152-4/+4
| | | | | | | | these.
| * Using get_position_realized in the GTK layer to avoid realization races.Ted Gould2010-04-142-2/+2
| |
* | Import upstream version 0.2.9Ted Gould2010-04-013-4/+844
|\|
| * 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 ↵Ted Gould2010-03-021-2/+2
| | | | the girs.
* 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 ↵Ted Gould2010-02-041-0/+4
| | | | set before erroring. And erroring if we don't get ints