summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout
AgeCommit message (Expand)Author
2020-05-12LibWeb: Fixed non-spec processing of margin and paddingEryk Skalinski
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11LibWeb: Don't paint borders with width <= 0pxLinus Groh
2020-05-11LibWeb: Draw the inspected node rect last in LayoutBox::render()Linus Groh
2020-05-10LibWeb: Add basic support for "border-style: {dotted,dashed}"Linus Groh
2020-05-10LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enumLinus Groh
2020-05-08LibWeb: Implement "text-transform: {upper,lower}case"Linus Groh
2020-05-08LibWeb: Generate a new list item marker on every layoutAndreas Kling
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-04LibWeb: Don't assert when trying to rebuild a single-node layout treeAndreas Kling
2020-04-15LibWeb: Limit the maximum size of <canvas> bitmap buffersAndreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-23 LibWeb: CSS: Add "position: absolute" with top and leftmyphs
2020-03-20LibWeb: Make hit testing better for blocks with inline childrenAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling