Age | Commit message (Expand) | Author |
---|---|---|
2023-02-01 | LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103 | Nico Weber |
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
2022-04-09 | LibGfx: Move other font-related files to LibGfx/Font/ | Simon Wanner |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-01 | Everywhere: Fully qualify font names by including their slope | thankyouverycool |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_create() | Andreas Kling |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-07-06 | Tests: Set a default font in BenchmarkGfxPainter to prevent crashes | Andrew Kaster |
2021-05-06 | Tests: Establish root Tests directory, move Userland/Tests there | Brian Gianforcaro |