| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-01 | Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment | mrmr1993 | |
| 2017-11-01 | Rename Rect.contains to Rect.intersects, add an explanitory comment | mrmr1993 | |
| 2016-09-25 | Space rotates hints (to make hidden hints visible). | Stephen Blott | |
| It is common for link-hint markers to be close togother, and overlapping. Here, `<Space>` rotates hint markers such that hidden markers become visible. For filtered hints we additionally require a modifier (because `<space>` on its own is already a token separator). The calculation of overlapping hints is quite expensive: O(n^2) in the best case and O(n^3) in the worst cast. The worst case is extraordinarily unlikely to arise in practice. | |||
| 2014-12-18 | Add tests for lib/rect | mrmr1993 | |
