| Commit message (Expand) | Author | Age |
| * | Fix entering pencil marks from the keyboard; the cursor is no longer removed | Jacob Nevins | 2013-03-10 |
| * | Stop using CLUE2CHAR to translate clues into text; just do the obvious | Simon Tatham | 2013-02-24 |
| * | Stop the analysis pass in Loopy's redraw routine from being | Simon Tatham | 2013-01-19 |
| * | Bring Pearl's game-completion handling in line with my usual practice: | Simon Tatham | 2013-01-19 |
| * | Revamp of the Windows command-line parsing and puzzle-loading code. | Simon Tatham | 2013-01-19 |
| * | Pattern's display was broken for non-square puzzles, because | Simon Tatham | 2013-01-09 |
| * | Actually do what the comment says at the top of main() regarding not | Simon Tatham | 2012-12-28 |
| * | Fix overnight build failure last night, by making the new call to | Simon Tatham | 2012-11-21 |
| * | Work around an annoying GTK behaviour I noticed the other day on my | Simon Tatham | 2012-11-20 |
| * | A user points out that I could usefully clarify the Undead clue | Simon Tatham | 2012-11-03 |
| * | Remove an unused variable spotted by gcc 4.6.3. | Simon Tatham | 2012-10-07 |
| * | New puzzle! 'Unruly', contributed by Lennard Sprong, is an | Simon Tatham | 2012-10-07 |
| * | Make indentation consistent. (Somehow I forgot to do this before I | Simon Tatham | 2012-09-10 |
| * | Forgot to add the new 'const' in the unfinished subdirectory. Oops. | Simon Tatham | 2012-09-10 |
| * | Oops, forgot to initialise changed_ascii on all paths in r9657. | Simon Tatham | 2012-09-09 |
| * | New rule: interpret_move() is passed a pointer to the game_drawstate | Simon Tatham | 2012-09-09 |
| * | Minor tweaks to Undead docs. | Jacob Nevins | 2012-09-09 |
| * | New puzzle! Contributed by Steffen Bauer, an implementation of | Simon Tatham | 2012-09-08 |
| * | For the convenience of Linux package maintainers, add to Makefile.gtk | Simon Tatham | 2012-08-17 |
| * | Fix implicit split to @_. Also add 'use warnings', which would have | Simon Tatham | 2012-08-17 |
| * | Don't fail an assertion when setting up the provided clues at the | Simon Tatham | 2012-07-29 |
| * | Vary the behaviour of Mines's solve function depending on whether the | Simon Tatham | 2012-06-10 |
| * | Fix a bug introduced by r9495 in which we try to write temporary NULs | Simon Tatham | 2012-06-06 |
| * | Add a hacky environment variable that lets me arrange a soak-test of a | Simon Tatham | 2012-06-01 |
| * | Remove the speed optimisation in the stage 3 solver which makes the | Simon Tatham | 2012-06-01 |
| * | Another uninitialised-variable fix, this one pointing out a real bug. | Simon Tatham | 2012-06-01 |
| * | Add pointless initialisations to placate a gcc warning. | Simon Tatham | 2012-06-01 |
| * | Write a comment outlining a design for a rewritten faster solver. | Simon Tatham | 2012-05-31 |
| * | Bridges solver enhancement. In the stage 3 solver, we were considering | Simon Tatham | 2012-05-31 |
| * | Bridges solver fix: in map_update_possibles, collect values from | Simon Tatham | 2012-05-31 |
| * | Patch from Jonas Koelker to improve Filling's error highlighting: as | Simon Tatham | 2012-05-14 |
| * | Patch from Jonas Koelker for the developer docs, fixing a couple of | Simon Tatham | 2012-05-14 |
| * | GNUstep compatibility: ensure both endpoints are actually drawn by | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: add a missing #include. | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: avoid attempting blitter_save with a partially | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: stop using the API feature isFlipped/setFlipped | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: remove an unused variable which the compiler | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: comment out some API calls that GNUstep | Simon Tatham | 2012-05-06 |
| * | GNUstep compatibility: spell null selectors "NULL", not "nil". | Simon Tatham | 2012-05-06 |
| * | Add a section to mkfiles.pl to build a makefile that compiles the OS X | Simon Tatham | 2012-05-06 |
| * | Stop using the deprecated NSString stringWithCString: methods. | Simon Tatham | 2012-05-06 |
| * | Update the OS X makefile so I can build on Lion. Regrettably that | Simon Tatham | 2012-05-06 |
| * | Permit users to reconfigure the default setting for each puzzle using | Simon Tatham | 2012-04-10 |
| * | Add a difficulty exception to prevent Pearl spinning forever when | Simon Tatham | 2012-04-08 |
| * | Typo fix from Helge Kreutzmann, forwarded from Debian. | Simon Tatham | 2012-04-08 |
| * | Increase by 1 pixel the clip rectangle used to draw and erase the | Simon Tatham | 2012-04-08 |
| * | Swap a 'max' for a 'min', fixing an out-of-range colour component | Simon Tatham | 2012-04-08 |
| * | Increase by 1 in every direction the size of the blitter used to save | Simon Tatham | 2012-04-08 |
| * | Add an explicit -lm to the link lines in Makefile.gtk, after two users | Simon Tatham | 2012-04-07 |
| * | Fix redundant redrawing in Pegs. Apparently it has always redrawn | Simon Tatham | 2012-04-07 |