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-16 | LibWeb: Refactor all LabelableNode subclasses + input event handling :^) | sin-ack |
2022-03-11 | LibWeb: Move mouse event and label logic from layout to painting tree | 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 |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-04 | LibWeb: Convert ButtonBox to be a LabelableNode | Timothy Flynn |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |