Age | Commit message (Expand) | Author |
---|---|---|
2022-03-11 | LibWeb: Make Paintable ref-counted | Andreas Kling |
2022-03-11 | LibWeb: Port inline elements to the new Paintable system | Andreas Kling |
2022-03-11 | LibWeb: Let Paintable perform the painting | Andreas Kling |
2022-03-11 | LibWeb: Move StackingContext and PaintPhase into the Painting namespace | Andreas Kling |
2022-02-25 | LibWeb: Make `display: foo` box constructors take the Element by pointer | Sam Atkins |
2022-01-23 | LibWeb: Remove old Layout::Node::split_into_lines() API | Andreas Kling |
2021-09-19 | LibWeb: Give InlineNodes a background | Sam Atkins |
2021-09-19 | LibWeb: Move InlineNode background code from `paint_fragment` -> `paint` | Sam Atkins |
2021-08-23 | LibWeb: Paint inspection outline for InlineNodes :^) | Sam Atkins |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |