Timothy Flynn
|
fe891727dc
LibWeb: Use correct URL parsing methods throughout LibWeb
|
7 months ago |
Jelle Raaijmakers
|
fd949ee3dd
LibWeb: Only set selection focus if an associated DOM node was found
|
7 months ago |
ronak69
|
d48831e893
LibWeb: Leave tooltip or unhover link only if page entered/hovered one
|
1 year ago |
ronak69
|
318fc62b53
LibWeb: Remember page's cursor and request change only when it changes
|
1 year ago |
Aliaksandr Kalenik
|
8614e0f856
LibWeb: Dispatch pointer events in EventHandler
|
7 months ago |
Aliaksandr Kalenik
|
c0e90a2a68
LibWeb: Dispatch "click" event on input control associated with <label>
|
7 months ago |
Psychpsyo
|
7f989765f5
LibWeb: Fix MouseEvent position values
|
7 months ago |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
7 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Andreas Kling
|
0a3b834346
LibWeb: Convert a bunch of dbg() to dbgln()
|
4 years ago |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 years ago |
Andreas Kling
|
8b9f2c41fa
LibWeb: Don't replace selection on key press in non-editable content
|
4 years ago |
asynts
|
10f9c85090
LibWeb: Make DOM::Range more suitable for JS.
|
4 years ago |
asynts
|
a94a1d9f9e
LibWeb: Implement deletion of more complex selections.
|
4 years ago |
asynts
|
b3d7c5bfbc
LibWeb: Fix many bugs with the editing.
|
4 years ago |
asynts
|
78558c9f30
LibWeb: Add support for cursor movement and delete.
|
4 years ago |
asynts
|
e96faea1a2
LibWeb: Support range delection accross nodes with shared parent.
|
4 years ago |
asynts
|
43dc47a494
LibWeb: Add support for range deletion.
|
4 years ago |
asynts
|
bbcc5a9332
LibWeb: Move editing stuff into EditEventHandler.
|
4 years ago |
Andreas Kling
|
2dd03a4200
LibWeb: Abort event handling if underlying layout tree disappears
|
4 years ago |
Luke
|
9950270808
LibWeb: Add HTML::EventNames and UIEvents::EventNames
|
4 years ago |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 years ago |
Andreas Kling
|
f358f2255f
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
|
4 years ago |
Andreas Kling
|
10b534849d
LibWeb: Remove ancient HTML_DEBUG debug logging
|
4 years ago |
Andreas Kling
|
81add73955
LibWeb: Make Frame point weakly to Page
|
4 years ago |
Andreas Kling
|
91b49dd9d0
LibWeb: Add a PageClient callback for image context menu requests
|
4 years ago |
Andreas Kling
|
86a4eaca38
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
|
4 years ago |
Andreas Kling
|
94c55d9e37
LibWeb: Two mouse event handling fixes
|
4 years ago |
Andreas Kling
|
d6889ecf35
LibWeb: Allow layout nodes to receive and track mouse events
|
4 years ago |