summaryrefslogtreecommitdiff
path: root/textscreen/txt_window_action.h
AgeCommit message (Collapse)Author
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1679
2009-03-08Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tagsSimon Howard
to start of header files so that Doxygen will process them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1451
2009-03-07Add documentation for high-level textscreen functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1449
2006-09-24Fix declaration of TXT_NewWindowSelectActionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 656
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard
'Abort' button creator. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 575
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 554
2006-06-02Add utility functions to create "Abort" and "Accept" window actionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 551
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard
Adjust txt_table_t to expand tables to their maximum width when they only have one column (ensures separators reach the window edges). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 515