diff options
author | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:03:13 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:03:13 +0000 |
commit | b494d943fc6330a3b52f7ec173ffbfeaec654bf1 (patch) | |
tree | fc001c0f6329cb476986d05e9936f424adc0c220 /TODO | |
parent | 1a75aa1c451f0010cac32e0f441a8f1a2e86d961 (diff) |
Renames the resulting binary to 'sudokusolver', updates the README accordingly,
updates the TODO list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,10 @@ -INGAR'S SUDOKU SOLVER - TODO +SUDOKU SOLVER - TODO - Add Game->Settings (colors, homepath) - - Fixed homedir business on WIN32 (e.g. use Aplication data) + - Add status bar + - Fix homedir business on WIN32 (e.g. use Aplication data) + - Add windows exe icon - [SOLVED] Add confirm dialgs on Quit and New - [SOLVED] Remove sidebar buttons @@ -11,4 +13,5 @@ INGAR'S SUDOKU SOLVER - TODO - [SOLVED] Mark invalid input - [SOLVED] Add Help->About - [SOLVED] Incorporate validate() into the menu - - [SOLVED] Incorporate validate() into the menuHave the options in the Move menu call validate() before solving + - [SOLVED] Incorporate validate() into the menu + - [SOLVED] Have the options in the Move menu call validate() before solving |