summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LineBox.cpp
AgeCommit message (Expand)Author
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibGfx: Add FloatPoint methodsMatthew Olsson
2020-06-24LibWeb: Move position and text-align to LayoutStyleAndreas Kling
2020-06-24LibWeb: Rename LayoutNode::style() => specified_style()Andreas Kling
2020-06-24LibWeb: Use the cached text-align value in LineBox::add_fragment()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-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling