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_sdl.c
Age
Commit message (
Expand
)
Author
2015-04-10
Strip out SDL_VERSION_ATLEAST #ifdef conditionals.
Simon Howard
2015-03-29
textscreen: Remove screen size-based font selection.
Simon Howard
2014-05-05
Clean up file headers.
Simon Howard
2014-04-12
textscreen: Init screen at native bit depth.
Simon Howard
2014-04-01
misc: Fix safe vsnprintf() function.
Simon Howard
2014-04-01
textscreen: Use safe string functions.
Simon Howard
2014-03-28
textscreen: Add label for PrintScreen key.
Simon Howard
2014-03-27
Define a keyboard scan code for PrintScreen.
Simon Howard
2013-10-28
Merge from trunk.
Simon Howard
2013-10-28
Use system DPI setting on Windows to determine whether to use the large
Simon Howard
2013-10-28
Merge from trunk.
Simon Howard
2013-10-28
Determine which textscreen font to use by looking at the current desktop
Simon Howard
2013-08-11
Remove Windows CE support.
Simon Howard
2012-12-14
Merge from trunk.
Simon Howard
2012-11-18
Add high-resolution font for textscreen.
Simon Howard
2012-10-28
Merge from trunk.
Simon Howard
2012-02-03
Support Unicode input by mapping typed Unicode characters >= 128 up into
Simon Howard
2011-10-23
Merge from trunk.
Simon Howard
2011-10-23
Fix numeric keypad when entering values in text boxes (thanks Twelve).
Simon Howard
2011-10-13
Fix crash when calling TXT_Shutdown twice.
Simon Howard
2011-06-13
Merge from trunk.
Simon Howard
2011-04-11
Allow the shift key to be held down when changing key/mouse/joystick
Simon Howard
2011-04-04
Change the background color when hovering over widgets.
Simon Howard
2011-02-12
Merge from trunk.
Simon Howard
2011-02-05
Fix bug with libtextscreen where it was not possible to type a '+'
Simon Howard
2010-12-10
Merge from trunk. This is slightly out of date as I did the merge
Simon Howard
2010-12-05
Allow textscreen font to be overridden using the TEXTSCREEN_FONT command
Simon Howard
2010-02-05
Merge from trunk.
Simon Howard
2009-12-12
Fix textscreen black border bug.
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-11-05
Perform bounds checking on values passed to TXT_UpdateScreenArea() to
Simon Howard
2009-10-26
Initial hacks for compiling under SDL 1.3.
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2009-09-20
Use "const char" in libtextscreen where appropriate (thanks entryway).
Simon Howard
2009-06-12
Merge from trunk.
Simon Howard
2009-06-11
Grab the input in setup when reading a new key binding, so that Windows
Simon Howard
2009-06-09
Merge from trunk.
Simon Howard
2009-06-07
Catch errors when initialising SDL. Use the small textscreen font by
Simon Howard
2009-05-14
Merge from trunk. Note that src/i_sdlsound.c has not yet been merged as
Simon Howard
2009-04-23
Oops.
Simon Howard
2009-04-23
Add small textscreen font for low resolution displays, based on the
Simon Howard
2008-12-02
Use the hardware palette for textscreen and Hexen graphical startup.
Simon Howard
2008-02-28
Add fixes for MSVC warnings (thanks entryway).
Simon Howard
2007-10-18
#define inline to _inline in MSVC.
Simon Howard
2007-07-29
Allow more than the standard three mouse buttons to be defined through
Simon Howard
2007-07-08
Make the numeric keypad behave like Vanilla does.
Simon Howard
2007-06-04
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
Simon Howard