summaryrefslogtreecommitdiff
path: root/amiga/selectmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow the popupmenu-based select menu to cascade into multiple sub-menus ↵Chris Young2015-09-071-3/+53
| | | | containing further items, when there are too many to fit on the screen in one column.
* Fix memory leakChris Young2015-09-051-4/+22
|
* Correct checkbox logicChris Young2015-09-051-6/+11
|
* Enable control of core/popupmenu select menus in the prefs GUI.Chris Young2015-09-051-5/+18
| | | | This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll).
* Rename context_menu.c and strip out all the context menu code, so this file ↵Chris Young2015-09-051-0/+114
and popupmenu.class is only used (optionally) for HTML form selection.