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
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Rename PositionedBox to GridItem
martinfalisse
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-01
LibWeb: Add .scaled_font() helper to Layout::Node
MacDue
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-29
LibWeb: Resolve percentage vertical-align values against line-height
Andreas Kling
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Make box content sizes indefinite before intrinsic sizing
Andreas Kling
2023-03-27
LibWeb: Add default equality operators to Available{Space,Size}
Andreas Kling
2023-03-27
LibWeb: Pass available inner space to inline-level SVG layout
Andreas Kling
2023-03-27
LibWeb: Pass available inner space to BFC root auto height calculation
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
2023-03-26
LibWeb: Declare overflow_value_makes_box_a_scroll_container as static
Timothy Flynn
2023-03-26
LibWeb: Fix non return in overflow value check
Cameron Youell
2023-03-26
LibWeb: Don't compute main axis "auto min-size" for flex item cross axis
Andreas Kling
2023-03-26
LibWeb: Use zero automatic minimum size for scroll-container flex items
Andreas Kling
2023-03-26
LibWeb: Add Layout::Box::is_scroll_container()
Andreas Kling
2023-03-26
LibWeb: Remove unnecessary repeat of partial flex layout algorithm
Andreas Kling
2023-03-26
LibWeb: Fix mistype in `LayoutState`
Cameron Youell
2023-03-25
LibWeb: Add FIXME whining to debug log if layout produces negative sizes
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved height of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved width of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible
Andreas Kling
2023-03-25
LibWeb: Don't use image source URL as backup `alt` attribute
Andreas Kling
2023-03-25
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-23
LibWeb: Parse and plumb the `accent-color` CSS property
MacDue
2023-03-22
LibWeb: Consider inline content (line boxes) when measuring overflow
Andreas Kling
2023-03-20
LibWeb: Support more length types in SVG width/height attributes
Michiel
2023-03-20
LibWeb: Let FormattingContext decide the automatic width of its root
Andreas Kling
2023-03-18
LibWeb: Clarify stacking context creation for viewport box
Andreas Kling
2023-03-18
LibWeb: Treat flex item's cyclic percentage cross size as auto
Andreas Kling
2023-03-16
LibWeb: Don't drop single <br/> lines
Mathis Wiehl
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-14
LibWeb: Don't compute full style for ::before/::after unless matched
Andreas Kling
2023-03-14
LibWeb: Avoid inside layout of flex items during intrinsic sizing
Andreas Kling
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-12
LibWeb: Consider entire stack of floated boxes when floating new box
Andreas Kling
2023-03-11
LibWeb: Establish a stacking context for root element
Mathis Wiehl
2023-03-11
LibWeb: Don't touch flex items after they we've been frozen
Andreas Kling
[next]