提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 85f2f8ab3f LibWeb: Make sure we layout absolutely positioned children of FFC 3 年之前
  Andreas Kling 57feb0f3ec LibWeb: Add missing null check of independent formatting context in FFC 3 年之前
  Andreas Kling cc77c82383 LibWeb: Follow relaxed CSS clamping rules in flexbox layout 3 年之前
  Andreas Kling 922509c1a5 LibWeb: Remove incorrect comment from FFC flex item cross sizing 3 年之前
  Andreas Kling c8240e31a1 LibWeb: Implement basic intrinsic sizing algorithms for flex containers 3 年之前
  Enver Balalic 747f347b75 LibWeb: Implement flex reverse layouts 3 年之前
  Enver Balalic 58398b1e12 LibWeb: Implement the flex order CSS property 3 年之前
  Enver Balalic 7be57c322e LibWeb: Flex fix minimum main size in min/max violations calculation 3 年之前
  Enver Balalic 8b4d09932a LibWeb: Fix sizing of flex child that has flex-basis 0 3 年之前
  Enver Balalic 4ecc695a65 LibWeb: Take borders and padding into account when doing Flex layout 3 年之前
  Andreas Kling 2e6f5fddef LibWeb: Transfer flex item box model metrics to paintable 3 年之前
  Johannes Laudenberg eb1d7e8076 LibWeb: Make margins in the main dimension work for flex items 3 年之前
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 年之前
  Andreas Kling 8d5768b103 LibWeb: Don't treat inline-level children of flex items as whitespace 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Andreas Kling ab9d9709b9 LibWeb: Give flex containers with percentage cross size some dimensions 3 年之前
  Andreas Kling bd94f2c4c8 LibWeb: Add a debug helper to dump current state of an FFC 3 年之前
  Andreas Kling ad8d65fd6e LibWeb: Fix calculation of hypothetical cross size in column flex layout 3 年之前
  Andreas Kling 515db5fc1b LibWeb: Make Layout::FormattingState copies shallow 3 年之前
  Andreas Kling 8c91e8016c LibWeb: Handle many more cases with intrinsic/auto sizing in flex layout 3 年之前
  Andreas Kling e4eb6d4f1f LibWeb: Add FFC helpers for resolving definite main/cross sizes 3 年之前
  Andreas Kling 5c8e7217f7 LibWeb: Remove ad-hoc setup step from FFC layout algorithm 3 年之前
  Andreas Kling 43b8f65d82 LibWeb: Support indefinite flex container cross sizes 3 年之前
  Andreas Kling a3a10b2379 LibWeb: Fix flex line alignment in single-line flex containers 3 年之前
  Andreas Kling 1dfb3d555c LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely() 3 年之前
  Andreas Kling 1ce1af5d8b LibWeb: Improve FFC step 7 (hypothetical cross size) 3 年之前
  Andreas Kling b904bff838 LibWeb: Put available space information in an FFC member 3 年之前
  Andreas Kling 88302b0dca LibWeb: Layout inside of flex items at the end of FFC layout 3 年之前
  Andreas Kling 7c5b578df9 LibWeb: Move unrelated things out of FFC step 1 3 年之前
  Andreas Kling 3506a91349 LibWeb: Avoid unnecessary layout_inside() in FFC step 1 3 年之前