Age | Commit message (Expand) | Author |
---|---|---|
2023-01-11 | LibWeb: Make a handful of layout node leaf classes `final` | Andreas Kling |
2023-01-11 | LibWeb: Make the paint tree GC-allocated | Andreas Kling |
2022-10-20 | LibWeb: Make the layout tree GC-allocated | Andreas Kling |
2022-03-11 | LibWeb: Make Paintable ref-counted | Andreas Kling |
2022-03-11 | LibWeb: Let Paintable perform the painting | Andreas Kling |
2022-03-11 | LibWeb: Move StackingContext and PaintPhase into the Painting namespace | Andreas Kling |
2022-02-16 | LibWeb: Add basic implementation of progress bar element | Rafał Babiarz |