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_widget.h
Age
Commit message (
Expand
)
Author
2014-05-05
Clean up file headers.
Simon Howard
2013-03-31
Fix Doxygen comments.
Simon Howard
2011-10-23
Rework textscreen focus handling so that input boxes will stop editing
Simon Howard
2011-04-04
Change the background color when hovering over widgets.
Simon Howard
2010-12-10
Replace txt_widget_t#selectable with a callback function to query
Simon Howard
2009-09-20
Use "const char" in libtextscreen where appropriate (thanks entryway).
Simon Howard
2009-03-08
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
Simon Howard
2009-03-07
Add documentation for high-level textscreen functions.
Simon Howard
2006-09-21
Fix some warnings in textscreen code.
Simon Howard
2006-08-31
Add missing copyright notices to textscreen and setup files.
Simon Howard
2006-08-31
Add TXT_SelectWidget function to select a widget in a table,
Simon Howard
2006-06-02
textscreen: Rejig how the entire drawing process works. Add a recursive
Simon Howard
2006-05-29
Add ability to make widgets right aligned or centered within tables.
Simon Howard
2006-05-22
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.
Simon Howard
2006-05-22
Add casting macros to allow for easy casts between types.
Simon Howard
2006-05-22
Add a signals architecture to allow callbacks on GUI events.
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-18
Initial working text-mode GUI framework.
Simon Howard