Minor change: Added constant for strings
[wordblah.git] / wordblox.h
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 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