summaryrefslogtreecommitdiff
path: root/textscreen
AgeCommit message (Expand)Author
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
2006-05-23Add actions demonstration to guitest.Simon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
2006-05-23Eat keypresses when pressing buttons.Simon Howard
2006-05-23Add TXT_GetKeyDescription() to provide descriptions of key codes.Simon Howard
2006-05-22Updated GUI test which demonstrates signals used to update a label.Simon Howard
2006-05-22Add TXT_SetLabel() function to set the label value.Simon Howard
2006-05-22CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.Simon Howard
2006-05-22Add casting macros to allow for easy casts between types.Simon Howard
2006-05-22More signals to detect when checkboxes/radiobuttons are changed.Simon Howard
2006-05-22Add a signals architecture to allow callbacks on GUI events.Simon Howard
2006-05-21Reformat source files in Makefile.am.Simon Howard
2006-05-21Add radio button class.Simon Howard
2006-05-21Initialise the table selection on table creation.Simon Howard
2006-05-21Always select a valid widget in a table before drawing the table.Simon Howard
2006-05-20Add missing free() call.Simon Howard
2006-05-20Updated guitest.Simon Howard
2006-05-20Add label class.Simon Howard
2006-05-20Make all windows be tables with one column.Simon Howard
2006-05-20Add table class. Allow widgets with heights of more than one line.Simon Howard
2006-05-20Checkbox classSimon Howard
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
2006-05-20Clip windows against the workspace boundaries.Simon Howard
2006-05-20Add selectable and visible properties to widgets. Allow the position ofSimon Howard
2006-05-19Split off text mode gui desktop code into a separate file. Rename someSimon Howard
2006-05-18Add TXT_SetDesktopTitle()Simon Howard
2006-05-18Make TXT_AddWidget take a NULL pointer so different widget types canSimon Howard
2006-05-18Initial working text-mode GUI framework.Simon Howard
2006-01-14Change the format of color commands. Reorganise the waiting dialog.Simon Howard
2006-01-13Add text-mode I/O functions.Simon Howard
2006-01-13Textscreen getchar() function; remove SDL code from I_Endoom.Simon Howard
2005-10-09Handle blinking text in ENDOOM lumps properly.Simon Howard