index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Page
/
EventHandler.h
Age
Commit message (
Expand
)
Author
2023-04-27
LibWeb: Clear the mouse event tracking node when it stops wanting events
Timothy Flynn
2023-04-09
LibWeb: Port fire_keyboard_event() to new FlyString
Kenneth Myhra
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-31
LibWeb: Support MouseEvent.{pageX,pageY}
Itamar
2022-12-31
LibWeb: Fix calculation of MouseEvent::client_{x,y}
Itamar
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-07
LibWeb: Make keyboard events properly fire into a focused iframe
Luke Wilde
2022-10-23
LibWeb: Add button property in MouseEvent
Aliaksandr Kalenik
2022-06-20
LibWeb: Add stub implementation for handling doubleclicks
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-02-07
LibWeb: Dispatch a click event after mousedown+mouseup on same target
Andreas Kling
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling