Age | Commit message (Expand) | Author |
---|---|---|
2023-01-11 | LibWeb: Make the paint tree GC-allocated | Andreas Kling |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2022-03-11 | LibWeb: Remove a bunch of no-longer needed #includes | 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: Rename Painting::Box => Paintable | Andreas Kling |
2022-03-11 | LibWeb: Move StackingContext and PaintPhase into the Painting namespace | Andreas Kling |
2022-03-11 | LibWeb: Add Painting::Box and move things from Layout::Box into it | Andreas Kling |
2022-02-16 | LibWeb: Add basic implementation of progress bar element | Rafał Babiarz |