aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/menuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Checking the final value as well.Ted Gould2010-06-221-1/+7
|
* Refactoring to make things more clearTed Gould2010-06-221-5/+7
|
* Putting in several GValue checks to ensure we're getting what we thing we're ↵Ted Gould2010-06-221-0/+11
| | | | getting.
* Fix setting shortcuts from GtkMenuItemCody Russell2010-06-221-9/+13
|
* Switching get over to a GValueArray too! Ted Gould2010-06-141-13/+12
|
* Switching to a value array from a ptrarrayTed Gould2010-06-141-9/+23
|
* Fleshing out getting the shortcutTed Gould2010-06-141-0/+51
|
* initing the value array properlyTed Gould2010-06-141-1/+1
|
* Checking the validity of the key combo.Ted Gould2010-06-141-0/+1
|
* Fleshing out getting the accelerator from the menuitem.Ted Gould2010-06-141-1/+33
|
* Comment fixesTed Gould2010-06-141-1/+23
|
* Adding in a prototype for stealing the shortcut off of a menuitem.Ted Gould2010-06-141-0/+7
|
* Switching things around to expose the key and modifier more as it's more useful.Ted Gould2010-06-091-12/+18
|
* Fleshing out building the shortcut array.Ted Gould2010-06-091-3/+45
|
* Dummy functions to get and set the shortcutTed Gould2010-06-081-0/+34
|
* Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ↵Ted Gould2009-09-031-1/+1
| | | | 4 GB anyway. Wonder how dbus would handle it...
* Some comments in gtk-doc style.Ted Gould2009-09-021-0/+25
|
* Fleshing out the get function again stealing code from libindicate-gtk.Ted Gould2009-09-021-1/+35
|
* Fleshing out the setting function. Stealing from libindicate.Ted Gould2009-09-021-1/+26
|
* Adding some place holders for the image handling functions.Ted Gould2009-09-021-0/+46