summaryrefslogtreecommitdiff
path: root/textscreen/txt_sdl.c
AgeCommit message (Expand)Author
2015-04-10Strip out SDL_VERSION_ATLEAST #ifdef conditionals.Simon Howard
2015-03-29textscreen: Remove screen size-based font selection.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-12textscreen: Init screen at native bit depth.Simon Howard
2014-04-01misc: Fix safe vsnprintf() function.Simon Howard
2014-04-01textscreen: Use safe string functions.Simon Howard
2014-03-28textscreen: Add label for PrintScreen key.Simon Howard
2014-03-27Define a keyboard scan code for PrintScreen.Simon Howard
2013-10-28Merge from trunk.Simon Howard
2013-10-28Use system DPI setting on Windows to determine whether to use the largeSimon Howard
2013-10-28Merge from trunk.Simon Howard
2013-10-28Determine which textscreen font to use by looking at the current desktopSimon Howard
2013-08-11Remove Windows CE support.Simon Howard
2012-12-14Merge from trunk.Simon Howard
2012-11-18Add high-resolution font for textscreen.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard
2011-10-13Fix crash when calling TXT_Shutdown twice.Simon Howard
2011-06-13Merge from trunk.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-12Merge from trunk.Simon Howard
2011-02-05Fix bug with libtextscreen where it was not possible to type a '+'Simon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
2010-12-05Allow textscreen font to be overridden using the TEXTSCREEN_FONT commandSimon Howard
2010-02-05Merge from trunk.Simon Howard
2009-12-12Fix textscreen black border bug.Simon Howard
2009-11-21Merge from trunk.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-12Merge from trunk.Simon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-09Merge from trunk.Simon Howard
2009-06-07Catch errors when initialising SDL. Use the small textscreen font bySimon Howard
2009-05-14Merge from trunk. Note that src/i_sdlsound.c has not yet been merged asSimon Howard
2009-04-23Oops.Simon Howard
2009-04-23Add small textscreen font for low resolution displays, based on theSimon Howard
2008-12-02Use the hardware palette for textscreen and Hexen graphical startup.Simon 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