| Commit message (Expand) | Author | Age |
| * | Fix vertically misaligned text in Javascript puzzles. | Simon Tatham | 2014-06-21 |
| * | Change our method of calling main() in emccpre.js. | Simon Tatham | 2014-04-20 |
| * | Add a missing #include. | Simon Tatham | 2014-04-20 |
| * | Reinstate the Mac OS build step. | Simon Tatham | 2014-03-30 |
| * | Fix the Automake makefile for automake 1.14. | Simon Tatham | 2014-02-22 |
| * | Continue the tradition of only remembering to update the copyright year | Jacob Nevins | 2014-01-16 |
| * | Position the monster counts more sensibly. | Simon Tatham | 2014-01-07 |
| * | Fix a printf 64-bit-cleanness error. | Simon Tatham | 2013-11-28 |
| * | Fix an edge case of divider-obsoletion in Group. | Simon Tatham | 2013-10-09 |
| * | Faintly highlight the leading diagonal of Group's grid. | Simon Tatham | 2013-10-09 |
| * | Document 'Unique rows and columns' option in Unruly, plus formatting tweaks | Jacob Nevins | 2013-08-29 |
| * | Fix a failure to warn about non-unique rows/columns in non-square Unruly grid... | Jacob Nevins | 2013-07-30 |
| * | Stop using a zero precision specifier with sprintf ("%.0d") to cause | Simon Tatham | 2013-07-05 |
| * | Make svn-based version identification still work in VPATH builds. | Simon Tatham | 2013-07-02 |
| * | Fix small bugs in the automake construction which were preventing the | Simon Tatham | 2013-07-02 |
| * | Add a check in the new configure script to enable lots of gcc warning | Simon Tatham | 2013-06-30 |
| * | Add a mechanism to the automake system to allow 'make install' to only | Simon Tatham | 2013-06-30 |
| * | Support building via autoconf and automake. mkfiles.pl now outputs a | Simon Tatham | 2013-06-30 |
| * | Adjust the build script to turn the NestedVM build into a delegation, | Simon Tatham | 2013-06-27 |
| * | Remove stray bashisms from the NestedVM makefile. | Simon Tatham | 2013-06-19 |
| * | Remove spurious "unfinished/" that appeared at the start of the | Simon Tatham | 2013-06-08 |
| * | Add comment to remind myself (and anyone else) how to refresh the XFCE | Simon Tatham | 2013-06-08 |
| * | Script to read the new gamedesc.txt and create .desktop files. My | Simon Tatham | 2013-06-08 |
| * | Rename wingames.lst to gamedesc.txt, and add a couple of extra fields | Simon Tatham | 2013-06-08 |
| * | Fix grid generation crashes at Penrose 3x3 sizes. What seemed to be | Simon Tatham | 2013-05-10 |
| * | Correct the comment at the top of unruly.c, which is out of date as of | Simon Tatham | 2013-05-05 |
| * | New configuration option in Unruly, to enable a mode in which no two | Simon Tatham | 2013-05-05 |
| * | D'oh, forgot to adjust devel.but for the const changes. | Simon Tatham | 2013-04-13 |
| * | Giant const patch of doom: add a 'const' to every parameter in every | Simon Tatham | 2013-04-13 |
| * | Fix a memory management bug in Filling: in some situations its | Simon Tatham | 2013-04-13 |
| * | Add 'const' to the game_params arguments in validate_desc and | Simon Tatham | 2013-04-12 |
| * | Patch from Rogier Goossens to speed up the Pattern solver. | Simon Tatham | 2013-04-12 |
| * | Adjust Keen's grid generation to constrain the maximum size of clue | Simon Tatham | 2013-04-12 |
| * | Apply some optimisation to Undead's get_unique() function, which was | Simon Tatham | 2013-04-12 |
| * | Introduce some extra testing and benchmarking command-line options to | Simon Tatham | 2013-04-11 |
| * | Revamp the triangular grid generation in Loopy, which I've been | Simon Tatham | 2013-04-11 |
| * | Split Untangle's background colour into two. COL_BACKGROUND is still | Simon Tatham | 2013-04-07 |
| * | Add a draggable resize handle to the JS puzzles. | Simon Tatham | 2013-04-07 |
| * | Fix a typo I noticed in passing. | Simon Tatham | 2013-04-07 |
| * | Add a new midend function to reset the tile size to the puzzle's | Simon Tatham | 2013-04-07 |
| * | Small refactor to relative_mouse_coords: now the functionality which | Simon Tatham | 2013-04-07 |
| * | Fix the 'puzzle doesn't work' apology, which I'd accidentally moved | Simon Tatham | 2013-04-06 |
| * | Don't forget to NULL out the new game id notification callback, or | Simon Tatham | 2013-04-06 |
| * | Mention Safari in the list of tested browsers. | Simon Tatham | 2013-04-05 |
| * | Update the list of tested browsers. | Simon Tatham | 2013-04-05 |
| * | Regretfully remove my trickery with a hidden <option> element inside | Simon Tatham | 2013-04-05 |
| * | Rewrite the JS keyboard handling to cope with IE and Chrome. | Simon Tatham | 2013-04-05 |
| * | Assorted HTML/CSS fiddlings to make things work better in IE. I've | Simon Tatham | 2013-04-05 |
| * | Stop accidentally subtracting onscreen_canvas.offset{Left,Top} from | Simon Tatham | 2013-04-05 |
| * | Implement debug_printf() in the Emscripten front end, since that's the | Simon Tatham | 2013-04-05 |