| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2015-10-23 | Properly check whether the selection is visible in the current viewport | mrmr1993 | |
| 2014-12-18 | Add tests for lib/rect | mrmr1993 | |
| 2014-12-18 | Move rect functions to their own file | mrmr1993 | |
