summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutText.cpp
AgeCommit message (Expand)Author
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-13LibWeb: Teach line layout to collapse whitespace across fragmentsAndreas Kling
2020-06-10LibWeb: Rework the layout engine to use relative offsetsAndreas Kling
2020-05-27LibWeb: LayoutMode line_break_policy => LayoutMode layout_modeAndreas Kling
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-05-24LibWeb: Improve support for white-space CSS property (#2348)Jack Byrne
2020-05-08LibWeb: Implement "text-transform: {upper,lower}case"Linus Groh
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling