summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TextNode.cpp
AgeCommit message (Expand)Author
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-19LibWeb: Stop painting backgrounds for TextNodesSam Atkins
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-08-02LibWeb: Remove unneccessary breaks from text-decoration-renderingTobias Christiansen
2021-08-02LibWeb: Don't draw zero-length line for text-decoration: blinkTobias Christiansen
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-29LibWeb: Add proper support for text-decoration-line property valuesTobias Christiansen
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-04LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNodeMax Wipfli
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-27LibWeb: Remove unnecessary temporary Vector in text layoutAndreas Kling
2021-04-27LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()Andreas 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: Protect RadioButton and TextNode against mutating DOMTimothy Flynn
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling