Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code vor 2 Jahren
  Andreas Kling 00e3e82bbd LibWeb: Account for box-sizing:border-box in layout-less definite sizes vor 2 Jahren
  Andreas Kling deea7cbc11 LibWeb: Remove vestigial resolve_definite_width/height helper functions vor 2 Jahren
  Andreas Kling d053cb6fae LibWeb: Fix bug where `box-sizing: border-box` made flex items too small vor 2 Jahren
  Andreas Kling 0d5e0d27aa LibWeb: Treat unresolvable percentage flex-basis values as 'content' vor 2 Jahren
  Andreas Kling c710575f88 LibWeb: Honor box-sizing in flex item "specified size suggestion" vor 2 Jahren
  Andreas Kling e7f5b5a2f3 LibWeb: Fix multi-line flex column layouts with auto height on container vor 2 Jahren
  Andreas Kling b9b6037d2b LibWeb: Honor gap between flex lines when using align-content: stretch vor 2 Jahren
  Andreas Kling 47c21cc349 LibWeb: Honor column-gap and row-gap CSS properties in flex layout vor 2 Jahren
  Andreas Kling 9cded6e1b5 LibWeb: Fix application of intrinsic aspect ratio to flex column items vor 2 Jahren
  Andreas Kling c0a7a61288 LibWeb: Clamp fit-content widths in flex layout to min/max-width vor 2 Jahren
  Andreas Kling af118abdf0 LibWeb: Use fit-content width in place of indefinite flex item widths vor 2 Jahren
  Andreas Kling 2699f226fb LibWeb: Don't compute main axis "auto min-size" for flex item cross axis vor 2 Jahren
  Andreas Kling 1f7e6cc022 LibWeb: Use zero automatic minimum size for scroll-container flex items vor 2 Jahren
  Andreas Kling 3932afdc6a LibWeb: Remove unnecessary repeat of partial flex layout algorithm vor 2 Jahren
  Andreas Kling 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root vor 2 Jahren
  Andreas Kling 1dc074fc18 LibWeb: Treat flex item's cyclic percentage cross size as auto vor 2 Jahren
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Andreas Kling d1065afdd3 LibWeb: Avoid inside layout of flex items during intrinsic sizing vor 2 Jahren
  Andreas Kling f3556f239e LibWeb: Don't touch flex items after they we've been frozen vor 2 Jahren
  Andreas Kling 0808463a7d LibWeb: Use FlexItem::outer_hypothetical_main_size() in one more place vor 2 Jahren
  Mathis Wiehl ab4cf7c57d LibWeb: Don't overflow flex containers on margin auto vor 2 Jahren
  Andreas Kling 109ed27423 LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec vor 2 Jahren
  Andreas Kling 0ef07383e5 LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items vor 2 Jahren
  Andreas Kling 07f6ee9e73 LibWeb: Simplify FFC get_pixel_{width,height} internal helper API vor 2 Jahren
  Andreas Kling 6b19397452 LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items vor 2 Jahren
  Andreas Kling e6448f137e LibWeb: Avoid an unnecessary vector copy when generating flex items vor 2 Jahren
  Andreas Kling 8929c7b474 LibWeb: Remove FFC hack where we assign flex item box dimensions twice vor 2 Jahren
  Andreas Kling 2a607e9ebc LibWeb: Rename FFC::specified_axis_size() to inner_axis_size() vor 2 Jahren
  Andreas Kling 0315ba5e06 LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext vor 2 Jahren