summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/main.cpp
AgeCommit message (Expand)Author
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-17WindowServer: Remove unveils of /bin and /etc/passwdAndreas Kling
2020-02-17WindowServer: Drop the "exec" pledge promise entirelyAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-21WindowServer: unveil("/bin", "x") so we can start applicationsAndreas Kling
2020-01-20WindowServer: Use unveil()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-13WindowServer: Add "thread" pledge since we need it for wallpapersAndreas Kling
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