summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWindowServerConnection.h
AgeCommit message (Expand)Author
2019-12-26LibGUI+WindowServer: Mark minimized window backing stores as volatileAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling