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