aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with --enable-massivedebuggingDmitry Shachnev2016-11-241-1/+1
* gtk: fix some GTKv3 deprecations and get rid of HAVE_GTK3Dan Williams2016-02-231-1/+6
|\
| * gtk: fix some GTKv3 deprecations and get rid of HAVE_GTK3Dan Williams2016-02-221-1/+5
|/
* Remove stray debug g_message()Mathieu Trudel-Lapierre2013-05-151-1/+0
* in dispose(), call gtk_widget_remove_accelerator(), to balance out the earlie...Charles Kerr2013-05-021-8/+21
* whoops! remove a stray g_message() that got committedCharles Kerr2012-11-261-1/+0
* confirm that icon_name is non-NULL before passing it to gtk_icon_theme_has_ic...Charles Kerr2012-11-261-1/+2
* Only prefer name over pixmap if the theme has the icon for the nameAlbert Astals Cid (aacid)2012-10-241-1/+5
|\
| * Only prefer name over pixmap if the theme has the icon for the nameAlbert Astals2012-10-181-1/+5
* | fix grammar: use of its and it'sCharles Kerr2012-10-071-3/+3
|/
* fold client's two DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED signal handlers t...Charles Kerr2012-03-271-12/+2
* Fix string leakTed Gould2012-03-201-1/+1
* Handle the case of the label being NULL which can happen on custom itemsTed Gould2012-03-201-7/+10
* Restructuring slightly to have two cases, allocating memory and not allocatingTed Gould2012-03-091-7/+9
* Remove the underscores used for mnewmonics, as orca speaks them, which is notLuke Yelavich2012-03-091-1/+7
* Set the accessible name from the dbusmenu item label. THis is a work-around u...Luke Yelavich2012-03-081-0/+8
* Do not set the accessible name to an empty string if the accessible_descLuke Yelavich2012-02-171-4/+0
* 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