summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-04-04Fix crash.Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2009-08-27Allow PGUP/PGDN to scroll up and down in scroll panes (thanksSimon 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-10-11Shut up compiler warningsSimon 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-09-21Fix some warnings in textscreen code.Simon Howard
2006-09-19Fix textscreen warnings.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-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-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-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
2006-05-25Allow NULL to be added to tables to specify a spacer (empty cell).Simon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. 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-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-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