aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Fleshing out the change functions, but it infact creates more functions. Whoa! Ted Gould2011-03-041-0/+45
| * Making a private variable and making a lifecycle for it.Ted Gould2011-03-041-0/+17
| * Signal handler for theme directories changing.Ted Gould2011-03-041-0/+12
* | Fix various memory leaksChris Coulson2011-03-101-0/+4
|/
* Fixing the variable nameTed Gould2011-02-211-1/+1
* Fix GI annotations for DbusmenuGtkMartin Pitt2011-02-161-55/+55
* Adding in a serializable menuitem objectTed Gould2011-01-271-4/+4
|\
| * Updating to trunkTed Gould2011-01-211-0/+2
| |\
| * | Fixing callback prototypesTed Gould2011-01-181-4/+4
* | | Actually setting the 'checked' valueTed Gould2011-01-261-0/+1
* | | Adding a little helper to reduce the number of warnings if the property is mi...Ted Gould2011-01-251-2/+25
| |/ |/|
* | Set the use-fallback property to TRUE on all our ImagesTed Gould2011-01-181-0/+2
|/
* Changing the accel reference.Ted Gould2011-01-131-0/+1
|\
| * Making sure to reference the accel groupTed Gould2010-09-241-0/+1
* | Merging in trunk changes for dual build and GTK3 fixesTed Gould2010-12-011-0/+6
|\ \
| * \ Merging in configurable GTK build optionTed Gould2010-11-111-0/+6
| |\ \
* | | | Protect against NULL variants to remove warningsTed Gould2010-11-291-2/+4
* | | | Switching everything to start using variants... even ahead of GLibTed Gould2010-11-171-42/+29
|/ / /
* | | Switching to using the pointer in the instanceTed Gould2010-10-121-2/+3
* | | Private pointers in instance structsTed Gould2010-10-121-1/+0
| |/ |/|
* | Adding magic grab code to unfubar menusTed Gould2010-08-301-0/+7
|\ \
| * | Grab your junk.Cody Russell2010-08-301-2/+10
|/ /
* | Restructuring so that we pass the menuTed Gould2010-08-201-21/+15
* | Making it so that items show.Ted Gould2010-08-201-9/+34
* | Activate the mnemonic when requested by the serverTed Gould2010-08-181-0/+16
* | Connected into the item activate signalTed Gould2010-08-171-0/+12
* | 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 th...Ted Gould2010-04-151-2/+2
* 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