summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/FormattingState.cpp
AgeCommit message (Expand)Author
2022-07-06LibWeb: Add a 1-entry lookup cache to FormattingStateAndreas Kling
2022-03-26LibWeb: Rename "offset" in box model metrics to "inset"Andreas Kling
2022-03-13LibWeb: Make Layout::FormattingState copies shallowAndreas Kling
2022-03-11LibWeb: Generate a TextPaintable for every Layout::TextNodeAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Make Painting::Box virtual and add Painting::BoxWithLinesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Use copy-on-write to make cloning a FormattingState much cheaperAndreas Kling
2022-02-21LibWeb: Fix floating boxes getting stacked on top of each otherAndreas Kling
2022-02-21LibWeb: Store overflow data in the FormattingStateAndreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling