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
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