summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
AgeCommit message (Collapse)Author
2013-07-12Adds an embeded application icon,Stijn Buys
updates the TODO list.
2013-07-12Clear the current filename when using Game->New,Stijn Buys
Updates the TODO list.
2013-07-12Removes sidebar buttons,Stijn Buys
adds current filename to the window title, adds a Move -> Guess option to the menu bar, adds messageboxes to the Step, Guess and Validate actions.
2013-04-26Updated user interface.Stijn Buys
2013-04-26Added brute-force search algorithm.Stijn Buys
2013-04-18Added ui menus, added solve() method.Stijn Buys
2012-06-05Added solverwindow and sidebar buttons,Stijn Buys
added Sudoku value container class.
2012-06-05Initial import,Stijn Buys
added automake project files, application framework, initial sudoku widget