summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Event.h
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-08-16WindowServer: Don't start a drag and drop unless holding Primary mousethankyouverycool
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-06-18WindowServer: Preserve all members in MouseEvent::translated()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling