summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
2006-09-22Add the ability to type in values for spin controls, like with normalSimon Howard
2006-09-21Rename Accept to Select.Simon Howard
2006-09-21Fix some warnings in textscreen code.Simon Howard
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-20Add spin control widget.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-09-19'widgets' variable was used uninitialised. For some reason this didn't Simon Howard
2006-09-19Check column is valid when finding a selectable column. Fixes weirdSimon Howard
2006-09-18Fix TXT_SelectWidgets with NULL spacers.Simon Howard
2006-09-18Add function to set button label.Simon Howard
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
2006-09-09Add command line arguments to main() in textscreen examples.Simon Howard
2006-09-09Include SDL.h in the textscreen headers; the SDL headers need to be Simon Howard
2006-09-09Add reference counts on callback tables so that if a callback destroysSimon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add dropdown listbox widgetSimon Howard
2006-08-31Exit the main loop automatically after all windows are closedSimon Howard
2006-08-31Add window listener functions to allow spying on keys and mouse buttonsSimon Howard
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard
2006-08-31Center the calculator in the window.Simon Howard
2006-08-31Add TXT_SelectWidget function to select a widget in a table,Simon Howard
2006-08-31Allow multiple callbacks for the same signal on widgetsSimon Howard
2006-08-31Initialise string input boxes to not editingSimon Howard
2006-08-31More efficient TXT_Sleep function that puts the textscreen code to sleepSimon Howard
2006-06-29Add inverted checkboxes (tick in box when value is false)Simon Howard
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
2006-06-02Add utility functions to create "Abort" and "Accept" window actionsSimon Howard
2006-06-02Draw the bottom separator in windows at the full window width.Simon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-29Add ability to make widgets right aligned or centered within tables.Simon Howard
2006-05-29Convert calculator example to strutsSimon Howard
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
2006-05-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
2006-05-29Shut up compiler warnings.Simon Howard
2006-05-29Add strut class to allow table column width to be forced.Simon Howard
2006-05-26Add key description for spacebar.Simon Howard
2006-05-25Allow NULL to be added to tables to specify a spacer (empty cell).Simon Howard
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
2006-05-25Allow the fg/bg colors to be set on labels.Simon Howard
2006-05-25Build textscreen/ before textscreen/examples/Simon Howard
2006-05-24Move textscreen GUI demos into an examples/ subdir.Simon Howard
2006-05-24Add small calculator GUI demo.Simon Howard
2006-05-24Only allow digits to be typed in number input boxes.Simon Howard
2006-05-23Add input box widget, and include in guitest.Simon Howard
2006-05-23Make TXT_GetChar return the unicode value of the key pressed. For textSimon Howard
2006-05-23Add a default action to close windows when escape is pressed. Do notSimon Howard
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard