Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to trunk | Ted Gould | 2012-01-26 | 1 | -0/+1 |
|\ | |||||
| * | Adding a default type for ICON_DATA so we can catch people using it wrong | Ted Gould | 2012-01-26 | 1 | -0/+1 |
| | | |||||
* | | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -0/+1 |
|/ | | | | | | | | 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. | ||||
* | Adding a disposition property in to the header and defaults | Ted Gould | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | Ensuring that our iterators have variants to reference and ref'ing them ↵ | Ted Gould | 2011-03-31 | 1 | -1/+1 |
|\ | | | | | | | correctly. | ||||
| * | Be more specific about the shortcut type | Ted Gould | 2011-03-29 | 1 | -1/+1 |
| | | |||||
* | | Revert the last commit and handle the same problem in the parser instead | Chris Coulson | 2011-03-30 | 1 | -0/+1 |
| | | |||||
* | | Don't set a default label for menuitems. Some applications (eg, xchat and ↵ | Chris Coulson | 2011-03-29 | 1 | -1/+0 |
|/ | | | | | | | pidgin) do silly things like creating GtkMenuItems's without a label for separators (rather than using the GtkSeparatorMenuItem class). GTK correctly renders these as separators, so we need to handle it too by not setting a default label on these | ||||
* | Use the library i18n instead of the standard one for apps. | Ted Gould | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Documentation fixes | Ted Gould | 2011-02-24 | 1 | -4/+4 |
| | |||||
* | Make sure to either ref or allocate | Ted Gould | 2011-02-21 | 1 | -0/+2 |
| | |||||
* | Making sure to have weak pointer support incase we do drop all the refs | Ted Gould | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Flesh out the getters as well | Ted Gould | 2011-02-21 | 1 | -2/+38 |
| | |||||
* | Create a basic setter function and fix our hashtables so they work with it. | Ted Gould | 2011-02-21 | 1 | -3/+23 |
| | |||||
* | Building our hash table and making sure it gets cleaned up | Ted Gould | 2011-02-21 | 1 | -1/+10 |
| | |||||
* | Create an entry structure and functions for creating and destroying it | Ted Gould | 2011-02-21 | 1 | -0/+47 |
| | |||||
* | Setting the core defaults up in a handy table. | Ted Gould | 2011-02-21 | 1 | -1/+18 |
| | |||||
* | Putting in stubs for our get/set functions | Ted Gould | 2011-02-21 | 1 | -0/+57 |
| | |||||
* | Fleshing out the ref_default | Ted Gould | 2011-02-21 | 1 | -2/+20 |
| | |||||
* | Format sanely | Ted Gould | 2011-02-21 | 1 | -8/+15 |
| | |||||
* | License headers | Ted Gould | 2011-02-21 | 1 | -0/+28 |
| | |||||
* | Adding in a defaults object | Ted Gould | 2011-02-21 | 1 | -0/+49 |