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
2016-01-04
Fix typos in #pragma FL_PORTING.
Albrecht Schlosser
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2014-04-27
Fix STR#3063: compilation using Mac OS 10.4
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-28
Fixed more Copyright to 2010.
Matthias Melcher
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