summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Button.cpp
AgeCommit message (Expand)Author
2022-05-18WindowServer: Fix crash when hovering over title buttonsMacDue
2022-05-03WindowServer: Support hover icons for title buttonsMacDue
2022-04-25LibGfx+WindowServer: Add theme flag TitleButtonsIconOnlyMacDue
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
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