Andreas Kling
|
ccf35a973f
LibWeb: Derive box baseline from last child *with line boxes*
|
1 rok temu |
Andreas Kling
|
ac124fbaae
LibWeb: Resolve flex item percentages against used flex container sizes
|
2 lat temu |
Andreas Kling
|
c808f6c637
LibWeb: Don't use BFC auto height for non-BFC abspos elements
|
2 lat temu |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 lat temu |
Andreas Kling
|
3a11b55286
LibWeb: Treat % max-width as none when containing block size indefinite
|
2 lat temu |
Andreas Kling
|
43e1343abf
LibWeb: Treat % max-height as none when containing block size indefinite
|
2 lat temu |
Andi Gallo
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
2 lat temu |
Sam Atkins
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 lat temu |
Andreas Kling
|
4fed7beb7b
LibWeb: Make solve_replaced_size_constraint() into FormattingContext
|
2 lat temu |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 lat temu |
Andreas Kling
|
4f08fcde29
LibWeb: Remove unnecessary static formatting context functions
|
2 lat temu |
Andreas Kling
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 lat temu |
Andreas Kling
|
968db96101
LibWeb: Show formatting context roots in layout tree dumps
|
2 lat temu |
Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 lat temu |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 lat temu |
Andreas Kling
|
8fe748bb89
LibWeb: Make grid containers be Layout::Box
|
2 lat temu |
Andreas Kling
|
d5480a44e5
LibWeb: Allow BFC auto height calculation on any Layout::Box
|
2 lat temu |
Andreas Kling
|
80ce0419b6
LibWeb: Fix abspos flex container with height:auto getting zero height
|
2 lat temu |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 lat temu |
Aliaksandr Kalenik
|
8259ff12bd
LibWeb: Margin bottom collapsing between parent and last child
|
2 lat temu |
Aliaksandr Kalenik
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 lat temu |
Tom
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 lat temu |
Aliaksandr Kalenik
|
aa08c825ec
LibWeb: Support box-sizing in BFC
|
2 lat temu |
Andreas Kling
|
db318aece0
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
|
2 lat temu |
Andreas Kling
|
27a7c5ef40
LibWeb: Implement CSS fit-content algorithm precisely as spec says
|
2 lat temu |
Andreas Kling
|
b13a8706e1
LibWeb: Make intrinsic heights dependent on available width
|
2 lat temu |
Andreas Kling
|
3408f7a3c5
LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()
|
2 lat temu |
Andreas Kling
|
de6d012367
LibWeb: Improve placement of abspos boxes with dual-auto insets
|
2 lat temu |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 lat temu |
Andreas Kling
|
385657a4bf
LibWeb: Add a helper for calculating the stretch-fit width of a box
|
2 lat temu |