summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.h
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2009-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon Howard
2009-03-08Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tagsSimon Howard
2009-03-07Add documentation for high-level textscreen functions.Simon Howard
2009-01-30Fix layout of widgets within scroll panes. Scroll scroll panes inSimon Howard
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
2006-09-26Add TXT_AddWidgets for adding multiple widgets to a table.Simon Howard
2006-09-24Convenience function for creating a horizontal box.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add TXT_SelectWidget function to select a widget in a table,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-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