Age | Commit message (Expand) | Author |
---|---|---|
2022-10-13 | LibWeb: Fix position: fixed canvases/images disappearing when scrolling | MacDue |
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 <canvas> elements | MacDue |
2022-06-13 | LibWeb: Add ability to present LibGL framebuffer and add clearing | Luke Wilde |
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 |