]> git.cworth.org Git - wordgame/history - rack-fancy.c
Increase the window size a bit
[wordgame] / rack-fancy.c
2007-05-08 Carl WorthIncrease the window size a bit master
2007-05-08 Carl WorthDisplay all unfound, obscure words in blue at the end...
2007-05-08 Carl WorthDon't display slots for target words less than 5 letter...
2007-05-08 Carl WorthSwitch from 6-letter rack to 7-letter rack
2007-05-08 Carl WorthFix typo in copyright/licensing blurb.
2006-12-19 Carl WorthEnsure that there's at least one full-length word that...
2006-12-19 Carl WorthReduce number of tiles to 6 for a slightly easier game
2006-12-19 Carl WorthRemove penalty for not guessing obscure words.
2006-12-19 Carl WorthEnsure that there is at least one word using all letter...
2006-12-19 Carl WorthFix to not give hints by putting answers found so far...
2006-12-19 Carl WorthAllow a new game to be started by pressing Enter after...
2006-12-19 Carl WorthAdd display of all missed words with control-C
2006-12-18 Carl Worthrack-fancy: Ignore any blank tiles drawn from the bag
2006-12-18 Carl WorthRestrict solution to words of 3 or more letters
2006-12-18 Carl WorthSwitch to mono font for solution and give it a bit...
2006-12-18 Carl WorthCleanup code to remove file-scope the_rack
2006-12-18 Carl WorthFix refresh bug for solution widget
2006-12-18 Carl WorthOnly show solution words after found (with refresh...
2006-12-18 Carl WorthPass the dict entry flags to the for_each callback
2006-12-18 Carl WorthAdd verification of the word
2006-12-18 Carl WorthAdd keypress handler for Return
2006-12-18 Carl WorthAdd display of solution to the canvas
2006-12-16 Carl WorthAbstract tile-specific code out of demo-item.c
2006-12-16 Carl WorthAdd key press handling (letter guessing and backspace)
2006-12-10 Carl WorthAdd back randomization
2006-12-05 Carl WorthFix randomizing of letter positions to never end up...
2006-12-01 Carl WorthAdd letter scrambling animation to rack-fancy
2006-12-01 Carl WorthMake rack-fancy select and display a rack of 7 random...
2006-12-01 Carl WorthAdd shell for rack-fancy (graphical version of rack)