summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
2015-06-07textscreen: Refactor TXT_OpenURL() to simplify.Simon Howard
2015-06-06textscreen: Pass url directly to ShellExecute, snprintf unneededMike Swanson
2015-06-05textscreen: use ShellExecute on Windows to open URLsMike Swanson
2015-06-04textscreen: Tweak to command line to open URL.Simon Howard
2015-04-10Strip out SDL_VERSION_ATLEAST #ifdef conditionals.Simon Howard
2015-04-10Add missing #includes.Simon Howard
2015-04-04textscreen: Add help URL functionality for windows.Simon Howard
2015-03-29textscreen: Remove screen size-based font selection.Simon Howard
2015-02-22Fix mistaken uses of memcpy() on overlapping memory.Simon Howard
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-11-27textscreen: Exit immediately when all windows close.Simon Howard
2014-10-19textscreen: Don't allow input of unprintable characters.Simon Howard
2014-10-14textscreen: Fix use-after-free with mouse press.Simon Howard
2014-08-16Warning fixes (23 remain...)James Haley
2014-05-05Clean up file headers.Simon Howard
2014-04-29textscreen: Fix jump when clicking on scrollbars.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-11-03Merge from trunk.Simon Howard
2013-10-31Change gradient characters of 'large' textscreen font to be directSimon 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-10-20Oops.Simon Howard
2013-10-20Disable file selector dialog on Windows.Simon Howard
2013-09-08Merge from trunk.Simon Howard
2013-09-08Fix file select widget to emit "changed" signal properly. Reset variableSimon Howard
2013-08-31Add textscreen functions to raise and lower windows.Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2013-05-27Remove use of WINAPI macro to fix compile under MSVC.Simon Howard
2013-04-01Correct incorrect doc comment.Simon Howard
2013-04-01Merge from trunk.Simon Howard
2013-03-31Fix Doxygen comments.Simon Howard
2013-03-31Add back call to TXT_Delay to fix OS X freeze.Simon Howard
2013-03-31Allow backspace or delete to clear the contents of an input box.Simon Howard
2013-03-31Don't hog the CPU while waiting for the file selector.Simon Howard
2013-03-31Fix file selector issues with Windows build.Simon Howard
2013-03-31Add file selector widget to textscreen library.Simon Howard
2012-12-24Merge from trunk.Simon Howard
2012-12-23Fix up weird looking '9' character in large font.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-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
2012-02-03Fix crash when typing lots of Unicode characters into a number inputSimon Howard