Age | Commit message (Expand) | Author |
---|---|---|
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 |