summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
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
2010-04-30Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. AddSimon Howard
2010-02-05Merge from trunk.Simon Howard
2010-01-27Add tags files to svn:ignore properties.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-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon Howard
2009-07-20Remove redundant variable assignment (thanks Quasar/Yagisan)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-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
2009-06-09Merge from trunk.Simon Howard