ladybird/Userland/Demos/CatDog
Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Let's make it clear that these functions deal with ASCII case only.
2023-03-10 13:15:44 +01:00
..
CatDog.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
CatDog.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt
main.cpp LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
SpeechBubble.cpp CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
SpeechBubble.h