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