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
Age
Commit message (
Expand
)
Author
2021-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
Andreas Kling
2021-09-24
LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBox
Andreas Kling
2021-09-24
LibWeb: Let <br> elements have style
Andreas Kling
2021-09-24
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
Sam Atkins
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-23
LibWeb: Don't assume the parent is BFC in the IFC
Tobias Christiansen
2021-09-23
LibWeb: Flexbox: Use InlineFormattingContext when needed
Tobias Christiansen
2021-09-23
LibWeb: Proritize FlexFormattingContext when display: flex is specified
Tobias Christiansen
2021-09-22
LibWeb: Ignore negative margins for calculating height in a BFC
Tobias Christiansen
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes borders :^)
Sam Atkins
2021-09-19
LibWeb: Move border-painting code out of Box
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 background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move InlineNode background code from `paint_fragment` -> `paint`
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-09-19
LibWeb: Stop painting backgrounds for TextNodes
Sam Atkins
2021-09-19
LibWeb: Flexbox: Use maximum size of container as available size
Tobias Christiansen
2021-09-18
LibWeb: Add transform: translateY() support
Tobias Christiansen
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-18
LibWeb: Avoid unnecessary padded_rect() call in Box::paint()
Andreas Kling
2021-09-18
LibWeb: Flexbox: Assume Block when finding max main size of flex-column
Tobias Christiansen
2021-09-18
LibWeb: Also avoid setting definite size for height
Tobias Christiansen
2021-09-18
LibWeb: Use floating-point math for border-radius rendering
Andreas Kling
2021-09-18
LibWeb: Remove bogus offset when painting an SVG <path> box
Andreas Kling
2021-09-18
LibWeb: Implement very naive layout of <path> within <svg>
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-09-17
LibWeb: Flexbox: Take parent's width in the flex container for layouting
Tobias Christiansen
2021-09-17
LibGfx: Don't crash on request to draw impossible circle segment
Tobias Christiansen
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-17
LibWeb: Replace hard-coded defaults in Node::apply_style()
Sam Atkins
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-17
LibWeb: Skip rendering box-shadow blur if we don't have memory for it
Andreas Kling
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-15
LibWeb: Avoid setting definite {width,height} when "auto" is specified
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Somewhat suppport "align-items"
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Make step 11 of the layout algorithm more align aware
Tobias Christiansen
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-09-15
LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()
Andreas Kling
2021-09-15
LibWeb: Remove unused NodeWithStyle::m_position field
Sam Atkins
2021-09-15
LibWeb: Make flex-box ignore out-of-flow child boxes
Sam Atkins
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-09-14
LibWeb: Flexbox: Avoid division by zero
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Change the name of a variable to correspond to spec
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Resolve relative size of flex-items more correctly
Tobias Christiansen
[next]