index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
CatDog
/
CatDog.cpp
Age
Commit message (
Expand
)
Author
2023-05-17
CatDog: Stop recognizing name of deleted program
Ben Wiederhake
2023-05-05
Base+CatDog: Move assets from /icons/ to /graphics/
Cubic Love
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2022-12-16
CatDog: Simplify animation frame logic and fix minor bugs
Andre Eisenbach
2022-12-14
CatDog: Make a factory function for CatDog and propagate errors
Andreas Kling
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-02
Demos/CatDog: Introduce inspector & artist states based on open programs
kleines Filmröllchen
2022-03-02
Demos/CatDog: Refactor the main states
kleines Filmröllchen
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-08
CatDog: Switch to new mouse-tracking method
Ben Wiederhake
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-05-18
CatDog: Remove global menu and add context menu
Marcus Nilsson
2021-05-09
CatDog: Help the user debug their programs
Gunnar Beutner
2021-05-09
CatDog: Move the main widget into its own file
Gunnar Beutner