asynts
|
78558c9f30
LibWeb: Add support for cursor movement and delete.
|
4 年之前 |
asynts
|
e96faea1a2
LibWeb: Support range delection accross nodes with shared parent.
|
4 年之前 |
asynts
|
43dc47a494
LibWeb: Add support for range deletion.
|
4 年之前 |
asynts
|
bbcc5a9332
LibWeb: Move editing stuff into EditEventHandler.
|
4 年之前 |
Andreas Kling
|
2dd03a4200
LibWeb: Abort event handling if underlying layout tree disappears
|
4 年之前 |
Luke
|
9950270808
LibWeb: Add HTML::EventNames and UIEvents::EventNames
|
4 年之前 |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 年之前 |
Andreas Kling
|
f358f2255f
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
|
4 年之前 |
Andreas Kling
|
10b534849d
LibWeb: Remove ancient HTML_DEBUG debug logging
|
4 年之前 |
Andreas Kling
|
81add73955
LibWeb: Make Frame point weakly to Page
|
4 年之前 |
Andreas Kling
|
91b49dd9d0
LibWeb: Add a PageClient callback for image context menu requests
|
4 年之前 |
Andreas Kling
|
86a4eaca38
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
|
4 年之前 |
Andreas Kling
|
94c55d9e37
LibWeb: Two mouse event handling fixes
|
4 年之前 |
Andreas Kling
|
d6889ecf35
LibWeb: Allow layout nodes to receive and track mouse events
|
4 年之前 |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 年之前 |
Andreas Kling
|
684fa0f99b
LibWeb: Make selection state recomputation implicit
|
4 年之前 |
Andreas Kling
|
d47f77169f
LibWeb: Remember the selection state of each LayoutNode
|
4 年之前 |
Andreas Kling
|
56c3748dcc
LibWeb: Rename PageView => InProcessWebView
|
4 年之前 |
AnicJov
|
ac4897d613
LibWeb: Change cursor to IBeam when hovering text
|
4 年之前 |
Andreas Kling
|
01022eb5d6
LibWeb: Allow focusing individual (focusable) elements with Tab key
|
4 年之前 |
Andreas Kling
|
6b4a7d1ee3
LibWeb: Add "focused frame" concept, one focused Frame per Page
|
4 年之前 |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
5 年之前 |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
5 年之前 |
Andreas Kling
|
e2b4fef6c7
LibWeb: Specialize hit testing for text cursor purposes
|
5 年之前 |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
5 年之前 |
Andreas Kling
|
07e13e9868
LibWeb: Only allow editing of elements with contenteditable="true"
|
5 年之前 |
Andreas Kling
|
8b16c61ff8
LibWeb: Add very basic backspace support to content editing
|
5 年之前 |
Andreas Kling
|
bc299754f6
LibWeb: Allow inserting text at the cursor by typing characters :^)
|
5 年之前 |
Andreas Kling
|
2c679d0c8b
LibWeb: Add a blinking text cursor :^)
|
5 年之前 |
Andreas Kling
|
ef711f501e
LibWeb: Move the Page/Frame/EventHandler classes into Page/
|
5 年之前 |