Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c81e5c9d82 LibWeb: Floor scaled flex shrink factor at 1 when spec asks us to il y a 3 ans
  Andreas Kling 6ecf7db87b LibWeb: Take margin box into account when justifying flex items il y a 3 ans
  Andreas Kling 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item il y a 3 ans
  Andreas Kling 4493702fb2 LibWeb: Honor preferred size as intrinsic cross size of flex items il y a 3 ans
  Andreas Kling 9cae06de09 LibWeb: Implement step 9.2.3 of the flexbox layout algorithm il y a 3 ans
  Andreas Kling e1dab7b63d LibWeb: Use the *outer* flex base size in intrinsic size calculation il y a 3 ans
  Andreas Kling aee3d79ad1 LibWeb: Use the "scaled flex shrink factor" where noted by the spec il y a 3 ans
  Andreas Kling f7750985fa LibWeb: Treat "flex-basis: 0px" like any other definite basis value il y a 3 ans
  Andreas Kling 7b4a86ab80 LibWeb: Use max-content main size for flex items w/ definite cross size il y a 3 ans
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints il y a 3 ans
  Andreas Kling db2d62671f LibWeb: Add FFC helpers for getting intrinsic size of flex items il y a 3 ans
  Andreas Kling 4f6fc3d3a6 LibWeb: Only perform the requested form of intrinsic size calculation il y a 3 ans
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes il y a 3 ans
  Andreas Kling 1690d88887 LibWeb: Clamp intrinsic flex item main size contributions to min/max il y a 3 ans
  Andreas Kling 89e65e0ea1 LibWeb: Support flex item cross sizing based on intrinsic aspect ratio il y a 3 ans
  Andreas Kling 8eb022a57d LibWeb: Don't include flex line margins in inner flex item cross sizes il y a 3 ans
  Andreas Kling 030dbfd2a9 LibWeb: Improve support for flex-start/end with reversed flex-direction il y a 3 ans
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values il y a 3 ans
  Andreas Kling 4935055407 LibWeb: Keep the "remaining free space" across flexbox algo steps il y a 3 ans
  Andreas Kling d2b7d2440f LibWeb: Cache flex item main sizes to avoid relayout during same cycle il y a 3 ans
  Andreas Kling 13b4d91f66 LibWeb: Always apply min/max cross size constraints to flex items il y a 3 ans
  Andreas Kling 7953bd8391 LibWeb: Implement "transferred size suggestion" for flex items il y a 3 ans
  Andreas Kling 75e8b1305d LibWeb: Actually distribute free space to flex items with auto margins il y a 3 ans
  Andreas Kling 99e96f951f LibWeb: Implement (some of) "automatic minimum size" for flex items il y a 3 ans
  Andreas Kling 967b257518 LibWeb: Make FFC prepare replaced child boxes for layout il y a 3 ans
  Andreas Kling 85f2f8ab3f LibWeb: Make sure we layout absolutely positioned children of FFC il y a 3 ans
  Andreas Kling 57feb0f3ec LibWeb: Add missing null check of independent formatting context in FFC il y a 3 ans
  Andreas Kling cc77c82383 LibWeb: Follow relaxed CSS clamping rules in flexbox layout il y a 3 ans
  Andreas Kling 922509c1a5 LibWeb: Remove incorrect comment from FFC flex item cross sizing il y a 3 ans
  Andreas Kling c8240e31a1 LibWeb: Implement basic intrinsic sizing algorithms for flex containers il y a 3 ans