summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TextNode.h
AgeCommit message (Expand)Author
2021-09-15LibWeb: Make Layout::Node::paint() pure virtualAndreas Kling
2021-08-29LibWeb: Rename wrap_breaks to respect_linebreakssin-ack
2021-08-29LibWeb: Refactor TextNode::ChunkIteratorsin-ack
2021-07-29LibWeb: Add proper support for text-decoration-line property valuesTobias Christiansen
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-27LibWeb: Refactor Layout::TextNode splitting into a chunk iteratorAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling