Aliaksandr Kalenik
|
05a1dbeb91
LibWeb: Return CSSPixels from `calculate_inner_width()`
|
1 year ago |
Andreas Kling
|
cc88a2657d
LibWeb: Resolve grid item vertical margin/padding against CB width
|
1 year ago |
Aliaksandr Kalenik
|
107bfbe283
LibWeb: Remove available space param from track init methods in GFC
|
1 year ago |
Aliaksandr Kalenik
|
9c72807976
LibWeb: Account for auto-fill/fit when expanding grid lines in GFC
|
1 year ago |
Aliaksandr Kalenik
|
90142ad307
LibWeb: Account for gap in auto-fill columns count calculation in GFC
|
1 year ago |
Aliaksandr Kalenik
|
cfcc459140
LibWeb: Fix grid line name placement when repeat() is used
|
1 year ago |
Aliaksandr Kalenik
|
bef9699cf4
LibWeb: Remove available space from track sizing method params in GFC
|
1 year ago |
Aliaksandr Kalenik
|
b6123df492
LibWeb: Add support for start, center and end justify-content in GFC
|
1 year ago |
Aliaksandr Kalenik
|
cd56ec6e5c
LibWeb: Redo "tracks maximize" if initial run is over max-size in GFC
|
1 year ago |
Aliaksandr Kalenik
|
ed42b12123
LibWeb: Respect box-sizing in min-height calculation of grid container
|
1 year ago |
Aliaksandr Kalenik
|
4c81414b14
LibWeb: Fix division by zero in auto-fit/fill track calculation in GFC
|
1 year ago |
Tim Schumacher
|
a2f60911fe
AK: Rename GenericTraits to DefaultTraits
|
1 year ago |
Aliaksandr Kalenik
|
2fb0cede9a
LibWeb: Account for box-sizing in grid-items width calculation
|
1 year ago |
Aliaksandr Kalenik
|
141f56accc
LibWeb: Position abspos items inside grid relative to their grid area
|
1 year ago |
Aliaksandr Kalenik
|
44001d2178
LibWeb: Separate grid item's area rect calculation in a function in GFC
|
1 year ago |
Aliaksandr Kalenik
|
549dee4db1
LibWeb: Call prepare_for_replaced_layout() on replaced boxes in GFC
|
1 year ago |
Aliaksandr Kalenik
|
f75186ec8f
LibWeb: Add support for grid item's min-height and max-height in GFC
|
1 year ago |
Aliaksandr Kalenik
|
d1a01c4c65
LibWeb: Fix box alignment when it has min-width or max-width in GFC
|
1 year ago |
Aliaksandr Kalenik
|
58f8068853
LibWeb: Handle fit-content in calculate_max_content_contribution in GFC
|
1 year ago |
Aliaksandr Kalenik
|
4dab17427f
LibWeb: Use max content contribution in flex_fraction in GFC
|
1 year ago |
Aliaksandr Kalenik
|
802b58d7e1
LibWeb: Resolve grid item's min-width and max-width in GFC
|
1 year ago |
Aliaksandr Kalenik
|
122d847720
LibWeb: Fix building of areas spanning multiple rows in GFC
|
1 year ago |
Aliaksandr Kalenik
|
719b12b19d
LibWeb: Support alignment of abspos grid items
|
1 year ago |
Aliaksandr Kalenik
|
2def1de4be
LibWeb: Rerun rows sizings if grid auto height is less than min-height
|
1 year ago |
Sam Atkins
|
b66ff21379
LibWeb: Add missing check for flexible grid tracks
|
1 year ago |
Aliaksandr Kalenik
|
693d602b2f
LibWeb: Fix infinite loop in GFC growth limit distribution
|
1 year ago |
Hendiadyoin1
|
d262670729
LibWeb: Use more CSSPixelFractions in GFC::expand_flexible_tracks
|
1 year ago |
Zaggy1024
|
fc05cda8cf
LibWeb: Make division of `CSSPixels` by integers create a fraction
|
1 year ago |
Zaggy1024
|
bd85e1b30b
LibWeb: Entirely and exactly distribute grids' extra space to tracks
|
1 year ago |
Zaggy1024
|
eb7c2ee307
LibWeb: Limit affected size of grid tracks instead of only increase
|
1 year ago |