Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Kenneth Myhra
|
fde9c1bfb2
LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandler
|
3 years ago |
Kenneth Myhra
|
8a168b2bc0
LibWeb: Add support for navigating text <input> with End key
|
3 years ago |
Kenneth Myhra
|
939c10b201
LibWeb: Add support for navigating text <input> with Home key
|
3 years ago |
Adam Plumb
|
7a035558e1
LibWeb: Set cursor on mousemove for non-text elements
|
3 years ago |
Andreas Kling
|
1b2e1c19e1
LibWeb: Don't trigger page load for fragment navigation within same URL
|
3 years ago |
Kenneth Myhra
|
bf7f6a9e98
LibWeb: Implement EventHandler::focus_previous_element()
|
3 years ago |
Sam Atkins
|
48c6cf92e3
LibWeb: Add `pointer-events: all`
|
3 years ago |
Andreas Kling
|
fbd58f9615
LibWeb: Dispatch a click event after mousedown+mouseup on same target
|
3 years ago |
Andreas Kling
|
3e6aaa3520
LibWeb: Update focus target when handling mousedown events
|
3 years ago |
Andreas Kling
|
41fe02e012
LibWeb: Rename "frame" to "browsing_context" in various places
|
3 years ago |
Dmitry Petrov
|
2616b61eee
WebContent: Switch scroll direction on shift modifier
|
3 years ago |
Dmitry Petrov
|
1662213737
Userland: Add horizontal mouse scroll support
|
3 years ago |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
Andreas Kling
|
fcff6b7160
LibWeb: Don't assume we hit a layout node when handling mousedown events
|
3 years ago |
Andreas Kling
|
959b18bde3
LibWeb: Remove a bunch of pointless "else" in EventHandler
|
3 years ago |
Andreas Kling
|
d90be22a73
LibWeb: Use strong pointers and null checks in handle_keydown()
|
3 years ago |
Andreas Kling
|
dcb409a112
LibWeb: Use strong pointers and null checks in handle_keyup()
|
3 years ago |
huwdp
|
ec43f7a2b0
LibWeb: Add initial version of pointer-events CSS property
|
3 years ago |
Idan Horowitz
|
c5b924b1e6
LibWeb: Dispatch keydown/keyup events on the appropriate target
|
3 years ago |
Andreas Kling
|
0af0ee4293
LibWeb: Fire "keyup" events as well :^)
|
3 years ago |
Andreas Kling
|
554c344ffe
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
|
3 years ago |
Sam Atkins
|
a09219159c
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
|
3 years ago |
Andreas Kling
|
5514f41f25
LibWeb: Ignore keydown events when there is no layout tree
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
84fcf879f9
LibWeb: Rename BrowsingContext::document() => active_document()
|
3 years ago |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 years ago |
Andreas Kling
|
dfa9dcca98
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
|
3 years ago |