Age | Commit message (Expand) | Author |
---|---|---|
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 |