Age | Commit message (Expand) | Author |
---|---|---|
2020-06-18 | LibWeb: Rename LayoutNode::render() to paint() | Andreas Kling |
2020-06-13 | LibWeb: Teach line layout to collapse whitespace across fragments | Andreas Kling |
2020-06-10 | LibWeb: Rework the layout engine to use relative offsets | Andreas Kling |
2020-05-27 | LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode | Andreas Kling |
2020-05-26 | LibWeb: Basic support for display:inline-block with width:auto | Andreas Kling |
2020-05-24 | LibWeb: Improve support for white-space CSS property (#2348) | Jack Byrne |
2020-05-08 | LibWeb: Implement "text-transform: {upper,lower}case" | Linus Groh |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |