index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-01-12
Kernel: Add "video" pledge for accessing framebuffer devices
Andreas Kling
2020-01-11
Kernel: fork()ed children should inherit pledge promises :^)
Andreas Kling
2020-01-11
WindowServer: Use pledge()
Andreas Kling
2020-01-08
WindowServer: Detach WSMenuManager from WSWindowManager
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-02
WindowServer: Remove silly debug logging on startup :^)
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-07-17
WSEventLoop: Remove inheritance from CEventLoop
Robin Burchell
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-05-27
implemented settings for window manager.
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-03-20
Move WindowServer into Servers.
Andreas Kling