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
7 days
macOS: remove code present only to support macOS versions 10.3 and 10.4.
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-02-26
Fix Visual Studio build warnings
Albrecht Schlosser
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-05
Fix whitespace and Makefile dependencies
Albrecht Schlosser
2022-01-01
Tweak blocks game to use higher update rates and slightly larger window.
Michael R Sweet
2021-11-16
Fix remaining VS compiler warnings in test programs
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-12-29
Remove obsolete condition to make static analysis happy.
Matthias Melcher
2018-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
Matthias Melcher
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-07-25
Fix blocks demo keyboard handling, add new shortcut.
Albrecht Schlosser
2017-07-25
Fix test/blocks "runaway timer" bug.
Albrecht Schlosser
2017-07-25
test/blocks: improve timer test code.
Albrecht Schlosser
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