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 سال پیش |
Andreas Kling
|
c81e5c9d82
LibWeb: Floor scaled flex shrink factor at 1 when spec asks us to
|
3 سال پیش |
Andreas Kling
|
6ecf7db87b
LibWeb: Take margin box into account when justifying flex items
|
3 سال پیش |
Andreas Kling
|
2f0657739b
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
|
3 سال پیش |
Andreas Kling
|
4493702fb2
LibWeb: Honor preferred size as intrinsic cross size of flex items
|
3 سال پیش |
Andreas Kling
|
9cae06de09
LibWeb: Implement step 9.2.3 of the flexbox layout algorithm
|
3 سال پیش |
Andreas Kling
|
e1dab7b63d
LibWeb: Use the *outer* flex base size in intrinsic size calculation
|
3 سال پیش |