index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Page
/
EventHandler.cpp
Age
Commit message (
Expand
)
Author
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Implement deletion of more complex selections.
asynts
2020-12-09
LibWeb: Fix many bugs with the editing.
asynts
2020-12-09
LibWeb: Add support for cursor movement and delete.
asynts
2020-12-09
LibWeb: Support range delection accross nodes with shared parent.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-10-02
LibWeb: Add a PageClient callback for image context menu requests
Andreas Kling
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-12
LibWeb: Two mouse event handling fixes
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-21
LibWeb: Make selection state recomputation implicit
Andreas Kling
2020-08-21
LibWeb: Remember the selection state of each LayoutNode
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
LibWeb: Change cursor to IBeam when hovering text
AnicJov
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add very basic backspace support to content editing
Andreas Kling
2020-08-02
LibWeb: Allow inserting text at the cursor by typing characters :^)
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling