Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling d37e5dc64c LibWeb: Add FFC::flex_container() and use throughout vor 3 Jahren
  Andreas Kling 1580c59f39 LibWeb: Make FFC line and item vectors members instead of locals vor 3 Jahren
  Andreas Kling c793797e61 LibWeb: Make various function parameters const in FlexFormattingContext vor 3 Jahren
  Andreas Kling 9359df4be9 LibWeb: Move FFC layout algorithm step 16 to a separate function vor 3 Jahren
  Andreas Kling f401794d23 LibWeb: Move FFC layout algorithm step 15 to a separate function vor 3 Jahren
  Andreas Kling 6d433c99f4 LibWeb: Move FFC layout algorithm step 14 to a separate function vor 3 Jahren
  Andreas Kling e590e17b8a LibWeb: Move FFC layout algorithm step 12 to a separate function vor 3 Jahren
  Andreas Kling 176f1ad214 LibWeb: Move FFC layout algorithm step 11 to a separate function vor 3 Jahren
  Andreas Kling 8f027b4792 LibWeb: Move FFC layout algorithm step 8 to a separate function vor 3 Jahren
  Andreas Kling 3402584646 LibWeb: Move FFC layout algorithm step 7 to a separate function vor 3 Jahren
  Andreas Kling 0c0df78030 LibWeb: Move FFC layout algorithm step 6 to a separate function vor 3 Jahren
  Andreas Kling 0fd25fcbbc LibWeb: Move FFC layout algorithm step 5 to a separate function vor 3 Jahren
  Andreas Kling fa7bbc602d LibWeb: Move FFC layout algorithm step 4 to a separate function vor 3 Jahren
  Andreas Kling 3375953918 LibWeb: Move FFC layout algorithm step 3 to a separate function vor 3 Jahren
  Andreas Kling c19358e157 LibWeb: Move FFC layout algorithm step 2 into a separate function vor 3 Jahren
  Andreas Kling cd6b97ab9e LibWeb: Turn FlexFormattingContext helper lambdas into member functions vor 3 Jahren
  Andreas Kling 674b6f5385 LibWeb: Call the FlexFormattingContext context box "flow_container" vor 3 Jahren
  Andreas Kling ca02d112a5 LibWeb: Split out FFC's "generate anonymous flex items" to a function vor 3 Jahren
  Tobias Christiansen 9aa720e83e LibWeb: Flexbox: Assume container size before layouting children vor 3 Jahren
  Tobias Christiansen 01a716d529 LibWeb: Flexbox: Use right margins when direction is column vor 3 Jahren
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer vor 3 Jahren
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer vor 3 Jahren
  Tobias Christiansen 0c0951d2ce LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap vor 3 Jahren
  Tobias Christiansen 6102a486ee LibWeb: Flexbox: Collect empty inline-block flex children vor 3 Jahren
  Tobias Christiansen 873e95cb6a LibWeb: Flexbox: Care more about cross-axis margins vor 3 Jahren
  Tobias Christiansen 9af85881f5 LibWeb: Flexbox: Take parents' specified main size into account vor 3 Jahren
  Tobias Christiansen 1496ad0605 LibWeb: Flexbox: Catch zero flex-basis and use width instead vor 3 Jahren
  Tobias Christiansen 33a9f908a6 LibWeb: Flexbox: Check for relative resolvability on the cross axis vor 3 Jahren
  Tobias Christiansen 4560a8b83f LibWeb: Flexbox: Use InlineFormattingContext when needed vor 3 Jahren
  Tobias Christiansen 79c2762a0d LibWeb: Flexbox: Use maximum size of container as available size vor 3 Jahren