index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textscreen
/
txt_inputbox.c
Age
Commit message (
Expand
)
Author
2013-03-31
Allow backspace or delete to clear the contents of an input box.
Simon Howard
2013-03-31
Add file selector widget to textscreen library.
Simon Howard
2012-03-04
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system
Simon Howard
2012-02-03
Fix crash when typing lots of Unicode characters into a number input
Simon Howard
2012-02-03
Upgrade the input box and label widgets to use UTF-8 strings.
Simon Howard
2011-10-23
Don't save value when destructor is called.
Simon Howard
2011-10-23
Rework textscreen focus handling so that input boxes will stop editing
Simon Howard
2011-04-04
Change the background color when hovering over widgets.
Simon Howard
2010-12-10
Replace txt_widget_t#selectable with a callback function to query
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2009-05-12
Make txt_inputboxes emit a "changed" signal when their value is changed.
Simon Howard
2007-01-05
Clear the current value when entering a new value in number input boxes.
Simon Howard
2006-09-21
Use NULL for initialising pointers rather than 0.
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-09-19
Fix textscreen warnings.
Simon Howard
2006-08-31
Add missing copyright notices to textscreen and setup files.
Simon Howard
2006-08-31
Initialise string input boxes to not editing
Simon Howard
2006-06-02
Make mouse button presses on widgets actually do useful things
Simon Howard
2006-06-02
textscreen: Rejig how the entire drawing process works. Add a recursive
Simon Howard
2006-05-24
Only allow digits to be typed in number input boxes.
Simon Howard
2006-05-23
Add input box widget, and include in guitest.
Simon Howard