aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/defaults.c
Commit message (Collapse)AuthorAgeFilesLines
* fix grammar: use of its and it'sCharles Kerr2012-10-071-1/+1
|
* Update to trunkTed Gould2012-01-261-0/+1
|\
| * Adding a default type for ICON_DATA so we can catch people using it wrongTed Gould2012-01-261-0/+1
| |
* | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set anLuke Yelavich2011-12-131-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 defaultsTed Gould2011-08-221-0/+1
|
* Ensuring that our iterators have variants to reference and ref'ing them ↵Ted Gould2011-03-311-1/+1
|\ | | | | | | correctly.
| * Be more specific about the shortcut typeTed Gould2011-03-291-1/+1
| |
* | Revert the last commit and handle the same problem in the parser insteadChris Coulson2011-03-301-0/+1
| |
* | Don't set a default label for menuitems. Some applications (eg, xchat and ↵Chris Coulson2011-03-291-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 Gould2011-02-251-1/+1
|
* Documentation fixesTed Gould2011-02-241-4/+4
|
* Make sure to either ref or allocateTed Gould2011-02-211-0/+2
|
* Making sure to have weak pointer support incase we do drop all the refsTed Gould2011-02-211-0/+1
|
* Flesh out the getters as wellTed Gould2011-02-211-2/+38
|
* Create a basic setter function and fix our hashtables so they work with it.Ted Gould2011-02-211-3/+23
|
* Building our hash table and making sure it gets cleaned upTed Gould2011-02-211-1/+10
|
* Create an entry structure and functions for creating and destroying itTed Gould2011-02-211-0/+47
|
* Setting the core defaults up in a handy table.Ted Gould2011-02-211-1/+18
|
* Putting in stubs for our get/set functionsTed Gould2011-02-211-0/+57
|
* Fleshing out the ref_defaultTed Gould2011-02-211-2/+20
|
* Format sanelyTed Gould2011-02-211-8/+15
|
* License headersTed Gould2011-02-211-0/+28
|
* Adding in a defaults objectTed Gould2011-02-211-0/+49