diff options
author | Stijn Buys <ingar@osirion.org> | 2013-07-18 20:52:33 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-07-18 20:52:33 +0000 |
commit | 850441d72ad73e6bcf3570e3f62287c28eaead31 (patch) | |
tree | 7d6fabb8b2caff0a906dfbe952248f74ef2c93fc /TODO | |
parent | 46ad6cc7c4be62c1c3971f56d4d6b09fc26f08c4 (diff) |
Solves a bug where the overwrite file warning shows the wrong filename,
adds a visual indication if a sudoku grid has been solved.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ SUDOKU SOLVER - TODO + - Add generation choices to Game->New (Empty, easy, medium, hard) - Add Game->Settings (colors, homepath) - + - Add Undo/Redo + + - [SOLVED] Save As overwrite warning still shows the original filename - [SOLVED] Disable the built-in 'overwrite' warning in the Save As dialog, use the same warning for Save and Save As. - [SOLVED] Have the Move->Validate option tell if the sudoku can be solved through constrains, full search, or not at all - [SOLVED] Fix homedir business on WIN32 (uses Application data) |