Gunnar Beutner
|
02186e2ee9
LibWeb: Skip anonymous layout nodes while finding the event target
|
2 years ago |
Gunnar Beutner
|
e7a7895114
LibWeb: Move code for finding the parent element into a helper function
|
2 years ago |
Andreas Kling
|
29c6aabf49
LibWeb: Try harder to find a suitable DOM node for mouse event dispatch
|
2 years ago |
Aliaksandr Kalenik
|
9cbf031b6d
LibWeb: Add button property in MouseEvent
|
2 years ago |
Aliaksandr Kalenik
|
501fb1cccb
LibWeb: Dispatch "wheel" event
|
2 years ago |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 years ago |
Aliaksandr Kalenik
|
dfc3a4772b
LibWeb: Ignore "pointer-events: none" elements in hit_test
|
2 years ago |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
2 years ago |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 years ago |
Sam Atkins
|
28a591ce7b
LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors
|
2 years ago |
Andreas Kling
|
54e7359243
LibWeb: Repaint the page immediately when using the mouse to select
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Andreas Kling
|
7a7043f821
LibWeb: Simplify some WeakPtr assignments
|
3 years ago |
Karol Kosek
|
c6eaa39b99
LibWeb: Make doubleclicking select the nearest word
|
3 years ago |
Karol Kosek
|
237a5bedd2
LibWeb: Dispatch `dblclick` UI Events on double click
|
3 years ago |
Karol Kosek
|
0e04532623
LibWeb: Add stub implementation for handling doubleclicks
|
3 years ago |
kleines Filmröllchen
|
a7a5721149
LibWeb: Dispatch mouse events to topmost element instead of hit target
|
3 years ago |
Igor Pissolati
|
1b94b4c593
LibWeb: Bring MouseEvent a bit closer to spec
|
3 years ago |
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 |