| Commit message (Expand) | Author | Age |
| * | 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 |
| * | Change some instances of 'print $thing' to 'print $thing || ""', to | Simon Tatham | 2012-04-07 |
| * | Error checking in Pattern, which was until now the only remaining game | Simon Tatham | 2012-04-06 |
| * | Comment the Mac build out of Buildscr, since I no longer have a | Simon Tatham | 2012-04-03 |
| * | Patch from Jonas Koelker to add keyboard control support to Pearl. | Simon Tatham | 2012-02-19 |
| * | Tweak a conditional expression in pearl.c to work around a display bug | Simon Tatham | 2012-02-17 |
| * | Fix one-character typo in r9405 which was breaking right-clicks. | Simon Tatham | 2012-02-13 |
| * | David Nickerson reports odd behaviour involving a drag start point | Simon Tatham | 2012-02-08 |
| * | Correct kdiff setting. | Simon Tatham | 2012-02-02 |
| * | Don't try to run solver_killer_sums on a Killer cage with only one | Simon Tatham | 2012-02-02 |
| * | Fix a couple of typos in messages. | Simon Tatham | 2012-02-02 |
| * | David Nickerson reports that it's possible to lay a line over a 'no | Simon Tatham | 2012-02-02 |
| * | Sort out a bit of confusion between mouse- and keyboard-driven drags | Simon Tatham | 2012-01-31 |
| * | Move a debug statement at the end of new_clues from the caller (just | Simon Tatham | 2012-01-31 |
| * | Add comments suggesting some solver upgrades to Light Up (perhaps for | Simon Tatham | 2012-01-23 |
| * | The Light Up solver limits its recursion depth, so if it fails to find | Simon Tatham | 2012-01-23 |
| * | Fix default parameter assignment in Light Up when validating an | Simon Tatham | 2012-01-23 |
| * | Trivial and silly patch to allow users to configure the Signpost | Simon Tatham | 2012-01-22 |
| * | It's a new year. | Jacob Nevins | 2012-01-22 |
| * | Tweak right-click processing to be less finicky. | Simon Tatham | 2012-01-22 |
| * | New puzzle! Or rather, new-ish, because this one has been lying around | Simon Tatham | 2012-01-22 |
| * | Fix a bug causing premature defeatism in the Bridges solver. Deducing | Simon Tatham | 2012-01-17 |
| * | Allow --save to work with --soln, causing saved game files to be | Simon Tatham | 2011-12-28 |
| * | Fix bug in error reporting for --save caused by freeing 'realname' | Simon Tatham | 2011-12-28 |
| * | Fix bug in --save caused by failure to initialise ctx.error to zero | Simon Tatham | 2011-12-28 |
| * | In Group, the keyboard-controlled cursor should respect user | Simon Tatham | 2011-12-21 |
| * | Remove the 'cheated' flag in Range's game_ui, which was stickily | Simon Tatham | 2011-09-18 |
| * | When we run out of background colours for chains and wrap back to the | Simon Tatham | 2011-09-18 |
| * | Patch from Chris Boyle to fix Signpost's labelling when you have more | Simon Tatham | 2011-09-18 |
| * | Changed my mind about midend_is_solved: I've now reprototyped it as | Simon Tatham | 2011-06-19 |
| * | Pass background colour as a parameter to draw_gts and draw_adjs, so | Simon Tatham | 2011-05-22 |
| * | Fix segfault in Loopy printing, introduced when I added the dynamic | Simon Tatham | 2011-05-11 |
| * | Having played Keen a bit following the clue-generation fix in r9165, | Simon Tatham | 2011-05-07 |
| * | Apply the rotation in Penrose grid descriptions by rotating in the | Simon Tatham | 2011-05-06 |
| * | Apply a missing bit of r9164, which only broke the build with | Simon Tatham | 2011-05-05 |
| * | Portability fixes, mostly from James for Palm purposes. Mostly | Simon Tatham | 2011-05-04 |
| * | Having looked at Keen's clue selection code, I also notice that the | Simon Tatham | 2011-05-04 |
| * | Fix warnings generated by gcc 4.6.0 about variables set but not | Simon Tatham | 2011-05-04 |
| * | Fix two memory leaks reported by Tiago Dionizio in recent Loopy | Simon Tatham | 2011-04-26 |
| * | Forgot to set 'has_incentre' on triangular grids, which don't use | Simon Tatham | 2011-04-25 |
| * | From James Harvey (via a period of collaborative polishing), a patch | Simon Tatham | 2011-04-24 |
| * | Oops: initialise that new 'has_incentre' flag to false, otherwise the | Simon Tatham | 2011-04-23 |
| * | Move most of face_text_pos() into grid.c, leaving in loopy.c only the | Simon Tatham | 2011-04-23 |
| * | Replace my brute-force algorithm in face_text_pos with a more complex | Simon Tatham | 2011-04-23 |
| * | Stop calling face_text_pos() for faces that don't need to have text in | Simon Tatham | 2011-04-23 |
| * | Support user-specified extra link flags (XLFLAGS) in the Unix | Simon Tatham | 2011-04-23 |
| * | Fix mismatch between printf format strings and arguments in some | Simon Tatham | 2011-04-11 |
| * | Remove a stray diagnostic. | Simon Tatham | 2011-04-05 |