Igor Pissolati
|
a2bc97a9c2
LibWeb: Skip anchor activation behavior if the click event was cancelled
|
3 years ago |
Oliver Wales
|
382eacc08e
LibWeb: Select correct context menu when right clicking image
|
3 years ago |
Rob Ryan
|
c1b311835b
LibWeb: Not dispatching page_did_click_link event breaks page refresh
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
sin-ack
|
51df97e799
LibWeb: Consolidate mouse handling + only trigger event on left click
|
3 years ago |
sin-ack
|
aaa954f900
LibWeb: Bring handling of anchor elements closer to spec
|
3 years ago |
Andreas Kling
|
f7cfd47b48
LibWeb: Add Paintable::dom_node() convenience accessor
|
3 years ago |
Andreas Kling
|
b64b5fa8bd
LibWeb: Add Painting::HitTestResult::dom_node()
|
3 years ago |
Andreas Kling
|
0ba785894c
LibWeb: Make hit testing functions return Optional<HitTestResult>
|
3 years ago |
Simon Wanner
|
48efdaa8c4
LibWeb: Update hit_test for CSS Transforms
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Andreas Kling
|
910fded482
LibWeb: Flush any pending layout updates before processing mouse events
|
3 years ago |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 years ago |
Andreas Kling
|
5779a910e5
LibWeb: Move hit testing to the painting tree
|
3 years ago |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 years ago |
Andreas Kling
|
f017c1c064
LibWeb: Make hit testing return a { paintable, offset }
|
3 years ago |
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 |