summaryrefslogtreecommitdiff
path: root/textscreen/txt_inputbox.h
AgeCommit message (Collapse)Author
2014-04-01textscreen: Use safe string functions.Simon Howard
Define TXT_{StringCopy,StringConcat,snprintf,vsnprintf} as analogs of the m_misc.c versions so that the textscreen library does not need a dependency on the Doom code, and change all textscreen code to use these instead of unsafe functions. This fixes #372.
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-21Fix some warnings in textscreen code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 645
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-05-23Add input box widget, and include in guitest.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 520