summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSWindowSwitcher.h
AgeCommit message (Collapse)Author
2019-04-23WindowServer: Add some padding to the window switcher items.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
This was pretty straightforward thanks to the work I did separating out LibCore from LibGUI already. :^) - WSMessageLoop now inherits from CEventLoop. - WSMessage now inherits from CEvent. - WSMessageReceiver goes away. Now there is only one event loop in Serenity. Very nice!
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling