summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSScreen.cpp
AgeCommit message (Expand)Author
2019-11-13WindowServer: Fix leaking framebuffer fd to clientsSergey Bugaev
2019-10-26WindowServer: Center the mouse cursor on startupAndreas Kling
2019-08-18WindowServer: Detect framebuffer capabilities and settingsConrad Pankoff
2019-08-12Kernel: Use established device name and number for framebufferConrad Pankoff
2019-07-17WSEventLoop: Remove inheritance from CEventLoopRobin Burchell
2019-06-07WindowServer: Run clang-format on everything.Andreas Kling
2019-05-24WindowServer: Factor out compositing from WSWindowManager into WSCompositor.Andreas Kling
2019-05-13WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.Andreas Kling
2019-05-07WindowServer: Don't invalidate the cursor on left button state change.Andreas Kling
2019-04-14WindowServer: Rename WSMessage* => WSEvent*.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling