summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page/EventHandler.h
AgeCommit message (Expand)Author
2023-04-27LibWeb: Clear the mouse event tracking node when it stops wanting eventsTimothy Flynn
2023-04-09LibWeb: Port fire_keyboard_event() to new FlyStringKenneth Myhra
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-12-31LibWeb: Fix calculation of MouseEvent::client_{x,y}Itamar
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-11-07LibWeb: Make keyboard events properly fire into a focused iframeLuke Wilde
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-06-20LibWeb: Add stub implementation for handling doubleclicksKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-02-07LibWeb: Dispatch a click event after mousedown+mouseup on same targetAndreas Kling
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling