Aliaksandr Kalenik
|
4eb16b144e
LibWeb: Skip abspos boxes layout in intrinsic sizing mode
|
9 months ago |
Aliaksandr Kalenik
|
90b8bfc04c
LibWeb: Save layout mode inside formatting context object
|
9 months ago |
Aliaksandr Kalenik
|
623e358d7a
LibWeb: Remove `box` argument from FormattingContext::run()
|
9 months ago |
Gingeh
|
4a3a9e6ec4
LibWeb: Implement justify-*: left/right
|
9 months ago |
BenJilks
|
46649fbe1b
LibWeb: Add support for `flex-wrap: wrap-reverse`
|
10 months ago |
BenJilks
|
e2c1fe7255
LibWeb: Only reverse each line of a reverse `flex-direction`
|
10 months ago |
Andreas Kling
|
bde2d3dc7b
LibWeb: Adjust flex item intrinsic contributions through aspect ratio
|
10 months ago |
BenJilks
|
82989554ab
LibWeb: Use reverse direction on flex containers with `rtl` direction
|
10 months ago |
Jelle Raaijmakers
|
7a783d3a89
LibWeb: Account for intrinsic width or height in flex base size
|
11 months ago |
Jelle Raaijmakers
|
d82f8a4b16
LibWeb: Update two spec URIs
|
11 months ago |
Jelle Raaijmakers
|
89d21335a1
LibWeb: Remove unused includes
|
11 months ago |
Edwin Hoksberg
|
de84e6f93a
LibWeb: Move css_clamp function to FormattingContext
|
11 months ago |
BenJilks
|
47aee289d8
LibWeb: Change flex remaining space distribution to include gap
|
1 year ago |
Andreas Kling
|
db1faef786
LibWeb: Fix overeager fallback to stretch-fit width for some flex items
|
1 year ago |
Andreas Kling
|
9c02ace897
LibWeb: Allow flex-basis: {min,max,fit}-content
|
1 year ago |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 year ago |
Andreas Kling
|
d37c0a2cab
LibWeb: Don't make flex layout responsible for flex container cross size
|
1 year ago |
implicitfield
|
54d8e58a68
LibWeb: Account for margin and padding of justified abspos flex items
|
1 year ago |
implicitfield
|
3888a91c5b
LibWeb: Account for margin and padding of aligned abspos flex items
|
1 year ago |
Andreas Kling
|
a61f09a010
LibWeb: Stretch-fit flex items with aspect ratio but no fixed sizes
|
1 year ago |
Andreas Kling
|
b079f4d590
LibWeb: Make flexbox special definite size cases explicit
|
1 year ago |
Andreas Kling
|
1583e6ce07
LibWeb: Clamp justification space between flex items to 0
|
1 year ago |
Andreas Kling
|
7fedf806c2
LibWeb: Cache pointer to UsedValues for each FlexItem
|
1 year ago |
Bastian Neumann
|
7cd489d6aa
LibWeb: Remove early continue in size parsing
|
1 year ago |
Andreas Kling
|
2d50dee920
LibWeb: Use correct max-size in intrinsic sizing of column flex layout
|
1 year ago |
Andreas Kling
|
72dd37438d
LibWeb: Treat flex item cross axis max-size as "none" in more cases
|
1 year ago |
Andreas Kling
|
bfa4143e70
LibWeb: Avoid an unnecessary LayoutState lookup in FlexFormattingContext
|
1 year ago |
Andreas Kling
|
5af02a914c
LibWeb: Let parent formatting context determine size of flex containers
|
1 year ago |
Andreas Kling
|
aa245f9f18
LibWeb: Fix reverse flex layout with `justify-content: normal`
|
1 year ago |
Aliaksandr Kalenik
|
39abd9095e
LibWeb: Return CSSPixels from `calculate_inner_height()`
|
1 year ago |