summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
AgeCommit message (Collapse)Author
2013-08-03Adds an option to mark cells with a unique solution.Stijn Buys
2013-07-13Adds a status bar.Stijn Buys
2013-07-12Set PACKAGE_NAME and PACKAGE_VERSION from the configure script and use ↵Stijn Buys
PACKAGE_NAME in the application window title, adds Help -> About, defines color constants and marks invalid input.
2013-07-12Cleans up user interface actions and message boxes.Stijn Buys
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