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_button.c
Age
Commit message (
Expand
)
Author
2010-12-10
Replace txt_widget_t#selectable with a callback function to query
Simon Howard
2006-09-26
Add TXT_NewButton2 for creating a button with a callback (for convenience).
Simon Howard
2006-09-21
Use NULL for initialising pointers rather than 0.
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-09-19
Fix textscreen warnings.
Simon Howard
2006-09-18
Add function to set button label.
Simon Howard
2006-08-31
Add missing copyright notices to textscreen and setup files.
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 mouse button presses on widgets actually do useful things
Simon Howard
2006-06-02
textscreen: Rejig how the entire drawing process works. Add a recursive
Simon Howard
2006-05-23
Fix compiler warnings caused by missing includes.
Simon Howard
2006-05-23
Eat keypresses when pressing buttons.
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 missing free() call.
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
Clip windows against the workspace boundaries.
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