Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-30 | Replace `strto[u]l` with `strto[u]ll`. | Phil Jones | |
On 32-bit systems, using `strtoul` was causing negative values for unsigned options to be treated as valid, as the value was being parsed as a 32-bit unsigned int, then cast to a 64-bit signed int, which remained positive. | |||
2022-12-06 | Add config file unit tests and fix some bugs. | Phil Jones | |
2022-07-30 | Improve error message for invalid colours. | Phil Jones | |
2021-11-17 | Add sorting by run frequency. | Phil Jones | |
This implements a rofi-like run cache. Other smaller changes include simplification of resize logic now that there's only one surface. | |||
2021-10-31 | Add HiDPI support and lots of cleanup. | Phil Jones | |