index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textscreen
/
txt_desktop.c
Age
Commit message (
Expand
)
Author
2014-11-27
textscreen: Exit immediately when all windows close.
Simon Howard
2014-05-05
Clean up file headers.
Simon Howard
2014-04-01
textscreen: Use safe string functions.
Simon Howard
2013-08-31
Add textscreen functions to raise and lower windows.
Simon Howard
2011-10-23
Merge from trunk.
Simon Howard
2011-10-23
Rework textscreen focus handling so that input boxes will stop editing
Simon Howard
2011-09-18
Hook query code into setup tool, and add search results window.
Simon Howard
2011-04-04
Change the background color when hovering over widgets.
Simon Howard
2009-09-20
Use "const char" in libtextscreen where appropriate (thanks entryway).
Simon Howard
2009-05-05
Better ASCII chart.
Simon Howard
2007-06-04
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
Simon Howard
2007-05-24
Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so that
Simon Howard
2006-10-23
Stackable clip areas (useful for a future implementation of scrollable
Simon Howard
2006-09-24
Debug code for drawing an ASCII chart.
Simon Howard
2006-09-19
Fix textscreen warnings.
Simon Howard
2006-08-31
Add missing copyright notices to textscreen and setup files.
Simon Howard
2006-08-31
Exit the main loop automatically after all windows are closed
Simon Howard
2006-06-20
Always add a bit of padding inside windows (removes the need to add padding
Simon Howard
2006-05-23
Add a default action to close windows when escape is pressed. Do not
Simon Howard
2006-05-20
Add main loop function and forward key presses to widgets.
Simon Howard
2006-05-19
Split off text mode gui desktop code into a separate file. Rename some
Simon Howard