Andreas Kling
|
0ef07383e5
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
|
2 tahun lalu |
Andreas Kling
|
07f6ee9e73
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
|
2 tahun lalu |
Andreas Kling
|
6b19397452
LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items
|
2 tahun lalu |
Andreas Kling
|
e6448f137e
LibWeb: Avoid an unnecessary vector copy when generating flex items
|
2 tahun lalu |
Andreas Kling
|
8929c7b474
LibWeb: Remove FFC hack where we assign flex item box dimensions twice
|
2 tahun lalu |
Andreas Kling
|
2a607e9ebc
LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()
|
2 tahun lalu |
Andreas Kling
|
0315ba5e06
LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext
|
2 tahun lalu |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 tahun lalu |
Andreas Kling
|
16eca649f1
LibWeb: Use available space in FFC remaining space calculations
|
2 tahun lalu |
Andreas Kling
|
5c13631625
LibWeb: Use available_inner_space_or_constraints_from() for flex items
|
2 tahun lalu |
Andreas Kling
|
61d65294fa
LibWeb: Always pass some available space to flex item fit-content sizing
|
2 tahun lalu |
Andreas Kling
|
0bbc54c200
LibWeb: Always pass *some* available width to flex item intrinsic sizing
|
2 tahun lalu |
Andreas Kling
|
1ea276bf6d
LibWeb: Take used width into account for flex item intrinsic heights
|
2 tahun lalu |
Andreas Kling
|
15c0efede9
LibWeb: Take used width into account in flex item intrinsic cross sizing
|
2 tahun lalu |
Andreas Kling
|
ab2f105344
LibWeb: Store flex item used sizes as Optional<CSSPixels>
|
2 tahun lalu |
Andreas Kling
|
dbbc75f8fd
LibWeb: Improve hypothetical flex item "auto" cross sizes
|
2 tahun lalu |
Andreas Kling
|
244d4e19fa
LibWeb: Run more of flex layout algorithm for intrinsic sizing
|
2 tahun lalu |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
2 tahun lalu |
Sam Atkins
|
c70dcaefcd
LibWeb: Convert LayoutState to new pixel units
|
2 tahun lalu |
Sam Atkins
|
f2c977251b
LibWeb: Convert FlexFormattingContext to new pixel units
|
2 tahun lalu |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 tahun lalu |
implicitfield
|
e75eb21a54
LibWeb: Support "start" and "end" values for justify-content
|
2 tahun lalu |
Tom
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 tahun lalu |
Max Stevens
|
3aeb7a41c0
LibWeb: Implement more values of flexbox align-content
|
2 tahun lalu |
Aliaksandr Kalenik
|
1c1b750bff
LibWeb: Support box-sizing in flex formatting context
|
2 tahun lalu |
Andreas Kling
|
7809cc6557
LibWeb: Use preferred flex item sizes as min/max-content contribution
|
2 tahun lalu |
Andreas Kling
|
628baafefc
LibWeb: Fix `justify-content: center` interaction with flex item margins
|
2 tahun lalu |
Andreas Kling
|
3e10293047
LibWeb: Implement static position for abspos children of flex container
|
2 tahun lalu |
Andreas Kling
|
869b322a8f
LibWeb: Assign hypothetical flex item main sizes as temporary main size
|
2 tahun lalu |
Andreas Kling
|
834d98520a
LibWeb: Implement basic support for align-content in flex layout
|
2 tahun lalu |