aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses/widgets/editbox.c
Commit message (Expand)AuthorAgeFilesLines
* [hci] Draw all widgets on the standard screenMichael Brown2024-06-181-7/+4
* [hci] Provide a general concept of a text widget setMichael Brown2024-05-151-33/+32
* [hci] Use dynamically allocated buffers for editable stringsMichael Brown2024-04-151-7/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-301-2/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-171-3/+8
* Fix (hopefully) the scrolling logicMichael Brown2006-12-201-11/+11
* Don't automatically redraw the edit box; this allows better inheritance.Michael Brown2006-12-201-19/+0
* Editable text box widget based on mucurses and edit_string.Michael Brown2006-12-201-0/+115