summaryrefslogtreecommitdiff
path: root/textscreen/examples/calculator.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-01textscreen: Use safe string functions.Simon Howard
2009-05-01Add copyright headers to textscreen examples.Simon Howard
2006-10-24Shut up compiler warnings.Simon Howard
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-09-26Add TXT_NewButton2 for creating a button with a callback (for convenience).Simon Howard
2006-09-25Make examples call TXT_Shutdown before quit.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-09-09Add command line arguments to main() in textscreen examples.Simon Howard
2006-08-31Center the calculator in the window.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-29Shut up compiler warnings.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-24Move textscreen GUI demos into an examples/ subdir.Simon Howard