Age | Commit message (Expand) | Author |
2006-10-11 | Shut up compiler warnings | Simon Howard |
2006-09-21 | Rename Accept to Select. | Simon Howard |
2006-09-21 | Fix some warnings in textscreen code. | Simon Howard |
2006-09-19 | Fix textscreen warnings. | Simon Howard |
2006-09-19 | 'widgets' variable was used uninitialised. For some reason this didn't | Simon Howard |
2006-08-31 | Add missing copyright notices to textscreen and setup files. | Simon Howard |
2006-08-31 | Add window listener functions to allow spying on keys and mouse buttons | Simon Howard |
2006-06-20 | Always add a bit of padding inside windows (removes the need to add padding | Simon Howard |
2006-06-02 | Make clicking on "accept" action buttons send enter keypresses to the window. | Simon Howard |
2006-06-02 | Make mouse button presses on widgets actually do useful things | Simon Howard |
2006-06-02 | Add utility functions to create "Abort" and "Accept" window actions | Simon Howard |
2006-06-02 | Draw the bottom separator in windows at the full window width. | Simon Howard |
2006-06-02 | textscreen: Rejig how the entire drawing process works. Add a recursive | Simon Howard |
2006-05-23 | Add a default action to close windows when escape is pressed. Do not | Simon Howard |
2006-05-23 | Add window action class for action area labels at the bottom of windows. | Simon Howard |
2006-05-20 | Make all windows be tables with one column. | Simon Howard |
2006-05-20 | Add table class. Allow widgets with heights of more than one line. | Simon Howard |
2006-05-20 | Add main loop function and forward key presses to widgets. | Simon Howard |
2006-05-20 | Add selectable and visible properties to widgets. Allow the position of | Simon Howard |
2006-05-19 | Split off text mode gui desktop code into a separate file. Rename some | Simon Howard |
2006-05-18 | Add TXT_SetDesktopTitle() | Simon Howard |
2006-05-18 | Make TXT_AddWidget take a NULL pointer so different widget types can | Simon Howard |
2006-05-18 | Initial working text-mode GUI framework. | Simon Howard |