summaryrefslogtreecommitdiffstats
path: root/src/hci/tui/settings_ui.c
Commit message (Expand)AuthorAgeFilesLines
* [settings] Use generic jump scrolling abstractionMichael Brown2015-03-031-196/+155Star
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-111-2/+1Star
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-111-1/+2
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-091-13/+1Star
* [settings] Adapt user interface to fit display sizeMichael Brown2013-12-061-29/+44
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-051-2/+10
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-31/+28Star
* [settings] Hide cursor when not actively editing a settingMichael Brown2013-12-021-0/+2
* [settings] Add support for navigation keys in "config" user interfaceMichael Brown2013-07-151-9/+27
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [ui] Allow colours to be configured via config/colour.hChristian Hesse2012-06-271-5/+6
* [settings] Display "delete" option only for locally-originated settingsMichael Brown2011-03-281-1/+1
* [settings] Refer to online documentation for settings helpMichael Brown2011-03-231-2/+9
* [settings] Match terminology used elsewhereMichael Brown2011-03-231-1/+1
* [settings] Return to first row on navigating to a new settings blockMichael Brown2011-03-231-4/+6
* [settings] Add hierarchy navigation in "config" user interfaceMichael Brown2011-03-231-199/+260
* [settings] Display locally-originated settings in boldMichael Brown2011-03-221-1/+11
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-4/+16
* [settings] Display only applicable settings in "config" user interfaceMichael Brown2011-03-221-10/+18
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-071-1/+1
* [settings] Add setting deletion (Ctrl-D) interfaceGlenn Brown2010-06-251-0/+7
* [settings] Enable jump scroll in config UIGlenn Brown2010-06-251-38/+77
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-5/+5
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-3/+2Star
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+5Star
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-171-1/+1
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-16/+15Star
* [Settings] Add settings hierarchyMichael Brown2008-03-201-5/+5
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-43/+37Star
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-1/+1
* __nonnull changesHolger Lubitz2007-08-201-1/+18
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-0/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-4/+4
* Use getkey() and symbolic key names.Michael Brown2006-12-201-6/+8
* settings_ui() now returns a status code.Michael Brown2006-12-201-4/+8
* Add instruction row, and save optionMichael Brown2006-12-201-17/+58
* Clear message on alert row before printing new oneMichael Brown2006-12-201-0/+1
* Added descriptive text for settings and setting types, and display it inMichael Brown2006-12-201-7/+70
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-6/+4Star
* Alert when saving settings failsMichael Brown2006-12-201-5/+27
* Add (partly-functional) user interface for editing configuration settingsMichael Brown2006-12-201-0/+285