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.cpp
Age
Commit message (
Expand
)
Author
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-19
LibWeb: Don't assume we hit a layout node when handling mousedown events
Andreas Kling
2021-10-12
LibWeb: Remove a bunch of pointless "else" in EventHandler
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keydown()
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keyup()
Andreas Kling
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-01
LibWeb: Dispatch keydown/keyup events on the appropriate target
Idan Horowitz
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-11
LibWeb: Ignore keydown events when there is no layout tree
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-21
LibWeb: Improve Unicode compatibility of HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Do nothing when pressing modifier keys in HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Replace some TODO() calls with FIXME comments in EventHandler
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-03-30
LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
Timothy Flynn
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-03-02
LibWeb: Return whether handle_mousewheel was handled
Angus Gibson
2021-02-28
LibWeb: Call `page_did_request_cursor_change` with CSS cursor
Adam Hodgen
2021-02-22
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
Andreas Kling
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-02-15
LibWeb: Use the correct DOM node when moving text cursor with mouse
Andreas Kling
2021-02-15
LibWeb: Move cursor along when drag-selecting in editable content
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-09
LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
Andreas Kling
2021-02-09
LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling