1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:25:10 +00:00
serenity/Userland/Demos/CatDog
Tim Schumacher 82a152b696 LibGfx: Remove try_ prefix from bitmap creation functions
Those don't have any non-try counterpart, so we might as well just omit
it.
2023-01-26 20:24:37 +00:00
..
CatDog.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
CatDog.h CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
SpeechBubble.cpp CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
SpeechBubble.h Demos/CatDog: Let the speech bubble know about the CatDog widget 2022-03-02 18:10:02 +01:00