Commit Verlauf

Autor SHA1 Nachricht Datum
  implicitfield 54d8e58a68 LibWeb: Account for margin and padding of justified abspos flex items vor 1 Jahr
  implicitfield 3888a91c5b LibWeb: Account for margin and padding of aligned abspos flex items vor 1 Jahr
  Andreas Kling a61f09a010 LibWeb: Stretch-fit flex items with aspect ratio but no fixed sizes vor 1 Jahr
  Andreas Kling b079f4d590 LibWeb: Make flexbox special definite size cases explicit vor 1 Jahr
  Andreas Kling 1583e6ce07 LibWeb: Clamp justification space between flex items to 0 vor 1 Jahr
  Andreas Kling 7fedf806c2 LibWeb: Cache pointer to UsedValues for each FlexItem vor 1 Jahr
  Bastian Neumann 7cd489d6aa LibWeb: Remove early continue in size parsing vor 1 Jahr
  Andreas Kling 2d50dee920 LibWeb: Use correct max-size in intrinsic sizing of column flex layout vor 1 Jahr
  Andreas Kling 72dd37438d LibWeb: Treat flex item cross axis max-size as "none" in more cases vor 1 Jahr
  Andreas Kling bfa4143e70 LibWeb: Avoid an unnecessary LayoutState lookup in FlexFormattingContext vor 1 Jahr
  Andreas Kling 5af02a914c LibWeb: Let parent formatting context determine size of flex containers vor 1 Jahr
  Andreas Kling aa245f9f18 LibWeb: Fix reverse flex layout with `justify-content: normal` vor 1 Jahr
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` vor 1 Jahr
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` vor 1 Jahr
  Aliaksandr Kalenik 56ff9bffae LibWeb: Support "normal" and "stretch" justify-content in CSS parser vor 1 Jahr
  Aliaksandr Kalenik b395cfccb0 LibWeb: Add support for "align-content: normal" in CSS parser vor 1 Jahr
  Andreas Kling 3250a424f0 LibWeb: Don't offset abspos children of flex container by padding twice vor 1 Jahr
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) vor 1 Jahr
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels vor 1 Jahr
  Andreas Kling 90e95d38d7 LibWeb: Make `align-items: normal` behave like `stretch` on flex items vor 1 Jahr
  Aliaksandr Kalenik e9a718ff88 LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()` vor 1 Jahr
  Aliaksandr Kalenik 8b99366b9d LibWeb: Replace to_px() with to_px_or_zero() in FlexFormattingContext vor 1 Jahr
  Aliaksandr Kalenik e25b1f76e1 LibWeb: Forbid usage of indefinite width in calculate_min{max}_height vor 1 Jahr
  Andreas Kling 41e7c5766e LibWeb: Support more kinds of indefinite widths on flex column items vor 1 Jahr
  Andreas Kling 15440b156f LibWeb: Ignore flex container size constraints during intrinsic sizing vor 1 Jahr
  PaddiM8 6de701b5c3 LibWeb: Handle auto margins with flex and justify-content vor 1 Jahr
  PaddiM8 a26f2f0aab LibWeb: Handle flex reverse togther with justify-content vor 1 Jahr
  Aliaksandr Kalenik 152ce88984 LibWeb: Avoid leaking infinite remaining_free_space in FFC calculation vor 1 Jahr
  Aliaksandr Kalenik 849cf894d8 LibWeb: Fix division by zero in distribute_any_remaining_free_space vor 1 Jahr