Aliaksandr Kalenik
|
b66f65dc9e
LibWeb: Define if identifier represent area or line during layout [GFC]
|
1 rok pred |
Aliaksandr Kalenik
|
d3d67857b2
LibWeb: Use containing block width to measure fit-content width in GFC
|
1 rok pred |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 rok pred |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 rok pred |
Aliaksandr Kalenik
|
c03e025a32
LibWeb: Disambiguate GridTrackPlacement API
|
1 rok pred |
Aliaksandr Kalenik
|
b4064320bd
LibWeb: Add `m_is_grid_item` in `Layout::Node`
|
1 rok pred |
Aliaksandr Kalenik
|
37f5253ec9
LibWeb/Layout: Add support for `grid-auto-flow` in GFC
|
1 rok pred |
Aliaksandr Kalenik
|
e9a718ff88
LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()`
|
1 rok pred |
Aliaksandr Kalenik
|
af38f1cba4
LibWeb: Replace to_px() with to_px_or_zero() in GridFormattingContext
|
1 rok pred |
Aliaksandr Kalenik
|
e25b1f76e1
LibWeb: Forbid usage of indefinite width in calculate_min{max}_height
|
1 rok pred |
Aliaksandr Kalenik
|
6354f950fd
LibWeb: Support "order" property for items in GridFormattingContext
|
1 rok pred |
Aliaksandr Kalenik
|
0a4b869233
LibWeb: Remove boxes_to_place from GridFormattingContext class members
|
1 rok pred |
Aliaksandr Kalenik
|
568c486610
LibWeb: Support positioning of abspos boxes inside grid container
|
1 rok pred |
Aliaksandr Kalenik
|
79cbbfc67f
LibWeb: Fix infinite spinning while distributing extra space in GFC
|
1 rok pred |
Aliaksandr Kalenik
|
0019b901a0
LibWeb: Remove hardcoded span = 2 while sizing spanning items in GFC
|
1 rok pred |
Aliaksandr Kalenik
|
1e953f2acc
LibWeb: Reset planned_increase while distributing space to "fr" tracks
|
1 rok pred |
Aliaksandr Kalenik
|
338fa8261e
LibWeb: Use item minimum contribution while sizing "fr" track in GFC
|
1 rok pred |
Christophe Naud-Dulude
|
11b844ce20
LibWeb: Add support for `align-items` and `align-self` in CSS grid
|
1 rok pred |
Aliaksandr Kalenik
|
de95a2fe33
LibWeb: Use empty Optional to represent infinte growth limit in GFC
|
1 rok pred |
Aliaksandr Kalenik
|
bec07d4af7
LibWeb: Use fixed-point saturated arithmetics for CSSPixels
|
1 rok pred |
Aliaksandr Kalenik
|
5cdd03fc53
LibWeb: Fix divisions by zero in FFC and GFC
|
1 rok pred |
Aliaksandr Kalenik
|
c66dbc99ee
LibWeb: Use a special value to represent an infinite growth limit in GFC
|
1 rok pred |
Aliaksandr Kalenik
|
fd9b3bdc94
LibWeb: Support auto vertical margins for grid items
|
1 rok pred |
Aliaksandr Kalenik
|
2138c164c9
LibWeb: Respect justify-items property of grid container
|
2 rokov pred |
Aliaksandr Kalenik
|
e4e1208050
LibWeb: Respect justify-self property of grid items
|
2 rokov pred |
Aliaksandr Kalenik
|
e2c5e31292
LibWeb: Adjust grid columns size to fit spanning items
|
2 rokov pred |
Andreas Kling
|
e7e454f1d6
LibWeb: Resolve used insets for grid items
|
2 rokov pred |
Aliaksandr Kalenik
|
20edbb70f8
LibWeb: Implement distributing space to tracks beyond limits in GFC
|
2 rokov pred |
Aliaksandr Kalenik
|
21f39061fd
LibWeb: Set 0px fixed size to collapsed auto-fit tracks in GFC
|
2 rokov pred |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 rokov pred |