index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
blocks.cxx
Age
Commit message (
Expand
)
Author
2010-03-10
Removed remaining 'deprecated function' warnings for Xcode
Matthias Melcher
2007-11-19
Fixed some typos and some funny language (my own) in the documentation of the...
Matthias Melcher
2007-05-20
On OS X: disable all 'deprecated' warnings to be able to see the really impor...
Matthias Melcher
2007-05-20
Fix compiler warnings/errors.
Michael R Sweet
2007-05-20
Missing underscore in previous commit.
Matthias Melcher
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2006-08-28
Fix blocks crashes on WIN32 - audio buffer too small
Michael R Sweet
2006-08-26
Don't accept clicks when paused.
Michael R Sweet
2006-08-26
Tweak the blocks game some more, and fix the coding style to conform to the
Michael R Sweet
2006-08-26
Workaround HP-UX compiler bug by making Blocks and Columns structures public.
Michael R Sweet
2006-08-25
Added Blocks to the VC6 project file and set dependencies.
Matthias Melcher
2006-08-25
Do some rearranging of image and desktop support files.
Michael R Sweet