summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Layout/LayoutNode.cpp
AgeCommit message (Expand)Author
2019-10-15LibHTML: Add is<T> and to<T> helpers for LayoutNode class familyAndreas Kling
2019-10-13LibHTML: Add some convenient geometry getters on LayoutNodeAndreas Kling
2019-10-13LibHTML: Move layout root from HtmlView to DocumentAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-07LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-lessAndreas Kling
2019-10-07LibHTML: Rename "style_properties" to "style" everywhereAndreas Kling
2019-10-06LibHTML: Respect the link color set via <body link>Andreas Kling
2019-10-05LibHTML: Implement basic layout for inline <img alt>Andreas Kling
2019-10-04LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">Andreas Kling
2019-10-04LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()Andreas Kling
2019-10-04LibHTML: Rename ComputedStyle to BoxModelMetricsAndreas Kling
2019-10-04LibHTML: LayoutText should always use parent's style propertiesAndreas Kling
2019-10-01LibHTML: Implement the <hr> elementAndreas Kling
2019-10-01LibHTML: Implement basic border renderingAndreas Kling
2019-10-01LibHTML: Include padding when rendering background colorsAndreas Kling
2019-09-29LibHTML: Implement basic support for background-colorAndreas Kling
2019-09-29LibHTML: Have Document track its hovered NodeAndreas Kling
2019-09-29LibHTML: Add LayoutNode::document() for easy accessAndreas Kling
2019-09-29LibHTML: Make hit testing work for LayoutTextAndreas Kling
2019-09-28LibHTML: Implement naive hit testingAndreas Kling
2019-09-28LibHTML: Implement renderingSergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-07-08LibHTML: Create anonymous blocks around inline children of blocks.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling