Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whoops! remove a stray g_message() that got committed | Charles Kerr | 2012-11-26 | 1 | -1/+0 |
| | |||||
* | confirm that icon_name is non-NULL before passing it to ↵ | Charles Kerr | 2012-11-26 | 1 | -1/+2 |
| | | | | gtk_icon_theme_has_icon() | ||||
* | Only prefer name over pixmap if the theme has the icon for the name | Albert Astals Cid (aacid) | 2012-10-24 | 1 | -1/+5 |
|\ | |||||
| * | Only prefer name over pixmap if the theme has the icon for the name | Albert Astals | 2012-10-18 | 1 | -1/+5 |
| | | |||||
* | | fix grammar: use of its and it's | Charles Kerr | 2012-10-07 | 1 | -3/+3 |
|/ | |||||
* | fold client's two DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED signal handlers ↵ | Charles Kerr | 2012-03-27 | 1 | -12/+2 |
| | | | | together for clarity | ||||
* | 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 |
| | | | | | what we want. | ||||
* | Set the accessible name from the dbusmenu item label. THis is a work-around ↵ | Luke Yelavich | 2012-03-08 | 1 | -0/+8 |
| | | | | until GTK follows atk docs. | ||||
* | Do not set the accessible name to an empty string if the accessible_desc | Luke Yelavich | 2012-02-17 | 1 | -4/+0 |
| | | | | | | | | | property = NULL. Yes this was recently changed so that dbusmenu conformed to Atk documentation, but the GTK menu item accessibility code does not yet conform to sed documentation. As a result, all dbusmenu menu items that do not have the accessible_desc property set end up getting an empty string for their accessible name. In the long term, GTK accessibility needs to be fixed. | ||||
* | 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 |
| | | | | | | | | variant is NULL or not | ||||
* | | 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 ↵ | Ted Gould | 2012-02-10 | 1 | -4/+22 |
| | | | | | | | | | | | | error handling needed. | ||||
| * | | 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 ↵ | Luke Yelavich | 2012-02-01 | 1 | -1/+1 |
| |/ |/| | | | | | atk object's accessible name, as per atk docs. | ||||
* | | 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 |
| | | | | | | | | alternative label for a menu item. This alternative label is only used for assistive technologies such as Orca. It is particularly useful for menu items where an icon is used to present further information to the user, in which case this property can be used to give a textual description of the icon. | ||||
* | 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 ↵ | Ted Gould | 2011-04-10 | 1 | -2/+1 |
| | | | | | | | | shouldn't be. | ||||
| * | 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 ↵ | Ted Gould | 2011-04-07 | 1 | -1/+1 |
| | | | | | | | | a ref doesn't block us from getting rid of the item. | ||||
| * | Switching the reference to the GTK Menuitem to be a _sink as well as using ↵ | Ted Gould | 2011-04-07 | 1 | -21/+2 |
| | | | | | | | | set_data_full() instead of a weak ref for unref'ing it. | ||||
* | | 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 |
| | | | | exit here if it's not available | ||||
* | 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 |
| |