Commit History

Author SHA1 Message Date
  Andreas Kling 9cae06de09 LibWeb: Implement step 9.2.3 of the flexbox layout algorithm 3 years ago
  Andreas Kling e1dab7b63d LibWeb: Use the *outer* flex base size in intrinsic size calculation 3 years ago
  Andreas Kling aee3d79ad1 LibWeb: Use the "scaled flex shrink factor" where noted by the spec 3 years ago
  Andreas Kling f7750985fa LibWeb: Treat "flex-basis: 0px" like any other definite basis value 3 years ago
  Andreas Kling 7b4a86ab80 LibWeb: Use max-content main size for flex items w/ definite cross size 3 years ago
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 years ago
  Andreas Kling db2d62671f LibWeb: Add FFC helpers for getting intrinsic size of flex items 3 years ago
  Andreas Kling 4f6fc3d3a6 LibWeb: Only perform the requested form of intrinsic size calculation 3 years ago
  Andreas Kling 496cf39cf5 LibWeb: Make separate functions for calculating min/max content sizes 3 years ago
  Andreas Kling 1690d88887 LibWeb: Clamp intrinsic flex item main size contributions to min/max 3 years ago
  Andreas Kling 89e65e0ea1 LibWeb: Support flex item cross sizing based on intrinsic aspect ratio 3 years ago
  Andreas Kling 8eb022a57d LibWeb: Don't include flex line margins in inner flex item cross sizes 3 years ago
  Andreas Kling 030dbfd2a9 LibWeb: Improve support for flex-start/end with reversed flex-direction 3 years ago
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values 3 years ago
  Andreas Kling 4935055407 LibWeb: Keep the "remaining free space" across flexbox algo steps 3 years ago
  Andreas Kling d2b7d2440f LibWeb: Cache flex item main sizes to avoid relayout during same cycle 3 years ago
  Andreas Kling 13b4d91f66 LibWeb: Always apply min/max cross size constraints to flex items 3 years ago
  Andreas Kling 7953bd8391 LibWeb: Implement "transferred size suggestion" for flex items 3 years ago
  Andreas Kling 75e8b1305d LibWeb: Actually distribute free space to flex items with auto margins 3 years ago
  Andreas Kling 99e96f951f LibWeb: Implement (some of) "automatic minimum size" for flex items 3 years ago
  Andreas Kling 967b257518 LibWeb: Make FFC prepare replaced child boxes for layout 3 years ago
  Andreas Kling 85f2f8ab3f LibWeb: Make sure we layout absolutely positioned children of FFC 3 years ago
  Andreas Kling 57feb0f3ec LibWeb: Add missing null check of independent formatting context in FFC 3 years ago
  Andreas Kling cc77c82383 LibWeb: Follow relaxed CSS clamping rules in flexbox layout 3 years ago
  Andreas Kling 922509c1a5 LibWeb: Remove incorrect comment from FFC flex item cross sizing 3 years ago
  Andreas Kling c8240e31a1 LibWeb: Implement basic intrinsic sizing algorithms for flex containers 3 years ago
  Enver Balalic 747f347b75 LibWeb: Implement flex reverse layouts 3 years ago
  Enver Balalic 58398b1e12 LibWeb: Implement the flex order CSS property 3 years ago
  Enver Balalic 7be57c322e LibWeb: Flex fix minimum main size in min/max violations calculation 3 years ago
  Enver Balalic 8b4d09932a LibWeb: Fix sizing of flex child that has flex-basis 0 3 years ago