summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/main.cpp
AgeCommit message (Expand)Author
2020-01-12Kernel: Add "video" pledge for accessing framebuffer devicesAndreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11WindowServer: Use pledge()Andreas Kling
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-02WindowServer: Remove silly debug logging on startup :^)Andreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-07-17WSEventLoop: Remove inheritance from CEventLoopRobin Burchell
2019-06-07WindowServer: Run clang-format on everything.Andreas Kling
2019-05-27implemented settings for window manager.Christopher Dumas
2019-05-24WindowServer: Factor out compositing from WSWindowManager into WSCompositor.Andreas Kling
2019-04-14WindowServer: Rename WSMessage* => WSEvent*.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling