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_window.c
Age
Commit message (
Expand
)
Author
2012-10-28
Merge from trunk.
Simon Howard
2012-03-01
Rework the way that window background colors are set, and change the
Simon Howard
2011-10-23
Merge from trunk.
Simon Howard
2011-10-23
Fix crash when closing a window.
Simon Howard
2011-10-23
Rework textscreen focus handling so that input boxes will stop editing
Simon Howard
2011-09-20
Add TXT_MessageBox convenience function.
Simon Howard
2011-04-09
Fix action area minimum width calculation.
Simon Howard
2011-04-04
Fix crash.
Simon Howard
2011-04-04
Change the background color when hovering over widgets.
Simon Howard
2010-12-10
Change alignment of actions in a window's action area so that there is
Simon Howard
2007-07-29
Allow more than the standard three mouse buttons to be defined through
Simon Howard
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