Commit History

Автор SHA1 Съобщение Дата
  Andreas Kling dc66a3cad9 LibWeb: Simplify flex container main size determination преди 3 години
  Andreas Kling 18b1854aea LibWeb: Add FFC helpers for getting the computed main/cross size of box преди 3 години
  Andreas Kling a4d7dc40bf LibWeb: Move get_pixel_{width,height} helpers into FFC class преди 3 години
  Andreas Kling 60ac258a48 LibWeb: Mark flex item cross sizes as definite when spec asks us to преди 3 години
  Andreas Kling 97f53de8a2 LibWeb: Take size constraints into account in fit-content calculations преди 3 години
  Andreas Kling 8f35c9a037 LibWeb: Resolve flexbox percent heights against containing block height преди 3 години
  Andreas Kling 4cbec00c44 LibWeb: Actually check if percentage used flex basis is definite преди 3 години
  Andreas Kling 8bdc6f5390 LibWeb: Don't override main size during flex item cross sizing преди 3 години
  Andreas Kling 69243947d5 LibWeb: Some flex items have definite size after flexing преди 3 години
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues преди 3 години
  Andreas Kling bd48d9521a LibWeb: Simplify more code with CSS::LengthPercentage::is_auto() преди 3 години
  Andreas Kling fac4529082 LibWeb: Honor flex container sizing constraints in available space преди 3 години
  Andreas Kling 050e70cc7e LibWeb: Position abspos children of flex container after parent layout преди 3 години
  Andreas Kling 7aa9e03e85 LibWeb: Simplify some code with CSS::LengthPercentage::is_auto() преди 3 години
  Andreas Kling 3145f92bc0 LibWeb: Count flex item's *outer* size towards container intrinsic size преди 3 години
  Andreas Kling 237fbe4d54 LibWeb: Remember the used flex basis for each flex item преди 3 години
  Andreas Kling b7003194d2 LibWeb: Use right offset for `justify-content: flex-end` преди 3 години
  Andreas Kling da0cc9d401 LibWeb: Floor hypothetical main size at 0 преди 3 години
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} преди 3 години
  Andreas Kling c517dfde12 LibWeb: Honor the flexbox spec's "automatic minimum size" everywhere преди 3 години
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState преди 3 години
  Andreas Kling 0d8f9019c8 LibWeb: Implement basic stretch alignment for `flex-wrap: wrap` преди 3 години
  Andreas Kling 9fc43d5766 LibWeb: Update flex container intrinsic size algorithm to draft spec преди 3 години
  Andreas Kling 884b7fad48 LibWeb: Remove weird is_undefined_or_auto() helper in FFC преди 3 години
  Andreas Kling 0636e1db61 LibWeb: Update flex line "remaining free space" when finished преди 3 години
  Andreas Kling 7d7d5f0b1b LibWeb: Use fit-content size for flex items with indefinite cross size преди 3 години
  Idan Horowitz e39514721e LibWeb: Add missing break to avoid fallthrough in FlexFormattingContext преди 3 години
  Idan Horowitz c70359ac04 LibWeb: Remove unused variable in FlexFormattingContext преди 3 години
  Andreas Kling dc13ced1a7 LibWeb: Express flex item cross axis alignment as offsets-from-center преди 3 години
  Andreas Kling 5f78e780f5 LibWeb: Actually clamp flex line cross size to min/max-size преди 3 години