summaryrefslogtreecommitdiff
path: root/textscreen/txt_sdl.c
AgeCommit message (Expand)Author
2012-11-18Add high-resolution font for textscreen.Simon Howard
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard
2011-04-11Allow the shift key to be held down when changing key/mouse/joystickSimon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2011-02-05Fix bug with libtextscreen where it was not possible to type a '+'Simon Howard
2010-12-05Allow textscreen font to be overridden using the TEXTSCREEN_FONT commandSimon Howard
2009-12-12Fix textscreen black border bug.Simon Howard
2009-11-05Perform bounds checking on values passed to TXT_UpdateScreenArea() toSimon Howard
2009-10-26Initial hacks for compiling under SDL 1.3.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-07Catch errors when initialising SDL. Use the small textscreen font bySimon Howard
2009-04-23Oops.Simon Howard
2009-04-23Add small textscreen font for low resolution displays, based on theSimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2007-10-18#define inline to _inline in MSVC.Simon Howard
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
2007-06-04Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific APISimon Howard