aboutsummaryrefslogtreecommitdiff
path: root/src/hci/tui
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-20[Settings] Add settings hierarchyMichael Brown1-5/+5
2008-03-20[Settings] Start revamping the configuration settings API.Michael Brown1-43/+37
2008-03-18[Settings] show_setting() functions return snprintf()-style length.Michael Brown1-1/+1
2007-08-20__nonnull changesHolger Lubitz1-1/+18
2007-07-03Warnings purge: src/{crypto,hci,net}Marty Connor1-0/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-4/+4
2006-12-20Use getkey() and symbolic key names.Michael Brown1-6/+8
2006-12-20settings_ui() now returns a status code.Michael Brown1-4/+8
2006-12-20Add instruction row, and save optionMichael Brown1-17/+58
2006-12-20Clear message on alert row before printing new oneMichael Brown1-0/+1
2006-12-20Added descriptive text for settings and setting types, and display it inMichael Brown1-7/+70
2006-12-20Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown1-6/+4
2006-12-20Alert when saving settings failsMichael Brown1-5/+27
2006-12-20Add (partly-functional) user interface for editing configuration settingsMichael Brown1-0/+285