summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
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
2011-04-04Fix crash.Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2011-03-27Scroll faster in reaction to the scroll wheel.Simon Howard
2011-03-22Switch separator to show "screen mode" or "window size" depending onSimon Howard
2011-03-22Fix scrollbars so that clicks scroll the pane to a location that matchesSimon Howard
2011-02-12Merge from trunk.Simon Howard
2011-02-05Fix bug with libtextscreen where it was not possible to type a '+'Simon Howard
2011-01-31When large numbers of screen resolutions are detected, increase theSimon Howard
2010-12-10Merge from trunk.Simon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
2010-12-10Change alignment of actions in a window's action area so that there isSimon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2010-12-05Allow textscreen font to be overridden using the TEXTSCREEN_FONT commandSimon Howard
2010-04-30Merge from trunk.Simon Howard