wordblah.git
2020-05-22 HarishankarMinor change: Added constant for strings master
2020-05-12 HarishankarImplemented encryption to obfuscate the grid in puzzle... 0.3a
2020-05-11 HarishankarFixed URL in license
2020-05-11 HarishankarFixed license
2020-05-11 HarishankarFixed the License in the About box to correct license
2020-05-11 HarishankarMinor fix to compiling with gcc and gcc related warning 0.2a
2020-05-11 HarishankarUpdated the README.html file 0.1a
2020-05-11 HarishankarMerge branch 'master' of iniz:/home/hari/repos/wordblah
2020-05-11 HarishankarAdded README.html file
2020-05-11 HarishankarAdded README.html file
2020-05-11 HarishankarAdded LICENSE.txt for licensing under 3 clause BSD...
2020-05-11 HarishankarFixed error handling for loading puzzle or grid state
2020-05-11 HarishankarCheck for invalid puzzle file added
2020-05-10 HarishankarChanged the encoding function to use the OpenSSL EVP_En...
2020-05-09 HarishankarRenamed the project to Wordblah from wordblox
2020-05-09 HarishankarSave and load grid state functionality implemented
2020-05-08 HarishankarSeparate solution password implemented
2020-05-06 HarishankarReveal solution functionality completed
2020-05-06 HarishankarEnhanced word entry and grid movement in puzzle player
2020-05-05 HarishankarFixed bug in hashing and represented hash as a hexadecimal
2020-05-05 HarishankarChanged encryption to use OpenSSL crypto message digest
2020-05-04 HarishankarFunctionality for keyboard and mouse in puzzle area
2020-05-04 HarishankarWork on puzzle grid in player
2020-05-03 HarishankarRendered the grid in player and also fixed bug in save...
2020-05-03 HarishankarContinue work on the GUI - added code for drawing
2020-05-02 HarishankarStarted work on the GUI for the wordblox player
2020-05-02 HarishankarImplemented GZIP functionality for the data file
2020-05-01 HarishankarPassword protect functionality and also changed file...
2020-04-30 HarishankarExport clues to Text file completed
2020-04-30 HarishankarAdded Puzzle export as PNG image
2020-04-29 HarishankarCompleted the clues across and down functionality
2020-04-29 HarishankarAdded freeze/unfreeze grid functionality
2020-04-29 HarishankarFirst commit