aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/defaults.c
Commit message (Collapse)AuthorAgeFilesLines
* 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