summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/BenchmarkGfxPainter.cpp
AgeCommit message (Expand)Author
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-06Tests: Set a default font in BenchmarkGfxPainter to prevent crashesAndrew Kaster
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro