index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WindowServer
/
WindowStack.cpp
Age
Commit message (
Expand
)
Author
2022-08-16
WindowServer: Move "automatic cursor tracking window" to WindowManager
Andreas Kling
2022-08-16
WindowServer: Rename "active input tracking window"
Andreas Kling
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-11-13
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
Andreas Kling
2021-07-07
WindowServer: Allow windows to be pinnable (always on top)
Andres Crucitti
2021-07-03
WindowServer: Rename Window::outer_stack -> Window::window_stack
Tom
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-06-18
WindowServer: Don't include frame when determining hovered window
Andreas Kling
2021-06-18
WindowServer: Add WindowStack::window_at() and use it a bunch
Andreas Kling
2021-06-18
WindowServer: Allow each WindowStack to have an active window
Andreas Kling
2021-06-18
WindowServer: Keep track of which WindowStack a Window is part of
Andreas Kling
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling