Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code style | bptato | 2024-04-17 | 1 | -2/+2 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | strwidth, renderdocument: small refactoring | bptato | 2024-03-03 | 1 | -8/+6 |
| | | | | | | * put attrs pointer in state * simplify width() * use unsigned int as ptint to avoid UB | ||||
* | charwidth: use pre-generated map file | bptato | 2024-01-04 | 1 | -0/+40 |
Also for reducing compilation time. |