ladybird/Userland/Demos/CatDog
Andreas Kling 782a5c88ce WindowServer: Make most remaining WindowServer IPC calls async
The only remaining sync call from client to server is now the call
that switches a window's backing store. That one actually relies on
the synchronization to hand over ownership of the backing stores,
so it has to stay synchronous for now.
2021-07-04 23:15:16 +02:00
..
CatDog.cpp WindowServer: Make most remaining WindowServer IPC calls async 2021-07-04 23:15:16 +02:00
CatDog.h CatDog: Remove global menu and add context menu 2021-05-18 18:59:18 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp CatDog: Don't show context menu when clicking outside of widget 2021-05-19 23:14:07 +02:00
SpeechBubble.cpp CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
SpeechBubble.h CatDog: Help the user debug their programs 2021-05-09 15:21:23 +02:00