summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/CMakeLists.txt
AgeCommit message (Expand)Author
2022-04-21WindowServer: Create the VirtualScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Introduce the ScreenBackend conceptkleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2021-11-22WindowServer: Port to LibMain :^)Andreas Kling
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-06-27WindowServer: Add a more generic mechanism for animationsAndreas Kling
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-18WindowServer: Add WindowStack conceptAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-30WindowServer: Install WindowServer headersAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling