Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -1/+1 |
| | | | | for consistency | ||||
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 1 | -11/+11 |
| | |||||
* | Update code style | bptato | 2024-04-17 | 1 | -25/+25 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | painter: fix off by one error in getCharBmp | bptato | 2023-07-04 | 1 | -2/+2 |
| | |||||
* | Move CanvasFillRule from bitmap to painter | bptato | 2023-06-26 | 1 | -0/+4 |
| | |||||
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 1 | -0/+207 |
Now PNG encoding/decoding, painting, etc. are done in separate files. Plus we support all color modes except indexed color. |