summaryrefslogtreecommitdiff
path: root/textscreen/txt_widget.c
AgeCommit message (Expand)Author
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
2006-09-19Fix textscreen warnings.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-31Allow multiple callbacks for the same signal on widgetsSimon 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-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-20Add table class. Allow widgets with heights of more than one line.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-18Initial working text-mode GUI framework.Simon Howard