提交历史

作者 SHA1 备注 提交日期
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 年之前
  Andreas Kling c517dfde12 LibWeb: Honor the flexbox spec's "automatic minimum size" everywhere 3 年之前
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 年之前
  Andreas Kling 0d8f9019c8 LibWeb: Implement basic stretch alignment for `flex-wrap: wrap` 3 年之前
  Andreas Kling 9fc43d5766 LibWeb: Update flex container intrinsic size algorithm to draft spec 3 年之前
  Andreas Kling 884b7fad48 LibWeb: Remove weird is_undefined_or_auto() helper in FFC 3 年之前
  Andreas Kling 0636e1db61 LibWeb: Update flex line "remaining free space" when finished 3 年之前
  Andreas Kling 7d7d5f0b1b LibWeb: Use fit-content size for flex items with indefinite cross size 3 年之前
  Idan Horowitz e39514721e LibWeb: Add missing break to avoid fallthrough in FlexFormattingContext 3 年之前
  Idan Horowitz c70359ac04 LibWeb: Remove unused variable in FlexFormattingContext 3 年之前
  Andreas Kling dc13ced1a7 LibWeb: Express flex item cross axis alignment as offsets-from-center 3 年之前
  Andreas Kling 5f78e780f5 LibWeb: Actually clamp flex line cross size to min/max-size 3 年之前
  Andreas Kling c81e5c9d82 LibWeb: Floor scaled flex shrink factor at 1 when spec asks us to 3 年之前
  Andreas Kling 6ecf7db87b LibWeb: Take margin box into account when justifying flex items 3 年之前
  Andreas Kling 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item 3 年之前
  Andreas Kling 4493702fb2 LibWeb: Honor preferred size as intrinsic cross size of flex items 3 年之前
  Andreas Kling 9cae06de09 LibWeb: Implement step 9.2.3 of the flexbox layout algorithm 3 年之前
  Andreas Kling e1dab7b63d LibWeb: Use the *outer* flex base size in intrinsic size calculation 3 年之前
  Andreas Kling aee3d79ad1 LibWeb: Use the "scaled flex shrink factor" where noted by the spec 3 年之前
  Andreas Kling f7750985fa LibWeb: Treat "flex-basis: 0px" like any other definite basis value 3 年之前
  Andreas Kling 7b4a86ab80 LibWeb: Use max-content main size for flex items w/ definite cross size 3 年之前
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 年之前
  Andreas Kling db2d62671f LibWeb: Add FFC helpers for getting intrinsic size of flex items 3 年之前
  Andreas Kling 4f6fc3d3a6 LibWeb: Only perform the requested form of intrinsic size calculation 3 年之前
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes 3 年之前
  Andreas Kling 1690d88887 LibWeb: Clamp intrinsic flex item main size contributions to min/max 3 年之前
  Andreas Kling 89e65e0ea1 LibWeb: Support flex item cross sizing based on intrinsic aspect ratio 3 年之前
  Andreas Kling 8eb022a57d LibWeb: Don't include flex line margins in inner flex item cross sizes 3 年之前
  Andreas Kling 030dbfd2a9 LibWeb: Improve support for flex-start/end with reversed flex-direction 3 年之前
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 3 年之前