Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Bastiaan van der Plaat
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
1 year ago |
Bastiaan van der Plaat
|
836a7b00dd
Ladybird+LibWeb: Add MouseEvent screenX and screenY support
|
1 year ago |
Bastiaan van der Plaat
|
e584189b8f
LibWeb: Reorder MouseEvent items to follow spec more
|
1 year ago |
circl
|
e0e67a2b27
LibWeb: Partially implement MouseEvent.movementX/movementY
|
1 year ago |
Bastiaan van der Plaat
|
0facfd3257
LibWeb: Make handle_mousewheel wheel delta use pixels
|
1 year ago |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
2 years ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andi Gallo
|
670bbf24e5
LibWeb: Check paintable of target against null in mousewheel handling
|
2 years ago |
Aliaksandr Kalenik
|
5f364e9bc1
LibWeb: Rename is_scrollable() to is_user_scrollable()
|
2 years ago |
Daniel Bertalan
|
66645cdc94
LibJS+LibWeb: Mark `NonnullGCPtr::ptr()` as `returns_nonnull`
|
2 years ago |
Aliaksandr Kalenik
|
c985a1b2af
LibWeb: Add non-const version of paintable_box() in DOM::Node
|
2 years ago |
Aliaksandr Kalenik
|
3eb9ae4ed5
LibWeb: Find closest scrollable paintable to call handle_mousewheel()
|
2 years ago |
MacDue
|
22d06a4ff0
LibWeb: Set scroll step size to a value consistent with Qt/Ladybird
|
2 years ago |
Sebastian Zaha
|
05dd46f9e3
LibWeb: Do not fire click event if mouseup/down elements do not match
|
2 years ago |
Sebastian Zaha
|
065c8cefb8
LibWeb: Remove unused code
|
2 years ago |
Timothy Flynn
|
a4070b1452
LibWeb: Allow toggling playback of media elements with keyboard controls
|
2 years ago |
PrestonLTaylor
|
0eac8bce6f
LibWeb: Fix js execution for js urls in anchor tags href
|
2 years ago |
Timothy Flynn
|
9e95c9892c
Ladybird+LibWeb+WebContent: Add context menu controls for muting audio
|
2 years ago |
Timothy Flynn
|
14ca04de25
Ladybird+LibWeb+WebContent: Generalize video context menus for all media
|
2 years ago |
Andreas Kling
|
fdbdc4d5ff
LibWeb: Only forward scroll requests for the top-level browsing context
|
2 years ago |
Andreas Kling
|
e83681ee34
LibWeb: Use the right DOM node when placing cursor on double-click
|
2 years ago |
Luke Wilde
|
e038901555
LibWeb: Fire the contextmenu event on right click (if not holding shift)
|
2 years ago |
Timothy Flynn
|
d8f03dda08
Browser+LibWeb+WebContent: Broadcast video element context menu requests
|
2 years ago |
Timothy Flynn
|
806e08425a
LibWeb: Clear the mouse event tracking node when it stops wanting events
|
2 years ago |
Linus Groh
|
d58b671ff6
LibWeb/DOM: Rename Node::{paint => paintable}_box()
|
2 years ago |
Andreas Kling
|
d8ccc2d54e
LibWeb: Rename BrowsingContextContainer => NavigableContainer
|
2 years ago |
Srikavin Ramkumar
|
33686c8a63
LibWeb: Support NotAllowed CSS cursor
|
2 years ago |
Kenneth Myhra
|
f9d50e6eca
LibWeb: Port fire_keyboard_event() to new FlyString
|
2 years ago |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |