summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/EventLoop.cpp
AgeCommit message (Expand)Author
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-17WindowServer: Don't attempt to make WindowServer inspectableAndreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01Kernel: Expose minor device numbers for keyboard and mouseValtteri Koskivuori
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-24WindowServer: Don't crash if unable to open input peripheralsJean-Baptiste Boric
2021-01-12Services: Move to Userland/Services/Andreas Kling