Historial de Commits

Autor SHA1 Mensaje Fecha
  Johannes Laudenberg eb1d7e8076 LibWeb: Make margins in the main dimension work for flex items hace 3 años
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them hace 3 años
  Andreas Kling 8d5768b103 LibWeb: Don't treat inline-level children of flex items as whitespace hace 3 años
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
  Andreas Kling ab9d9709b9 LibWeb: Give flex containers with percentage cross size some dimensions hace 3 años
  Andreas Kling bd94f2c4c8 LibWeb: Add a debug helper to dump current state of an FFC hace 3 años
  Andreas Kling ad8d65fd6e LibWeb: Fix calculation of hypothetical cross size in column flex layout hace 3 años
  Andreas Kling 515db5fc1b LibWeb: Make Layout::FormattingState copies shallow hace 3 años
  Andreas Kling 8c91e8016c LibWeb: Handle many more cases with intrinsic/auto sizing in flex layout hace 3 años
  Andreas Kling e4eb6d4f1f LibWeb: Add FFC helpers for resolving definite main/cross sizes hace 3 años
  Andreas Kling 5c8e7217f7 LibWeb: Remove ad-hoc setup step from FFC layout algorithm hace 3 años
  Andreas Kling 43b8f65d82 LibWeb: Support indefinite flex container cross sizes hace 3 años
  Andreas Kling a3a10b2379 LibWeb: Fix flex line alignment in single-line flex containers hace 3 años
  Andreas Kling 1dfb3d555c LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely() hace 3 años
  Andreas Kling 1ce1af5d8b LibWeb: Improve FFC step 7 (hypothetical cross size) hace 3 años
  Andreas Kling b904bff838 LibWeb: Put available space information in an FFC member hace 3 años
  Andreas Kling 88302b0dca LibWeb: Layout inside of flex items at the end of FFC layout hace 3 años
  Andreas Kling 7c5b578df9 LibWeb: Move unrelated things out of FFC step 1 hace 3 años
  Andreas Kling 3506a91349 LibWeb: Avoid unnecessary layout_inside() in FFC step 1 hace 3 años
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() hace 3 años
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" hace 3 años
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState hace 3 años
  Andreas Kling c04c2df0f7 LibWeb: Add missing is_length() check in FFC::is_cross_auto() hace 3 años
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) hace 3 años
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls hace 3 años
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() hace 3 años
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights hace 3 años
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() hace 3 años
  Sam Atkins ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value hace 3 años
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC hace 3 años