Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / filling.c
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2012-05-14 simonPatch from Jonas Koelker to improve Filling's error...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 simonAdd a function to every game backend which indicates...
2010-04-17 simonFix incorrect uses of ctype.h (passing it uncast chars...
2009-12-20 simonJonas Koelker points out that the backspace key didn...
2009-07-01 simonMore defensive-coding fixes from James H.
2009-06-17 simonMemory management and other fixes from James H.
2009-01-14 simonKeyboard interface for Filling, from James H.
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-02-10 jacobUI change to Filling: allow multiple squares to be...
2007-05-20 simonUpdates and improvements from Jonas Koelker.
2007-03-01 simonBound edge thicknesses below so that they're always...
2007-02-28 jacobFix some border drawing issues.
2007-02-28 simonGeneral cleanups patch from James H:
2007-02-27 simonThis game requires the numpad.
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2007-02-25 simonHardwiring the grid line width to 1 is really bad for...
2007-02-25 simonDon't create an undo-chain entry for a move with no...
2007-02-25 simonNew puzzle: `Filling', a Fillomino implementation by...