aboutsummaryrefslogtreecommitdiff
path: root/src/idousermenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* ido_user_menu_item_new_from_model: fix docstringLars Uebernickel2013-05-311-2/+4
|
* Move crate_user_menu_item into idousermenuitem.cLars Uebernickel2013-05-271-0/+98
| | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much.
* rename idousermenuitem's "icon" property as "icon-filename" for a little ↵Charles Kerr2013-03-271-17/+19
| | | | more clarity.
* in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of ↵Charles Kerr2013-03-261-5/+10
| | | | gtk_widget_get_style(), gtk_widget_get_state()
* add properties to IdoUserMenuItem and remove its dependencies on ↵Charles Kerr2013-03-261-120/+181
| | | | DbusmenuMenuitem
* rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵Charles Kerr2013-03-261-0/+289
is to decouple from dbusmenu.