aboutsummaryrefslogtreecommitdiff
path: root/src/hci/tui/settings_ui.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03[settings] Use generic jump scrolling abstractionMichael Brown1-196/+155
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 Brown1-13/+1
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[settings] Hide cursor when not actively editing a settingMichael Brown1-0/+2
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
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-06-27[ui] Allow colours to be configured via config/colour.hChristian Hesse1-5/+6
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 Brown1-1/+1
2011-03-07[console] Add a timeout parameter to getkey()Michael Brown1-1/+1
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 Brown1-5/+5
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
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[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