1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:17:41 +00:00
serenity/Userland/Demos/CatDog
Andrew Kaster ddf348daeb Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Simplify a lot of uses of ElapsedTimer by converting the callers to
elapsed_time from elapsed, as the AK::Time returned is better for unit
conversions and comparisons against constants.
2023-01-07 14:51:04 +01:00
..
CatDog.cpp Everywhere: Use ElapsedTimer::elapsed_time() for comparisons 2023-01-07 14:51:04 +01: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 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07: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