| Commit message (Expand) | Author | Age |
| * | Limit maximum grid size in Loopy | Ben Harris | 2023-01-15 |
| * | New grid type: compass dodecagonal | Michael Quevillon | 2021-04-22 |
| * | grid.c: fix size miscalculation in Floret tiling. | Simon Tatham | 2020-04-12 |
| * | Use C99 bool within source modules. | Simon Tatham | 2018-11-13 |
| * | Replace TRUE/FALSE with C99 true/false throughout. | Simon Tatham | 2018-11-13 |
| * | New grid type: the trihexagonal tiling, or 'kagome lattice'. | Simon Tatham | 2017-11-18 |
| * | Make the code base clean under -Wwrite-strings. | Simon Tatham | 2017-10-01 |
| * | New Loopy tiling: 'Great Great Dodecagonal'. | Simon Tatham | 2017-04-24 |
| * | Sort out abs/fabs confusion. | Simon Tatham | 2015-04-10 |
| * | Fix grid generation crashes at Penrose 3x3 sizes. What seemed to be | Simon Tatham | 2013-05-10 |
| * | Giant const patch of doom: add a 'const' to every parameter in every | Simon Tatham | 2013-04-13 |
| * | Revamp the triangular grid generation in Loopy, which I've been | Simon Tatham | 2013-04-11 |
| * | Greg Hewgill points out a code path on which the angle parameter to | Simon Tatham | 2013-04-01 |
| * | Apply the rotation in Penrose grid descriptions by rotating in the | Simon Tatham | 2011-05-06 |
| * | Portability fixes, mostly from James for Palm purposes. Mostly | 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 |
| * | 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-24 |
| * | 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 | 2011-02-23 |
| * | Since the lack of this has caused portability issues in the past: | Simon Tatham | 2008-09-13 |
| * | Patch from James H to make new-Loopy port more easily. | Simon Tatham | 2008-09-10 |
| * | How did I manage to check this in without actually trying to build | Simon Tatham | 2008-09-07 |
| * | Completely re-engineered version of Loopy, courtesy of Lambros | Simon Tatham | 2008-09-06 |