summaryrefslogtreecommitdiff
path: root/textscreen/txt_inputbox.c
AgeCommit message (Expand)Author
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-19Fix textscreen warnings.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Initialise string input boxes to not editingSimon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-24Only allow digits to be typed in number input boxes.Simon Howard
2006-05-23Add input box widget, and include in guitest.Simon Howard