summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/EventLoop.cpp
AgeCommit message (Expand)Author
2022-09-11Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}Liav A
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-20Kernel: Add horizontal mouse scroll supportDmitry Petrov
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-24WindowServer: Prevent sending duplicate MousePackets when clickingJelle Raaijmakers
2021-10-24WindowServer: Deduplicate code for mouse Z state in EventLoopJelle Raaijmakers
2021-10-24WindowServer: Simplify mouse button handling logic in EventLoopJelle Raaijmakers
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