aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Really we should set status on the application listTed Gould2013-08-151-5/+0
|
* Adding a set_status virtual functionTed Gould2013-08-141-0/+5
|
* Add desktop menuLars Uebernickel2013-08-131-0/+5
| | | | | Only shows application launchers right now.
* Move toplevel menu logic into ImMenuLars Uebernickel2013-08-121-0/+3
| | | | | | Also, get rid of only exporting sections if they were non-empty. That was a hack for non-conformant GMenuModel renderers.
* Add ImMenuLars Uebernickel2013-08-121-0/+56
A base class for all messaging menus. ImPhoneMenu already subclasses from it, with a desktop version coming up.