summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-08Updated the README, changed the build system to use Qt 5.Stijn Buys
2013-08-03Adds an option to mark cells with a unique solution.Stijn Buys
2013-07-18Solves a bug where the overwrite file warning shows the wrong filename,Stijn Buys
2013-07-13Cleaned up message boxes,Stijn Buys
2013-07-13Adds the files containing the Settings class.Stijn Buys
2013-07-13Adds a settings class, use APPDATA/Sudoku Solver as homedir on win32, renames...Stijn Buys
2013-07-13Adds a windows EXE icon.Stijn Buys
2013-07-13Added multiple resolutions to the windows icon.Stijn Buys
2013-07-13Adds a status bar.Stijn Buys
2013-07-12Updates documentation,Stijn Buys
2013-07-12Renames the resulting binary to 'sudokusolver', updates the README accordingly,Stijn Buys
2013-07-12Use qrand() instead of random().Stijn Buys
2013-07-12Removes empty lines.Stijn Buys
2013-07-12Set PACKAGE_NAME and PACKAGE_VERSION from the configure script and use PACKAG...Stijn Buys
2013-07-12Removes the revertstate, as it is no longer being used,Stijn Buys
2013-07-12Cleans up user interface actions and message boxes.Stijn Buys
2013-07-12Adds a PNG version of the embedded icon.Stijn Buys
2013-07-12Adds an embeded application icon,Stijn Buys
2013-07-12Clear the current filename when using Game->New,Stijn Buys
2013-07-12Removes sidebar buttons,Stijn Buys
2013-04-26Removed solver debug output.Stijn Buys
2013-04-26Updated user interface.Stijn Buys
2013-04-26Corrected a major mistake in the brute-force solver.Stijn Buys
2013-04-26Added brute-force search algorithm.Stijn Buys
2013-04-18Added ui menus, added solve() method.Stijn Buys
2013-04-10during the reset phase, mark cells without valid solutions as invalid()Stijn Buys
2012-09-30Added validity test, API cleanup.Stijn Buys
2012-09-30Renamed the resulting binary to 'sudoku'.Stijn Buys
2012-08-05Added revert button.Stijn Buys
2012-08-05Added comments.Stijn Buys
2012-08-05Manage cell widget geometry manually and removed the grid layout,Stijn Buys
2012-08-04Rnamed validate() functions to reset(),Stijn Buys
2012-07-29Debug-report number of solved cells in each step.Stijn Buys
2012-07-25Added initial coverage solver.Stijn Buys
2012-06-15Integrated Cell class, minor refactoring.Stijn Buys
2012-06-15Added Cell class.Stijn Buys
2012-06-06Added unique solution step solver.Stijn Buys
2012-06-05Improved format of saved files.Stijn Buys
2012-06-05Implemented load, save and clear functionality.Stijn Buys
2012-06-05Added solverwindow and sidebar buttons,Stijn Buys
2012-06-05Initial import,Stijn Buys