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-08-31
Allow multiple callbacks for the same signal on widgets
Simon Howard
2006-08-31
Initialise string input boxes to not editing
Simon Howard
2006-08-31
More efficient TXT_Sleep function that puts the textscreen code to sleep
Simon Howard
2006-06-29
Add inverted checkboxes (tick in box when value is false)
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-29
Add ability to make widgets right aligned or centered within tables.
Simon Howard
2006-05-29
Convert calculator example to struts
Simon Howard
2006-05-29
Add textscreen.h top level header to avoid having to include all txt_*
Simon Howard
2006-05-29
Allow struts to force height as well as width. Hide "start game" button
Simon Howard
2006-05-29
Shut up compiler warnings.
Simon Howard
2006-05-29
Add strut class to allow table column width to be forced.
Simon Howard
2006-05-26
Add key description for spacebar.
Simon Howard
2006-05-25
Allow NULL to be added to tables to specify a spacer (empty cell).
Simon Howard
2006-05-25
Allow the fg/bg colors to be set on labels.
Simon Howard
2006-05-25
Allow the fg/bg colors to be set on labels.
Simon Howard
2006-05-25
Build textscreen/ before textscreen/examples/
Simon Howard
2006-05-24
Move textscreen GUI demos into an examples/ subdir.
Simon Howard
2006-05-24
Add small calculator GUI demo.
Simon Howard
2006-05-24
Only allow digits to be typed in number input boxes.
Simon Howard
2006-05-23
Add input box widget, and include in guitest.
Simon Howard
2006-05-23
Make TXT_GetChar return the unicode value of the key pressed. For text
Simon Howard
2006-05-23
Add a default action to close windows when escape is pressed. Do not
Simon Howard
2006-05-23
Fix compiler warnings caused by missing includes.
Simon Howard
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
[prev]
[next]