Andreas Kling
|
38a6b7ad3d
LibWeb: Don't assert when flex-item has `align-self: end`
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
Sam Atkins
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 年之前 |
Sam Atkins
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 年之前 |
Andreas Kling
|
a5f8f8238f
LibWeb: Fix a case of incorrect flex container max-content main size
|
2 年之前 |
Andreas Kling
|
9e807d7c6a
LibWeb: Support `start` and `end` alignment values in flex layout
|
2 年之前 |
Andreas Kling
|
06617a982e
LibWeb: Support flex items with calc() main size containing percentages
|
2 年之前 |
Andreas Kling
|
3f9cfa144c
LibWeb: Allow infinitely long flex lines when sizing under max-content
|
2 年之前 |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 年之前 |
Andreas Kling
|
30feb95d53
LibWeb: Support reverse flex layout with space-around/space-between
|
2 年之前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年之前 |
Andreas Kling
|
e3d182bfe2
LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()
|
2 年之前 |
Andreas Kling
|
2e13f65ff4
LibWeb: Support flex-basis: calc(...)
|
2 年之前 |
Andreas Kling
|
b98252728e
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
|
2 年之前 |
Andreas Kling
|
0c26717ba3
LibWeb: Adjust flex item main size through aspect ratio if needed
|
2 年之前 |
Emil Militzer
|
8200d1f68b
LibWeb: Initial offset in reverse flex layout moved to opposite side
|
2 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Andreas Kling
|
00e3e82bbd
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
|
2 年之前 |
Andreas Kling
|
deea7cbc11
LibWeb: Remove vestigial resolve_definite_width/height helper functions
|
2 年之前 |
Andreas Kling
|
d053cb6fae
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
|
2 年之前 |
Andreas Kling
|
0d5e0d27aa
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
|
2 年之前 |
Andreas Kling
|
c710575f88
LibWeb: Honor box-sizing in flex item "specified size suggestion"
|
2 年之前 |
Andreas Kling
|
e7f5b5a2f3
LibWeb: Fix multi-line flex column layouts with auto height on container
|
2 年之前 |
Andreas Kling
|
b9b6037d2b
LibWeb: Honor gap between flex lines when using align-content: stretch
|
2 年之前 |
Andreas Kling
|
47c21cc349
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
|
2 年之前 |
Andreas Kling
|
9cded6e1b5
LibWeb: Fix application of intrinsic aspect ratio to flex column items
|
2 年之前 |
Andreas Kling
|
c0a7a61288
LibWeb: Clamp fit-content widths in flex layout to min/max-width
|
2 年之前 |
Andreas Kling
|
af118abdf0
LibWeb: Use fit-content width in place of indefinite flex item widths
|
2 年之前 |
Andreas Kling
|
2699f226fb
LibWeb: Don't compute main axis "auto min-size" for flex item cross axis
|
2 年之前 |
Andreas Kling
|
1f7e6cc022
LibWeb: Use zero automatic minimum size for scroll-container flex items
|
2 年之前 |