In the Windows frontend, stop tab navigation from activating buttons.
[sgt/puzzles] / loopy.c
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2007-01-15 simonPatch from James H which shouldn't change the functiona...
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
2006-12-21 simonSmall printing fix from Gary Wong. Shows up when printi...
2006-11-01 simonJames H's Palm-compatibility updates to the latest...
2006-10-28 simonMike Pinna has done some major reworking of the Loopy...
2006-05-20 simonCleanup patch from Ben Hutchings, fixing some odd-looki...
2006-05-20 simonPatch from Ben Hutchings to prevent memory leakage...
2006-01-05 simonRevert a change in an assertion made in r6299. It was...
2005-10-22 simonCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 simonCleanup: remove the game_state parameter to game_colour...
2005-10-22 simonCleanup: the `mouse_priorities' field in the back end...
2005-10-13 simonloopy_diffnames[] isn't used, and provokes a warning...
2005-09-23 simonUse game_set_size() to set up the temporary drawstate in
2005-09-18 simonBug fix from James H: prevent LINEWIDTH ever reaching...
2005-09-18 simonAnother optimisation patch from Mike, which (among...
2005-09-15 simonOptimisation patch from Mike: remember which squares...
2005-09-13 simonPatch from Mike: fix an array indexing error in the...
2005-09-12 simonPatch from Mike:
2005-09-11 simonMinor improvement to initial loop generation.
2005-09-04 simonPatch from Ton van Overbeek to correct Loopy's misplace...
2005-09-01 simonPalm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM...
2005-08-25 simonMemory leak and type safety fixes from James H.
2005-08-25 simonPhil Bordelon points out that the general convention...
2005-08-25 simonMike points out that I made an error in one of the...
2005-08-24 simonOptimiser placation for OS X gcc.
2005-08-24 simonNew puzzle: `Loopy', an implementation of Nikoli's...