summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Overlays.cpp
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-06-27WindowServer: Fix geometry label not updating if it isn't movingTom
2021-06-25WindowServer: Change rendering drag&drop to use the Overlay classTom
2021-06-25WindowServer: Change window geometry label to use the Overlay classTom
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom