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
/
SVGSVGBox.cpp
Age
Commit message (
Expand
)
Author
2023-05-20
LibWeb: Support <svg> elements with `display: block`
Andreas Kling
2023-05-06
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
Andreas Kling
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-03-20
LibWeb: Support more length types in SVG width/height attributes
Michiel
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2022-07-11
LibWeb: Try to work out the intrinsic size of <svg> elements
Andreas Kling
2022-03-19
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
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: Rename Painting::Box => Paintable
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-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling