summaryrefslogtreecommitdiff
path: root/test/sudoku.cxx
AgeCommit message (Expand)Author
7 daysmacOS: remove code present only to support macOS versions 10.3 and 10.4.ManoloFLTK
2024-08-10Fix tabs, trailing spaces, and update dependenciesAlbrecht Schlosser
2024-08-10Fixed warning in Sudoku (unused variable)Matthias Melcher
2024-08-04Add Sudoku undo and redo.Matthias Melcher
2024-08-04Sudoku formatting, hint updates.Matthias Melcher
2024-08-04Fix Sudoku's use of Fl_Sys_Menu->parent().Matthias Melcher
2023-08-16macOS audio is usable with XQuartzManoloFLTK
2023-08-16Allow build of sudoku app with macOS + XQuartzManoloFLTK
2023-08-15Undoing previous changesMatthias Melcher
2023-08-15Lot's of changes, must rethink UI.Matthias Melcher
2023-08-15Missing includesMatthias Melcher
2023-08-15Sudoku into smaller pieces.Matthias Melcher
2023-08-15Random testing and fixing.Matthias Melcher
2023-08-15Removed unused codeMatthias Melcher
2023-08-15Adding generatorMatthias Melcher
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-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-04-19Replace list of excluded platforms by name of chosen platform.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-18Use cross-platform code to set the window icon.ManoloFLTK
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
2016-04-05Fix more compiler warnings.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-10-30Remove Fl::*sleep() method family, as discussed in fltk.coredev.Albrecht Schlosser
2014-05-21Added a new portable sleep API(ABI compatible). Now features a flexible multi...Fabien Costantini
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 Copyright to 2010.Matthias Melcher
2010-03-10Removed remaining 'deprecated function' warnings for XcodeMatthias Melcher
2009-12-21Fixed index for difficulty menu entry - thanks to Manolo Gouy forAlbrecht Schlosser
2009-04-21Most test demos converted to use Fl_Double_Window Greg Ercolano
2009-01-01Cahngad copyrights in 'test'Matthias Melcher
2008-02-26STR 1885: fixed silly bugs in SudokuMatthias Melcher
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-02-08Add "mute sound" option to sudoku game, on request from a user.Michael R Sweet
2007-01-24- Added automated little helpers to Sudoku Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet
2006-08-24Add wording and tweak difficulty levels so that the Easy andMichael R Sweet
2006-08-23 Fixed Sudoku window positioning (STR #1398)Matthias Melcher
2006-02-22Don't increment read-only cells on a multiple-click.Michael R Sweet
2006-01-13Fix compile error.Michael R Sweet
2006-01-13Fix bugs in Sudoku demo:Michael R Sweet
2005-12-14Use 0 instead of NULL in waveOutOpen() call...Michael R Sweet
2005-12-12Fix "restart game" - we aren't saving the seed, and even so we don't getMichael R Sweet
2005-12-09Add WIN32 audio support, and protect against accidental restartsMichael R Sweet
2005-12-08Add OSX audio support to Sudoku (THANK YOU IAN!)Michael R Sweet