Commit History

Author SHA1 Message Date
  BenJilks 82989554ab LibWeb: Use reverse direction on flex containers with `rtl` direction 11 months ago
  Jelle Raaijmakers 7a783d3a89 LibWeb: Account for intrinsic width or height in flex base size 11 months ago
  Jelle Raaijmakers d82f8a4b16 LibWeb: Update two spec URIs 11 months ago
  Jelle Raaijmakers 89d21335a1 LibWeb: Remove unused includes 11 months ago
  Edwin Hoksberg de84e6f93a LibWeb: Move css_clamp function to FormattingContext 11 months ago
  BenJilks 47aee289d8 LibWeb: Change flex remaining space distribution to include gap 1 year ago
  Andreas Kling db1faef786 LibWeb: Fix overeager fallback to stretch-fit width for some flex items 1 year ago
  Andreas Kling 9c02ace897 LibWeb: Allow flex-basis: {min,max,fit}-content 1 year ago
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 year ago
  Andreas Kling d37c0a2cab LibWeb: Don't make flex layout responsible for flex container cross size 1 year ago
  implicitfield 54d8e58a68 LibWeb: Account for margin and padding of justified abspos flex items 1 year ago
  implicitfield 3888a91c5b LibWeb: Account for margin and padding of aligned abspos flex items 1 year ago
  Andreas Kling a61f09a010 LibWeb: Stretch-fit flex items with aspect ratio but no fixed sizes 1 year ago
  Andreas Kling b079f4d590 LibWeb: Make flexbox special definite size cases explicit 1 year ago
  Andreas Kling 1583e6ce07 LibWeb: Clamp justification space between flex items to 0 1 year ago
  Andreas Kling 7fedf806c2 LibWeb: Cache pointer to UsedValues for each FlexItem 1 year ago
  Bastian Neumann 7cd489d6aa LibWeb: Remove early continue in size parsing 1 year ago
  Andreas Kling 2d50dee920 LibWeb: Use correct max-size in intrinsic sizing of column flex layout 1 year ago
  Andreas Kling 72dd37438d LibWeb: Treat flex item cross axis max-size as "none" in more cases 1 year ago
  Andreas Kling bfa4143e70 LibWeb: Avoid an unnecessary LayoutState lookup in FlexFormattingContext 1 year ago
  Andreas Kling 5af02a914c LibWeb: Let parent formatting context determine size of flex containers 1 year ago
  Andreas Kling aa245f9f18 LibWeb: Fix reverse flex layout with `justify-content: normal` 1 year ago
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` 1 year ago
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 year ago
  Aliaksandr Kalenik 56ff9bffae LibWeb: Support "normal" and "stretch" justify-content in CSS parser 1 year ago
  Aliaksandr Kalenik b395cfccb0 LibWeb: Add support for "align-content: normal" in CSS parser 1 year ago
  Andreas Kling 3250a424f0 LibWeb: Don't offset abspos children of flex container by padding twice 1 year ago
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 year ago
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 year ago
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 year ago