Aliaksandr Kalenik
|
dbafb11a7e
LibWeb: Flesh out basic support of min-width/height for grid items
|
2 年之前 |
Aliaksandr Kalenik
|
d187862f76
LibWeb: Return grid container width from automatic_content_width in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
644e4f4c99
LibWeb: Implement grid container intrinsic sizes calculation
|
2 年之前 |
Aliaksandr Kalenik
|
d0ce61bf13
LibWeb: Fix condition to determine auto tracks while sizing in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
d7ca52afaf
LibWeb: Fix typo in containing_block_size_for_item in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
4ef997c47c
LibWeb: Align calculate_min/max_content_contribution with the spec
|
2 年之前 |
Aliaksandr Kalenik
|
de970c2dce
LibWeb: Resolve grid items preferred width in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
7fee05e18c
LibWeb: Use LengthPercentage in CSS::GridSize
|
2 年之前 |
Aliaksandr Kalenik
|
14cb0067bb
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
1ada6a43e2
LibWeb: Split run_track_sizing into smaller method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
352037664d
LibWeb: Use size_t instead of int when appropriate in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
d9960a8d1d
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
|
2 年之前 |
Aliaksandr Kalenik
|
0a1bffdd92
LibWeb: Move gap tracks initialization into separate method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
62d26a5afb
LibWeb: Move grid items placement algorithm into separate method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
fb6b52b3fb
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
|
2 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Aliaksandr Kalenik
|
d6ee4e7fdc
LibWeb: Remove resolve_size method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
3d05ed6b53
LibWeb: Use grid_container() to access root grid box in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
ced862e16f
LibWeb: Consolidate track sizing code for rows and columns in GFC
|
2 年之前 |
martinfalisse
|
c987c934d0
LibWeb: Fix grid size when intrinsically sized
|
2 年之前 |
martinfalisse
|
289285cd6e
LibWeb: Add borders functionality to CSS Grid
|
2 年之前 |
martinfalisse
|
6f52272d34
LibWeb: Fix regression in definite grid row heights
|
2 年之前 |
martinfalisse
|
e65f4b3dc5
LibWeb: Rename PositionedBox to GridItem
|
2 年之前 |
Sam Atkins
|
53a4a31af2
LibWeb: Remove CalculatedStyleValue from Length
|
2 年之前 |
Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Tom
|
52e45fb6fa
LibWeb+Base: Fix row-height bug in Grid when there is a column gap
|
2 年之前 |
Andreas Kling
|
8fe748bb89
LibWeb: Make grid containers be Layout::Box
|
2 年之前 |
martinfalisse
|
fa2c3b7c3d
LibWeb: Place grid items in grid-areas if applicable
|
2 年之前 |
martinfalisse
|
47c77858b6
LibWeb: Calculate valid grid areas
|
2 年之前 |