summaryrefslogtreecommitdiff
path: root/test/blocks.cxx
AgeCommit message (Expand)Author
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-02-26Fix Visual Studio build warningsAlbrecht Schlosser
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2022-01-01Tweak blocks game to use higher update rates and slightly larger window.Michael R Sweet
2021-11-16Fix remaining VS compiler warnings in test programsAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-12-29Remove obsolete condition to make static analysis happy.Matthias Melcher
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-07-25Fix blocks demo keyboard handling, add new shortcut.Albrecht Schlosser
2017-07-25Fix test/blocks "runaway timer" bug.Albrecht Schlosser
2017-07-25test/blocks: improve timer test code.Albrecht Schlosser
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-04-27Fix STR#3063: compilation using Mac OS 10.4Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed more Copyright to 2010.Matthias Melcher
2010-03-10Removed remaining 'deprecated function' warnings for XcodeMatthias Melcher
2007-11-19Fixed some typos and some funny language (my own) in the documentation of the...Matthias Melcher
2007-05-20On OS X: disable all 'deprecated' warnings to be able to see the really impor...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-20Missing underscore in previous commit.Matthias Melcher
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-26Don't accept clicks when paused.Michael R Sweet
2006-08-26Tweak the blocks game some more, and fix the coding style to conform to theMichael R Sweet
2006-08-26Workaround HP-UX compiler bug by making Blocks and Columns structures public.Michael R Sweet
2006-08-25Added Blocks to the VC6 project file and set dependencies.Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet