index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
TextNode.h
Age
Commit message (
Expand
)
Author
2023-01-11
LibWeb: Make a handful of layout node leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-14
LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""
Andreas Kling
2022-10-14
LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_mode
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibWeb: Make whitespace collapsing stateless
Andreas Kling
2022-03-26
LibWeb: Simplify text chunk iteration a little bit
Andreas Kling
2022-03-26
LibWeb: Remove unused declarations from Layout::TextNode
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-07
LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() const
Maciej
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-07-29
LibWeb: Add proper support for text-decoration-line property values
Tobias Christiansen
2021-04-29
LibWeb: Move Layout::TextNode whitespace collapse to separate function
Andreas Kling
2021-04-27
LibWeb: Refactor Layout::TextNode splitting into a chunk iterator
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
LibWeb: Defer mouse events from TextNode to Label
Timothy Flynn
2021-01-17
LibWeb: Add fast_is<T>() for some DOM and layout node subclasses
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling