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
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