]> git.cworth.org Git - wordgame/history - rack-fancy.c
Allow a new game to be started by pressing Enter after Control-C
[wordgame] / rack-fancy.c
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)