Age | Commit message (Expand) | Author |
2014-05-05 | Clean up file headers. | Simon Howard |
2012-03-01 | Rework the way that window background colors are set, and change the | Simon Howard |
2012-02-03 | Upgrade the input box and label widgets to use UTF-8 strings. | Simon Howard |
2011-10-23 | Rework textscreen focus handling so that input boxes will stop editing | Simon Howard |
2011-04-04 | Change the background color when hovering over widgets. | Simon Howard |
2010-12-10 | Replace txt_widget_t#selectable with a callback function to query | Simon Howard |
2006-09-21 | Fix some warnings in textscreen code. | Simon Howard |
2006-09-21 | Use NULL for initialising pointers rather than 0. | Simon Howard |
2006-09-21 | Fix a lot of warnings (for fussy compilers) and one always-true check | Russell Rice |
2006-09-19 | Fix textscreen warnings. | Simon Howard |
2006-08-31 | Add missing copyright notices to textscreen and setup files. | Simon Howard |
2006-06-02 | textscreen: Rejig how the entire drawing process works. Add a recursive | Simon Howard |
2006-05-29 | Add ability to make widgets right aligned or centered within tables. | Simon Howard |
2006-05-25 | Allow the fg/bg colors to be set on labels. | Simon Howard |
2006-05-23 | Fix compiler warnings caused by missing includes. | Simon Howard |
2006-05-22 | Add TXT_SetLabel() function to set the label value. | Simon Howard |
2006-05-22 | CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. | Simon Howard |
2006-05-22 | Add casting macros to allow for easy casts between types. | Simon Howard |
2006-05-22 | Add a signals architecture to allow callbacks on GUI events. | Simon Howard |
2006-05-20 | Add label class. | Simon Howard |