Age | Commit message (Expand) | Author |
---|---|---|
2023-01-11 | LibWeb: Make the paint tree GC-allocated | Andreas Kling |
2023-01-05 | LibWeb+WebContent: Convert BrowsingContext to new pixel units | Sam Atkins |
2022-12-14 | LibWeb: Convert Paintable coordinates to new pixel units | Sam Atkins |
2022-12-14 | LibWeb: Convert border painting to new pixel units | Sam Atkins |
2022-12-14 | LibWeb: Split PaintContext::viewport_rect() into device/css variants | Sam Atkins |
2022-08-05 | LibWeb: Don't paint non-visible frames | Andreas Kling |
2022-07-26 | LibWeb: Shrink the inner border radii to accommodate the border widths | MacDue |
2022-07-04 | LibWeb: Support adding a border-radius to <iframe> elements | MacDue |
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 |