summaryrefslogtreecommitdiff
path: root/textscreen/txt_desktop.c
AgeCommit message (Expand)Author
2013-08-31Add textscreen functions to raise and lower windows.Simon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
2009-05-05Better ASCII chart.Simon Howard
2007-06-04Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific APISimon Howard
2007-05-24Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so thatSimon Howard
2006-10-23Stackable clip areas (useful for a future implementation of scrollableSimon Howard
2006-09-24Debug code for drawing an ASCII chart.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Exit the main loop automatically after all windows are closedSimon Howard
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
2006-05-23Add a default action to close windows when escape is pressed. Do notSimon Howard
2006-05-20Add main loop function and forward key presses to widgets.Simon Howard
2006-05-19Split off text mode gui desktop code into a separate file. Rename someSimon Howard