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 |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 years ago |
Andreas Kling
|
684fa0f99b
LibWeb: Make selection state recomputation implicit
|
4 years ago |
Andreas Kling
|
d47f77169f
LibWeb: Remember the selection state of each LayoutNode
|
4 years ago |
Andreas Kling
|
56c3748dcc
LibWeb: Rename PageView => InProcessWebView
|
4 years ago |
AnicJov
|
ac4897d613
LibWeb: Change cursor to IBeam when hovering text
|
4 years ago |
Andreas Kling
|
01022eb5d6
LibWeb: Allow focusing individual (focusable) elements with Tab key
|
4 years ago |
Andreas Kling
|
6b4a7d1ee3
LibWeb: Add "focused frame" concept, one focused Frame per Page
|
4 years ago |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
4 years ago |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
4 years ago |
Andreas Kling
|
e2b4fef6c7
LibWeb: Specialize hit testing for text cursor purposes
|
4 years ago |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
4 years ago |
Andreas Kling
|
07e13e9868
LibWeb: Only allow editing of elements with contenteditable="true"
|
5 years ago |
Andreas Kling
|
8b16c61ff8
LibWeb: Add very basic backspace support to content editing
|
5 years ago |
Andreas Kling
|
bc299754f6
LibWeb: Allow inserting text at the cursor by typing characters :^)
|
5 years ago |
Andreas Kling
|
2c679d0c8b
LibWeb: Add a blinking text cursor :^)
|
5 years ago |
Andreas Kling
|
ef711f501e
LibWeb: Move the Page/Frame/EventHandler classes into Page/
|
5 years ago |