summaryrefslogtreecommitdiff
path: root/textscreen/txt_spinctrl.c
AgeCommit message (Expand)Author
2012-03-04Remove some calls to TXT_FGColor by using the new TXT_SaveColors systemSimon Howard
2012-03-01Rework the way that window background colors are set, and change theSimon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2007-01-05Clear the current value when entering a new value in number input boxes.Simon Howard
2006-10-11Shut up compiler warningsSimon Howard
2006-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
2006-09-24Use proper arrow characters on spin controls and change their color.Simon Howard
2006-09-22Add the ability to type in values for spin controls, like with normalSimon Howard
2006-09-21Fix some warnings in textscreen code.Simon Howard
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-20Add spin control widget.Simon Howard