index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WindowServer
/
EventLoop.cpp
Age
Commit message (
Expand
)
Author
2022-09-11
Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}
Liav A
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-20
Kernel: Add horizontal mouse scroll support
Dmitry Petrov
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
2021-10-24
WindowServer: Prevent sending duplicate MousePackets when clicking
Jelle Raaijmakers
2021-10-24
WindowServer: Deduplicate code for mouse Z state in EventLoop
Jelle Raaijmakers
2021-10-24
WindowServer: Simplify mouse button handling logic in EventLoop
Jelle Raaijmakers
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-05-22
LibCore: Make all processes opt out of InspectorServer by default
Andreas Kling
2021-05-17
WindowServer: Don't attempt to make WindowServer inspectable
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-24
WindowServer: Don't crash if unable to open input peripherals
Jean-Baptiste Boric
2021-01-12
Services: Move to Userland/Services/
Andreas Kling