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
/
InlineNode.h
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: Port inline elements to the new Paintable system
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-25
LibWeb: Make `display: foo` box constructors take the Element by pointer
Sam Atkins
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2021-09-19
LibWeb: Give InlineNodes a background
Sam Atkins
2021-09-19
LibWeb: Move InlineNode background code from `paint_fragment` -> `paint`
Sam Atkins
2021-08-23
LibWeb: Paint inspection outline for InlineNodes :^)
Sam Atkins
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling