aboutsummaryrefslogtreecommitdiff
path: root/src/hci/tui/menu_ui.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[dynui] Generalise mechanisms for looking up user interface itemsMichael Brown1-32/+6
2024-06-20[dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown1-21/+22
2024-06-20[hci] Allow tab key to be used to cycle through UI elementsMichael Brown1-3/+3
2024-06-18[hci] Rename "item" command's first parameter from "label" to "name"Michael Brown1-13/+13
2015-03-03[menu] Abstract out the generic concept of a jump scrollerMichael Brown1-65/+31
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown1-9/+1
2013-12-06[menu] Adapt user interface to fit display sizeMichael Brown1-8/+8
2013-12-02[menu] Hide cursor when displaying menuMichael Brown1-0/+1
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-3/+3
2013-03-06[menu] Prevent separators with shortcut keys from being selectedMichael Brown1-10/+12
2013-03-06[menu] Prevent character code zero from acting as a shortcut keyMichael Brown1-1/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-03[menu] Truncate menu title when necessaryChristian Hesse1-2/+3
2012-06-27[ui] Allow colours to be configured via config/colour.hChristian Hesse1-3/+4
2012-04-28[menu] Add "--default" option to "choose" commandMichael Brown1-3/+8
2012-03-30[menu] Fix default selection when default is item 0Michael Brown1-2/+2
2012-03-29[menu] Add menu user interfaceMichael Brown1-0/+359