summaryrefslogtreecommitdiff
path: root/Userland/Demos/CatDog/CatDog.cpp
AgeCommit message (Expand)Author
2023-05-17CatDog: Stop recognizing name of deleted programBen Wiederhake
2023-05-05Base+CatDog: Move assets from /icons/ to /graphics/Cubic Love
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2022-12-16CatDog: Simplify animation frame logic and fix minor bugsAndre Eisenbach
2022-12-14CatDog: Make a factory function for CatDog and propagate errorsAndreas Kling
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-02Demos/CatDog: Introduce inspector & artist states based on open programskleines Filmröllchen
2022-03-02Demos/CatDog: Refactor the main stateskleines Filmröllchen
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-08CatDog: Switch to new mouse-tracking methodBen Wiederhake
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-05-18CatDog: Remove global menu and add context menuMarcus Nilsson
2021-05-09CatDog: Help the user debug their programsGunnar Beutner
2021-05-09CatDog: Move the main widget into its own fileGunnar Beutner