summaryrefslogtreecommitdiff
path: root/test/sudoku.cxx
AgeCommit message (Expand)Author
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
2005-12-06Add sound design notes.Michael R Sweet
2005-12-06Use <FL/math.h> since Windows doesn't define M_PI.Michael R Sweet
2005-12-06More sound effects, drop solution dialog (green tiles mean solved...)Michael R Sweet
2005-12-05Ignore keypresses with FL_CTRL modifier so that menubar can process them.Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-12-04When checking a solution, ignore readonly cells and set color of correctMichael R Sweet
2005-12-02Add "restart game" item and save random number seed.Michael R Sweet
2005-12-02Fix help (no more subgrid highlighting)Michael R Sweet
2005-12-02Use CAPS LOCK as shift lock.Michael R Sweet
2005-12-02Allow multiple solutions to solve the puzzle.Michael R Sweet
2005-11-29Update help and add support for keypad numbers.Michael R Sweet
2005-11-27Update dependencies.Michael R Sweet
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-27More improvements to game board generator.Michael R Sweet
2005-11-26Fix up new game code to expose at least one of every number in each axisMichael R Sweet
2005-11-26Better game generation, fix test slot usage.Michael R Sweet
2005-11-26Support up to 8 test slots and check for solution after every changeMichael R Sweet
2005-11-26Mousewheel fixes.Michael R Sweet
2005-11-25Add "test" numbers in the corners and add more levels of difficulty.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet