summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents/MouseEvent.cpp
AgeCommit message (Expand)Author
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-10-01LibWeb: Change the type of MouseEvent members to doubleIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling