summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
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
2012-02-03Fix CP437-Unicode mapping of cedilla character.Simon Howard
2012-02-03Upgrade the input box and label widgets to use UTF-8 strings.Simon Howard
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
2012-02-03Split off UTF-8 code into separate file and add extra functions.Simon Howard
2012-02-02Beginnings of limited textscreen UTF-8 support.Simon Howard
2012-02-02Fix scroll bar behavior (thanks Alexandre Xavier).Simon 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-23Fix crash when closing a window.Simon Howard
2011-10-23Don't save value when destructor is called.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-10-13Fix crash when calling TXT_Shutdown twice.Simon Howard
2011-09-20Don't allow dropdown widget pop-up window to be placed outside theSimon Howard
2011-09-20Add TXT_MessageBox convenience function.Simon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-06-13Merge from trunk.Simon Howard
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
2011-04-11Allow the shift key to be held down when changing key/mouse/joystickSimon Howard
2011-04-09Fix action area minimum width calculation.Simon Howard
2011-04-04Close dropdown list popup windows when clicking outside the window.Simon Howard
2011-04-04Fix crash.Simon Howard