Age | Commit message (Expand) | Author |
2006-10-06 | Alternate textscreen palette that fits the Tango desktop guidelines: see | Simon Howard |
2006-09-26 | Add TXT_NewButton2 for creating a button with a callback (for convenience). | Simon Howard |
2006-09-26 | Add TXT_AddWidgets for adding multiple widgets to a table. | Simon Howard |
2006-09-25 | Make examples call TXT_Shutdown before quit. | Simon Howard |
2006-09-24 | Convenience function for creating a horizontal box. | Simon Howard |
2006-09-24 | Debug code for drawing an ASCII chart. | Simon Howard |
2006-09-24 | Use proper arrow characters on spin controls and change their color. | Simon Howard |
2006-09-24 | Fix declaration of TXT_NewWindowSelectAction | Simon Howard |
2006-09-22 | Add the ability to type in values for spin controls, like with normal | Simon Howard |
2006-09-21 | Rename Accept to Select. | 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-20 | Add spin control widget. | Simon Howard |
2006-09-19 | Fix textscreen warnings. | Simon Howard |
2006-09-19 | 'widgets' variable was used uninitialised. For some reason this didn't | Simon Howard |
2006-09-19 | Check column is valid when finding a selectable column. Fixes weird | Simon Howard |
2006-09-18 | Fix TXT_SelectWidgets with NULL spacers. | Simon Howard |
2006-09-18 | Add function to set button label. | Simon Howard |
2006-09-18 | Repeat key presses when the key is held down - thanks to Mad_Mac for this | Simon Howard |
2006-09-09 | Add command line arguments to main() in textscreen examples. | Simon Howard |
2006-09-09 | Include SDL.h in the textscreen headers; the SDL headers need to be | Simon Howard |
2006-09-09 | Add reference counts on callback tables so that if a callback destroys | Simon Howard |
2006-08-31 | Add missing copyright notices to textscreen and setup files. | Simon Howard |
2006-08-31 | Add dropdown listbox widget | Simon Howard |
2006-08-31 | Exit the main loop automatically after all windows are closed | Simon Howard |
2006-08-31 | Add window listener functions to allow spying on keys and mouse buttons | Simon Howard |
2006-08-31 | Change name of escape window actions to 'Close' and add a separate | Simon Howard |
2006-08-31 | Center the calculator in the window. | Simon Howard |
2006-08-31 | Add TXT_SelectWidget function to select a widget in a table, | Simon Howard |
2006-08-31 | Allow multiple callbacks for the same signal on widgets | Simon Howard |
2006-08-31 | Initialise string input boxes to not editing | Simon Howard |
2006-08-31 | More efficient TXT_Sleep function that puts the textscreen code to sleep | Simon Howard |
2006-06-29 | Add inverted checkboxes (tick in box when value is false) | Simon Howard |
2006-06-20 | Always add a bit of padding inside windows (removes the need to add padding | Simon Howard |
2006-06-02 | Make clicking on "accept" action buttons send enter keypresses to the window. | Simon Howard |
2006-06-02 | Make mouse button presses on widgets actually do useful things | Simon Howard |
2006-06-02 | Add utility functions to create "Abort" and "Accept" window actions | Simon Howard |
2006-06-02 | Draw the bottom separator in windows at the full window width. | 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-29 | Convert calculator example to struts | Simon Howard |
2006-05-29 | Add textscreen.h top level header to avoid having to include all txt_* | Simon Howard |
2006-05-29 | Allow struts to force height as well as width. Hide "start game" button | Simon Howard |
2006-05-29 | Shut up compiler warnings. | Simon Howard |
2006-05-29 | Add strut class to allow table column width to be forced. | Simon Howard |
2006-05-26 | Add key description for spacebar. | Simon Howard |
2006-05-25 | Allow NULL to be added to tables to specify a spacer (empty cell). | Simon Howard |
2006-05-25 | Allow the fg/bg colors to be set on labels. | Simon Howard |
2006-05-25 | Allow the fg/bg colors to be set on labels. | Simon Howard |