summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Button.cpp
AgeCommit message (Expand)Author
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-05-09WindowServer: Don't ignore MouseMove events for pressed window buttonsAndreas Kling
2021-05-04WindowServer: Ignore mouse clicks we're not handlingGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-09WindowServer: Vertically maximize windowCamisul
2021-01-12Services: Move to Userland/Services/Andreas Kling