aboutsummaryrefslogtreecommitdiff
path: root/src/hci/tui
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[hci] Rename "item" command's first parameter from "label" to "name"Michael Brown1-13/+13
2024-06-18[hci] Split out msg() and alert() from settings UI codeMichael Brown2-72/+115
2024-06-18[hci] Draw all widgets on the standard screenMichael Brown3-7/+7
2024-05-15[hci] Provide a general concept of a text widget setMichael Brown3-76/+187
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown2-49/+50
2015-03-03[settings] Use generic jump scrolling abstractionMichael Brown1-196/+155
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
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown1-2/+1
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown1-1/+2
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown3-29/+3
2013-12-06[menu] Adapt user interface to fit display sizeMichael Brown1-8/+8
2013-12-06[login] Adapt user interface to fit display sizeMichael Brown1-7/+7
2013-12-06[settings] Adapt user interface to fit display sizeMichael Brown1-29/+44
2013-12-05[settings] Allow for multiple definitions of each predefined settingMichael Brown1-2/+10
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-31/+28
2013-12-02[menu] Hide cursor when displaying menuMichael Brown1-0/+1
2013-12-02[settings] Hide cursor when not actively editing a settingMichael Brown1-0/+2
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-3/+3
2013-07-15[settings] Add support for navigation keys in "config" user interfaceMichael Brown1-9/+27
2013-07-13[settings] Make "netX" settings block function as a symbolic linkMichael Brown1-1/+1
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 Brown3-3/+6
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 Hesse3-10/+13
2012-06-27[ui] Change "login" colours to match other UIsMichael Brown1-7/+7
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
2011-03-28[settings] Display "delete" option only for locally-originated settingsMichael Brown1-1/+1
2011-03-23[settings] Refer to online documentation for settings helpMichael Brown1-2/+9
2011-03-23[settings] Match terminology used elsewhereMichael Brown1-1/+1
2011-03-23[settings] Return to first row on navigating to a new settings blockMichael Brown1-4/+6
2011-03-23[settings] Add hierarchy navigation in "config" user interfaceMichael Brown1-199/+260
2011-03-22[settings] Display locally-originated settings in boldMichael Brown1-1/+11
2011-03-22[settings] Display canonical setting name in "config" user interfaceMichael Brown1-4/+16
2011-03-22[settings] Display only applicable settings in "config" user interfaceMichael Brown1-10/+18
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown2-2/+2
2011-03-07[console] Add a timeout parameter to getkey()Michael Brown2-2/+2
2010-06-24[settings] Add setting deletion (Ctrl-D) interfaceGlenn Brown1-0/+7
2010-06-24[settings] Enable jump scroll in config UIGlenn Brown1-38/+77
2010-04-19[build] Rename gPXE to iPXEMichael Brown2-9/+9
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown2-0/+4
2009-03-13[tables] Incorporate table data type information into table definitionMichael Brown1-3/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-6/+5
2009-02-17[login] Add "login" command and UIMichael Brown1-0/+135
2009-02-17[editbox] Allow for password widgets that do not display their contentsMichael Brown1-1/+1
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown1-16/+15