summaryrefslogtreecommitdiff
path: root/Userland/Demos/CatDog
AgeCommit message (Expand)Author
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21CatDog: Fix wake-sleep "loop" when cursor is over right-top of headTom
2021-02-15CatDog: Set window hit testing to opaque pixels onlyTom
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling