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.cpp
Age
Commit message (
Expand
)
Author
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2022-10-06
LibWeb: Remove Layout::Node::set_inline()
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: Port inline elements to the new Paintable system
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
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-25
LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elements
Sam Atkins
2022-02-25
LibWeb: Make `display: foo` box constructors take the Element by pointer
Sam Atkins
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-14
LibWeb: Support inline-level padding and border properly
Andreas Kling
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-06
LibWeb: Remove unnecessary check for 0-sized fragments in InlineNode
Andreas Kling
2022-02-06
LibWeb: Only compute containing block rect once in InlineNode::paint()
Andreas Kling
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2021-11-17
LibWeb: Implement background-clip :^)
Sam Atkins
2021-11-17
LibWeb: Paint backgrounds with multiple layers :^)
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-09-19
LibWeb: Give InlineNodes borders :^)
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes a box-shadow :^)
Sam Atkins
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