Age | Commit message (Expand) | Author |
---|---|---|
2022-03-11 | LibWeb: Remove a bunch of no-longer needed #includes | Andreas Kling |
2022-03-11 | LibWeb: Make Paintable ref-counted | Andreas Kling |
2022-03-11 | LibWeb: Use Layout::Box::paint_box() accessor in more places | Andreas Kling |
2022-03-11 | LibWeb: Let Paintable perform the painting | Andreas Kling |
2022-03-11 | LibWeb: Rename Painting::Box => Paintable | Andreas Kling |
2022-03-11 | LibWeb: Move StackingContext and PaintPhase into the Painting namespace | Andreas Kling |
2022-03-11 | LibWeb: Add Painting::Box and move things from Layout::Box into it | Andreas Kling |
2022-02-28 | LibWeb: Add support for 'view-box' attribute to SVGs | Tobias Christiansen |
2022-02-16 | LibWeb: Give SVG geometry elements a position | Sam Atkins |
2022-02-11 | LibWeb: Rename SVGPathBox -> SVGGeometryBox | Sam Atkins |