Age | Commit message (Expand) | Author |
---|---|---|
2022-10-13 | LibWeb: Fix position: fixed canvases/images disappearing when scrolling | MacDue |
2022-09-17 | LibWeb: Get default fonts via Platform::FontPlugin | Andreas Kling |
2022-07-26 | LibWeb: Shrink the inner border radii to accommodate the border widths | MacDue |
2022-07-04 | LibWeb: Use ScopedCornerRadiusClip for image painting | MacDue |
2022-06-16 | LibWeb: Support using border-radius on <img> tags | MacDue |
2022-03-23 | LibGfx: Implement `Rect::to_rounded<U>()` | Jelle Raaijmakers |
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 |