summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowStack.cpp
AgeCommit message (Expand)Author
2022-08-16WindowServer: Move "automatic cursor tracking window" to WindowManagerAndreas Kling
2022-08-16WindowServer: Rename "active input tracking window"Andreas Kling
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-11-13WindowServer: Replace "Pin/Unpin Window" => "Always on Top"Andreas Kling
2021-07-07WindowServer: Allow windows to be pinnable (always on top)Andres Crucitti
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-06-18WindowServer: Don't include frame when determining hovered windowAndreas Kling
2021-06-18WindowServer: Add WindowStack::window_at() and use it a bunchAndreas Kling
2021-06-18WindowServer: Allow each WindowStack to have an active windowAndreas Kling
2021-06-18WindowServer: Keep track of which WindowStack a Window is part ofAndreas Kling
2021-06-18WindowServer: Add WindowStack conceptAndreas Kling