| Commit message (Expand) | Author |
| 2023-07-14 | grid_edge_bydots_cmpfn: remove dangerous pointer comparison. | Simon Tatham |
| 2023-07-07 | grid.c: new and improved Penrose tiling generator. | Simon Tatham |
| 2023-07-07 | grid.c: add dot coordinates to debugging dumps. | Simon Tatham |
| 2023-07-07 | grid.c: allocate face/edge/dot arrays incrementally. | Simon Tatham |
| 2023-07-07 | Move mul_root3 out into misc.c and generalise it. | Simon Tatham |
| 2023-06-16 | Loopy / grid.c: support the new Spectre monotiling. | Simon Tatham |
| 2023-04-20 | Reorganise the dsf API into three kinds of dsf. | Simon Tatham |
| 2023-04-20 | Declare all dsfs as a dedicated type name 'DSF'. | Simon Tatham |
| 2023-04-20 | Use a dedicated free function to free dsfs. | Simon Tatham |
| 2023-04-06 | Fall back to <math.h> if <tgmath.h> doesn't work. | Simon Tatham |
| 2023-04-04 | Replace <math.h> with <tgmath.h> throughout | Ben Harris |
| 2023-03-31 | Require a grid description for hats grid | Ben Harris |
| 2023-03-26 | Loopy / grid.c: new grid type, 'Hats'. | Simon Tatham |
| 2023-01-15 | Limit maximum grid size in Loopy | Ben Harris |
| 2021-04-22 | New grid type: compass dodecagonal | Michael Quevillon |
| 2020-04-12 | grid.c: fix size miscalculation in Floret tiling. | Simon Tatham |
| 2018-11-13 | Use C99 bool within source modules. | Simon Tatham |
| 2018-11-13 | Replace TRUE/FALSE with C99 true/false throughout. | Simon Tatham |
| 2017-11-18 | New grid type: the trihexagonal tiling, or 'kagome lattice'. | Simon Tatham |
| 2017-10-01 | Make the code base clean under -Wwrite-strings. | Simon Tatham |
| 2017-04-24 | New Loopy tiling: 'Great Great Dodecagonal'. | Simon Tatham |
| 2015-04-10 | Sort out abs/fabs confusion. | Simon Tatham |
| 2013-05-10 | Fix grid generation crashes at Penrose 3x3 sizes. What seemed to be | Simon Tatham |
| 2013-04-13 | Giant const patch of doom: add a 'const' to every parameter in every | Simon Tatham |
| 2013-04-11 | Revamp the triangular grid generation in Loopy, which I've been | Simon Tatham |
| 2013-04-01 | Greg Hewgill points out a code path on which the angle parameter to | Simon Tatham |
| 2011-05-06 | Apply the rotation in Penrose grid descriptions by rotating in the | Simon Tatham |
| 2011-05-04 | Portability fixes, mostly from James for Palm purposes. Mostly | Simon Tatham |
| 2011-04-26 | Fix two memory leaks reported by Tiago Dionizio in recent Loopy | Simon Tatham |
| 2011-04-25 | Forgot to set 'has_incentre' on triangular grids, which don't use | Simon Tatham |
| 2011-04-24 | From James Harvey (via a period of collaborative polishing), a patch | Simon Tatham |
| 2011-04-23 | 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-02-24 | Another patch from Chris Moore implementing two more grid types, both | Simon Tatham |
| 2011-02-24 | Retire the 'middle_face' field in 'struct grid', together with the | Simon Tatham |
| 2011-02-23 | Patch from Chris Moore to implement an extra grid type, the 'floret' | Simon Tatham |
| 2011-02-23 | Patch from Chris Moore to improve the generality of | Simon Tatham |
| 2008-09-13 | Since the lack of this has caused portability issues in the past: | Simon Tatham |
| 2008-09-10 | Patch from James H to make new-Loopy port more easily. | Simon Tatham |
| 2008-09-07 | How did I manage to check this in without actually trying to build | Simon Tatham |
| 2008-09-06 | Completely re-engineered version of Loopy, courtesy of Lambros | Simon Tatham |