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
/
examples
Age
Commit message (
Expand
)
Author
2010-02-05
Merge from trunk.
Simon Howard
2010-01-27
Add tags files to svn:ignore properties.
Simon Howard
2009-06-11
Fix wince include. Use top_builddir instead of .. where appropriate.
Simon Howard
2009-05-01
Add copyright headers to textscreen examples.
Simon Howard
2009-01-30
Fix layout of widgets within scroll panes. Scroll scroll panes in
Simon Howard
2009-01-29
Shrink text box slightly.
Simon Howard
2009-01-29
Add scrollable pane widget to textscreen library.
Simon Howard
2008-12-09
Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
Simon Howard
2007-06-09
Add *.exe to svn:ignore.
Simon Howard
2007-02-24
Fix library ordering for libtextscreen.a; fixes windows compile.
Simon Howard
2007-01-06
Set svn:ignore properties on directories.
Simon Howard
2006-10-24
Shut up compiler warnings.
Simon Howard
2006-10-24
Detect failures to initialise textscreen library and bomb out with an
Simon Howard
2006-09-26
Add TXT_NewButton2 for creating a button with a callback (for convenience).
Simon Howard
2006-09-25
Make examples call TXT_Shutdown before quit.
Simon Howard
2006-09-20
Add spin control widget.
Simon Howard
2006-09-19
Fix textscreen warnings.
Simon Howard
2006-09-09
Add command line arguments to main() in textscreen examples.
Simon Howard
2006-08-31
Center the calculator in the window.
Simon Howard
2006-06-20
Always add a bit of padding inside windows (removes the need to add padding
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-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-24
Move textscreen GUI demos into an examples/ subdir.
Simon Howard