Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tidy many stringy messes with std::format | Dan Goodliffe | 2024-06-04 |
| | |||
* | Remove the generic cache completely | Dan Goodliffe | 2024-01-26 |
| | |||
* | Remove the static font cache | Dan Goodliffe | 2024-01-26 |
| | | | | Each thing can own/share a font rendering itself | ||
* | Always set pixel unpack alignment before generating font texture content | Dan Goodliffe | 2024-01-26 |
| | |||
* | Add traits helpers for glTexParameter functions | Dan Goodliffe | 2024-01-25 |
| | |||
* | 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 |