summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-18 20:52:33 +0000
committerStijn Buys <ingar@osirion.org>2013-07-18 20:52:33 +0000
commit850441d72ad73e6bcf3570e3f62287c28eaead31 (patch)
tree7d6fabb8b2caff0a906dfbe952248f74ef2c93fc /TODO
parent46ad6cc7c4be62c1c3971f56d4d6b09fc26f08c4 (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--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index b0e56bf..5246be3 100644
--- a/TODO
+++ b/TODO
@@ -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)