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
Age
Commit message (
Expand
)
Author
2006-05-23
Add actions demonstration to guitest.
Simon Howard
2006-05-23
Add window action class for action area labels at the bottom of windows.
Simon Howard
2006-05-23
Eat keypresses when pressing buttons.
Simon Howard
2006-05-23
Add TXT_GetKeyDescription() to provide descriptions of key codes.
Simon Howard
2006-05-22
Updated GUI test which demonstrates signals used to update a label.
Simon Howard
2006-05-22
Add TXT_SetLabel() function to set the label value.
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
More signals to detect when checkboxes/radiobuttons are changed.
Simon Howard
2006-05-22
Add a signals architecture to allow callbacks on GUI events.
Simon Howard
2006-05-21
Reformat source files in Makefile.am.
Simon Howard
2006-05-21
Add radio button class.
Simon Howard
2006-05-21
Initialise the table selection on table creation.
Simon Howard
2006-05-21
Always select a valid widget in a table before drawing the table.
Simon Howard
2006-05-20
Add missing free() call.
Simon Howard
2006-05-20
Updated guitest.
Simon Howard
2006-05-20
Add label class.
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
Checkbox class
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-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
2006-01-14
Change the format of color commands. Reorganise the waiting dialog.
Simon Howard
2006-01-13
Add text-mode I/O functions.
Simon Howard
2006-01-13
Textscreen getchar() function; remove SDL code from I_Endoom.
Simon Howard
2005-10-09
Handle blinking text in ENDOOM lumps properly.
Simon Howard
2005-10-09
Cannot do arithmetic on void pointers in standard C
Simon Howard
2005-10-02
Text mode emulation code
Simon Howard
[prev]