Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | |||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Fix up all the static analyzer warnings | Dan Goodliffe | 2023-01-08 |
| | |||
* | Use utf8_string_view for processing text to renderings | Dan Goodliffe | 2022-08-22 |
| | |||
* | Fix string_view iteration | Dan Goodliffe | 2022-08-21 |
| | |||
* | Fix shadowing | Dan Goodliffe | 2022-08-21 |
| | |||
* | Add transform_array | Dan Goodliffe | 2022-01-03 |
| | | | | Wraps std::transform to transform one array into another. | ||
* | Use Cache system to persist font rendering for Text | Dan Goodliffe | 2022-01-02 |
| | |||
* | First iteration with font/text support | Dan Goodliffe | 2022-01-01 |