Age | Commit message (Expand) | Author |
---|---|---|
2023-01-11 | LibWeb: Make the paint tree GC-allocated | Andreas Kling |
2022-12-14 | LibWeb: Convert Paintable coordinates to new pixel units | Sam Atkins |
2022-11-15 | LibWeb: Clip hidden overflow by absolute rect of containing block | Aliaksandr Kalenik |
2022-09-14 | LibWeb: Don't clip to containing block when painting abspos descendants | Andreas Kling |
2022-03-24 | LibWeb: Treate SVG paintable coordinates as relative to <svg> element | Andreas Kling |
2022-03-19 | LibWeb: Make SVG <svg> elements behave as CSS replaced elements | Andreas Kling |
2022-03-13 | LibWeb: Make Layout::SVGBox a BlockContainer again | Andreas Kling |
2022-03-11 | LibWeb: Move PaintingBox to its own .cpp and .h files | Andreas Kling |
2022-03-11 | LibWeb: Make Paintable ref-counted | Andreas Kling |
2022-03-11 | LibWeb: Split Paintable into Paintable and PaintableBox | Andreas Kling |
2022-03-11 | LibWeb: Let Paintable perform the painting | Andreas Kling |