index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
/
FormattingState.cpp
Age
Commit message (
Expand
)
Author
2022-07-06
LibWeb: Add a 1-entry lookup cache to FormattingState
Andreas Kling
2022-03-26
LibWeb: Rename "offset" in box model metrics to "inset"
Andreas Kling
2022-03-13
LibWeb: Make Layout::FormattingState copies shallow
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
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
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-02-28
LibWeb: Store box's containing line box fragment in FormattingState
Andreas Kling
2022-02-28
LibWeb: Use copy-on-write to make cloning a FormattingState much cheaper
Andreas Kling
2022-02-21
LibWeb: Fix floating boxes getting stacked on top of each other
Andreas Kling
2022-02-21
LibWeb: Store overflow data in the FormattingState
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling