summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-26Documentation cleanup. Added a few interesting examples.HEADmasterStijn Buys
2016-04-08Ported to Qt5.Stijn Buys
2016-04-08Added documentation for the settings menu.Stijn Buys
2016-04-08Added the build/ directory to .gitignore.Stijn Buys
2016-04-08Added .gitignore (thanks to illwieckz)Stijn Buys
2016-04-08Updated the README, changed the build system to use Qt 5.Stijn Buys
2013-08-03Adds an example of a hard to solve sudoku,Stijn Buys
renames the evil example.
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
adds a visual indication if a sudoku grid has been solved.
2013-07-18Added difficult constraint solveable example.Stijn Buys
2013-07-15Added some more examples.Stijn Buys
2013-07-13Cleaned up message boxes,Stijn Buys
unified "Save" and "Save as" overwrite warnings.
2013-07-13Adds the files containing the Settings class.Stijn Buys
2013-07-13Updates the TODO list.Stijn Buys
2013-07-13Adds a settings class, use APPDATA/Sudoku Solver as homedir on win32, ↵Stijn Buys
renames the UNIX homedir to ~/.sudokusolver
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
adds windows icon file.
2013-07-12Updates the automake package name to 'sudokusolver'.Stijn Buys
2013-07-12Renames the resulting binary to 'sudokusolver', updates the README accordingly,Stijn Buys
updates the TODO list.
2013-07-12Use qrand() instead of random().Stijn Buys
2013-07-12Removes empty lines.Stijn Buys
2013-07-12These had to be into the previous commit.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-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
updates the TODO list.
2013-07-12Updates the README.Stijn Buys
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-07-01Added TODO file.Stijn Buys
2013-04-26Updated README.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 example.Stijn Buys
2013-04-26Added examples.Stijn Buys
2013-04-26Corrected a typo in the configure script.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-09-30Added more examples.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
created the visual appereance of an actual sudoku puzzle.
2012-08-04ADded another example from Metro.Stijn Buys