aboutsummaryrefslogtreecommitdiff
path: root/src/hci/mucurses/widgets/editbox.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[hci] Draw all widgets on the standard screenMichael Brown1-7/+4
2024-05-15[hci] Provide a general concept of a text widget setMichael Brown1-33/+32
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown1-7/+7
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-03-30[readline] Add init_editstring() wrapper functionMichael Brown1-2/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-17[editbox] Allow for password widgets that do not display their contentsMichael Brown1-3/+8
2006-12-20Fix (hopefully) the scrolling logicMichael Brown1-11/+11
2006-12-20Don't automatically redraw the edit box; this allows better inheritance.Michael Brown1-19/+0
2006-12-20Editable text box widget based on mucurses and edit_string.Michael Brown1-0/+115