summaryrefslogtreecommitdiff
path: root/textscreen/guitest.c
AgeCommit message (Expand)Author
2006-05-23Add input box widget, and include in guitest.Simon Howard
2006-05-23Add actions demonstration to guitest.Simon Howard
2006-05-22Updated GUI test which demonstrates signals used to update a label.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-22Add a signals architecture to allow callbacks on GUI events.Simon Howard
2006-05-21Add radio button class.Simon Howard
2006-05-20Updated guitest.Simon Howard
2006-05-20Add main loop function and forward key presses to widgets.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