Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 년 전 |
Itamar
|
a802fb2023
LibWeb: Support MouseEvent.{pageX,pageY}
|
2 년 전 |
Itamar
|
f6862a4203
LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()
|
2 년 전 |
Itamar
|
66ee08c3dc
LibWeb: Fix calculation of MouseEvent::client_{x,y}
|
2 년 전 |
Sam Atkins
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
2 년 전 |
Sam Atkins
|
045aa8530c
LibWeb: Rename some variables to avoid shadowing
|
2 년 전 |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 년 전 |
Sam Atkins
|
b517032354
LibWeb: Return correct value from EventHandler::fire_keyboard_event()
|
2 년 전 |
Nico Weber
|
6911c5545c
Everywhere: Fix a few comment typos
|
2 년 전 |
Gunnar Beutner
|
892186d058
LibWeb: Pick the correct DOM node for mouse-move events
|
2 년 전 |
Luke Wilde
|
11ede565a8
LibWeb: Fire a keypress event after firing a keydown event
|
2 년 전 |
Luke Wilde
|
e4688fedd5
LibWeb: Make keyboard events properly fire into a focused iframe
|
2 년 전 |
Luke Wilde
|
a10204133a
LibWeb: Use the focus steps instead of set_focused_element on user click
|
2 년 전 |
Gunnar Beutner
|
02186e2ee9
LibWeb: Skip anonymous layout nodes while finding the event target
|
2 년 전 |
Gunnar Beutner
|
e7a7895114
LibWeb: Move code for finding the parent element into a helper function
|
2 년 전 |
Andreas Kling
|
29c6aabf49
LibWeb: Try harder to find a suitable DOM node for mouse event dispatch
|
2 년 전 |
Aliaksandr Kalenik
|
9cbf031b6d
LibWeb: Add button property in MouseEvent
|
2 년 전 |
Aliaksandr Kalenik
|
501fb1cccb
LibWeb: Dispatch "wheel" event
|
2 년 전 |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 년 전 |
Aliaksandr Kalenik
|
dfc3a4772b
LibWeb: Ignore "pointer-events: none" elements in hit_test
|
2 년 전 |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
2 년 전 |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 년 전 |
Sam Atkins
|
28a591ce7b
LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors
|
2 년 전 |
Andreas Kling
|
54e7359243
LibWeb: Repaint the page immediately when using the mouse to select
|
2 년 전 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 년 전 |
Andreas Kling
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
2 년 전 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 년 전 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 년 전 |
Andreas Kling
|
7a7043f821
LibWeb: Simplify some WeakPtr assignments
|
3 년 전 |
Karol Kosek
|
c6eaa39b99
LibWeb: Make doubleclicking select the nearest word
|
3 년 전 |