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-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-17
WindowServer: Remove unveils of /bin and /etc/passwd
Andreas Kling
2020-02-17
WindowServer: Drop the "exec" pledge promise entirely
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-21
WindowServer: unveil("/bin", "x") so we can start applications
Andreas Kling
2020-01-20
WindowServer: Use unveil()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
WindowServer: Add "thread" pledge since we need it for wallpapers
Andreas Kling
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