| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix string leak | Ted Gould | 2012-03-20 | 1 | -1/+1 |
* | Handle the case of the label being NULL which can happen on custom items | Ted Gould | 2012-03-20 | 1 | -7/+10 |
* | Restructuring slightly to have two cases, allocating memory and not allocating | Ted Gould | 2012-03-09 | 1 | -7/+9 |
* | Remove the underscores used for mnewmonics, as orca speaks them, which is not | Luke Yelavich | 2012-03-09 | 1 | -1/+7 |
* | Set the accessible name from the dbusmenu item label. THis is a work-around u... | Luke Yelavich | 2012-03-08 | 1 | -0/+8 |
* | Do not set the accessible name to an empty string if the accessible_desc | Luke Yelavich | 2012-02-17 | 1 | -4/+0 |
* | Fix some of the issues with throwing criticals | Ted Gould | 2012-02-15 | 1 | -6/+1 |
|\ |
|
| * | Don't get the string to check if something is being cleared, use whether the ... | Ted Gould | 2012-02-07 | 1 | -6/+1 |
* | | Parse and handle a11y descriptions | Ted Gould | 2012-02-10 | 1 | -2/+26 |
|\ \ |
|
| * | | Heh, wrote the code but forgot to handle the error | Ted Gould | 2012-02-10 | 1 | -0/+4 |
| * | | Refactor setting the ATK Object name into a function that can do all the erro... | Ted Gould | 2012-02-10 | 1 | -4/+22 |
| * | | Don't pass a NULL name to set_name | Ted Gould | 2012-02-10 | 1 | -1/+1 |
* | | | If the ACCESSIBLE_DESC property is set to NULL, set an empty string as the at... | Luke Yelavich | 2012-02-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Only setting the accessible object name if it has been set | Ted Gould | 2012-01-26 | 1 | -2/+5 |
|/ |
|
* | Fix function calls here | Ted Gould | 2012-01-26 | 1 | -2/+2 |
* | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -0/+6 |
* | make sure to cancel an idle callback when the object dies | Michael Terry | 2011-11-10 | 1 | -3/+10 |
* | remove last ref from GtkMenuItems that we create | Michael Terry | 2011-10-04 | 1 | -5/+13 |
* | Set the disposition from the value given and from the enum. | Ted Gould | 2011-08-22 | 1 | -1/+3 |
* | Adding infrastructure to watch for the disposition property. | Ted Gould | 2011-08-22 | 1 | -0/+17 |
* | Changing the cleanup of GTK Menuitems to avoid undefined references. | Ted Gould | 2011-04-12 | 1 | -25/+6 |
|\ |
|
| * | Protecting the label with the null check and don't unref something that shoul... | Ted Gould | 2011-04-10 | 1 | -2/+1 |
| * | Attaching the data in a way that it'll cleanup itself | Ted Gould | 2011-04-10 | 1 | -2/+3 |
| * | We have to destroy, why? Because we want to make sure that the menu having a... | Ted Gould | 2011-04-07 | 1 | -1/+1 |
| * | Switching the reference to the GTK Menuitem to be a _sink as well as using se... | Ted Gould | 2011-04-07 | 1 | -21/+2 |
* | | guard against an activation that does not actually have an associated menu-hide | Michael Terry | 2011-04-08 | 1 | -4/+26 |
* | | force activated event to be sandwiched by opened/closed events | Michael Terry | 2011-04-07 | 1 | -8/+105 |
|/ |
|
* | Making the debug message better | Ted Gould | 2011-04-05 | 1 | -1/+1 |
* | We don't need the parent, cut-and-paste confusion here. | Ted Gould | 2011-04-05 | 1 | -6/+3 |
* | Handle the case of the variant being NULL | Ted Gould | 2011-04-05 | 1 | -1/+4 |
* | Then menu should get created when processing the property, so let's warn and ... | Ted Gould | 2011-04-05 | 1 | -10/+5 |
* | Passing in the client so that I can get the menuitem in all cases | Ted Gould | 2011-04-05 | 1 | -6/+19 |
* | Setting up the shell to handle the children display prop | Ted Gould | 2011-04-05 | 1 | -0/+22 |
* | Using the new defines | Ted Gould | 2011-03-16 | 1 | -3/+3 |
* | add opened and closed events | Michael Terry | 2011-03-16 | 1 | -1/+11 |
* | Having the GTK Client handle theme directories | Ted Gould | 2011-03-10 | 1 | -0/+172 |
|\ |
|
| * | Check the theme directories on build so we can insure we're up-to-date | Ted Gould | 2011-03-10 | 1 | -0/+2 |
| * | Stealing the code from indicator-application to ref and unref theme directories. | Ted Gould | 2011-03-04 | 1 | -0/+74 |
| * | Build the theme directory database when we build objects | Ted Gould | 2011-03-04 | 1 | -0/+22 |
| * | Fleshing out the change functions, but it infact creates more functions. Whoa! | Ted Gould | 2011-03-04 | 1 | -0/+45 |
| * | Making a private variable and making a lifecycle for it. | Ted Gould | 2011-03-04 | 1 | -0/+17 |
| * | Signal handler for theme directories changing. | Ted Gould | 2011-03-04 | 1 | -0/+12 |
* | | Fix various memory leaks | Chris Coulson | 2011-03-10 | 1 | -0/+4 |
|/ |
|
* | Fixing the variable name | Ted Gould | 2011-02-21 | 1 | -1/+1 |
* | Fix GI annotations for DbusmenuGtk | Martin Pitt | 2011-02-16 | 1 | -55/+55 |
* | Adding in a serializable menuitem object | Ted Gould | 2011-01-27 | 1 | -4/+4 |
|\ |
|
| * | Updating to trunk | Ted Gould | 2011-01-21 | 1 | -0/+2 |
| |\ |
|
| * | | Fixing callback prototypes | Ted Gould | 2011-01-18 | 1 | -4/+4 |
* | | | Actually setting the 'checked' value | Ted Gould | 2011-01-26 | 1 | -0/+1 |
* | | | Adding a little helper to reduce the number of warnings if the property is mi... | Ted Gould | 2011-01-25 | 1 | -2/+25 |
| |/
|/| |
|