aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the issues with throwing criticalsTed Gould2012-02-151-6/+1
|\
| * Don't get the string to check if something is being cleared, use whether the ...Ted Gould2012-02-071-6/+1
* | Parse and handle a11y descriptionsTed Gould2012-02-101-2/+26
|\ \
| * | Heh, wrote the code but forgot to handle the errorTed Gould2012-02-101-0/+4
| * | Refactor setting the ATK Object name into a function that can do all the erro...Ted Gould2012-02-101-4/+22
| * | Don't pass a NULL name to set_nameTed Gould2012-02-101-1/+1
* | | If the ACCESSIBLE_DESC property is set to NULL, set an empty string as the at...Luke Yelavich2012-02-011-1/+1
| |/ |/|
* | Only setting the accessible object name if it has been setTed Gould2012-01-261-2/+5
|/
* Fix function calls hereTed Gould2012-01-261-2/+2
* Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set anLuke Yelavich2011-12-131-0/+6
* make sure to cancel an idle callback when the object diesMichael Terry2011-11-101-3/+10
* remove last ref from GtkMenuItems that we createMichael Terry2011-10-041-5/+13
* Set the disposition from the value given and from the enum.Ted Gould2011-08-221-1/+3
* Adding infrastructure to watch for the disposition property.Ted Gould2011-08-221-0/+17
* Changing the cleanup of GTK Menuitems to avoid undefined references.Ted Gould2011-04-121-25/+6
|\
| * Protecting the label with the null check and don't unref something that shoul...Ted Gould2011-04-101-2/+1
| * Attaching the data in a way that it'll cleanup itselfTed Gould2011-04-101-2/+3
| * We have to destroy, why? Because we want to make sure that the menu having a...Ted Gould2011-04-071-1/+1
| * Switching the reference to the GTK Menuitem to be a _sink as well as using se...Ted Gould2011-04-071-21/+2
* | guard against an activation that does not actually have an associated menu-hideMichael Terry2011-04-081-4/+26
* | force activated event to be sandwiched by opened/closed eventsMichael Terry2011-04-071-8/+105
|/
* Making the debug message betterTed Gould2011-04-051-1/+1
* We don't need the parent, cut-and-paste confusion here.Ted Gould2011-04-051-6/+3
* Handle the case of the variant being NULLTed Gould2011-04-051-1/+4
* Then menu should get created when processing the property, so let's warn and ...Ted Gould2011-04-051-10/+5
* Passing in the client so that I can get the menuitem in all casesTed Gould2011-04-051-6/+19
* Setting up the shell to handle the children display propTed Gould2011-04-051-0/+22
* Using the new definesTed Gould2011-03-161-3/+3
* add opened and closed eventsMichael Terry2011-03-161-1/+11
* Having the GTK Client handle theme directoriesTed Gould2011-03-101-0/+172
|\
| * Check the theme directories on build so we can insure we're up-to-dateTed Gould2011-03-101-0/+2
| * Stealing the code from indicator-application to ref and unref theme directories.Ted Gould2011-03-041-0/+74
| * Build the theme directory database when we build objectsTed Gould2011-03-041-0/+22
| * 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