Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | LibWeb: Measure the overflow for all scroll containers | Andreas Kling | |
Instead of just measuring the layout viewport, we now measure overflow in every box that is a scroll container. This has the side effect of no longer creating paintables for layout boxes that didn't participate in layout. (For example, empty/anonymous boxes that were ignored by flex itemization.) Such boxes are now marked as "(not painted)" in the layout tree dumps, as they have no paintable to dump geometry from. | |||
2023-05-19 | LibWeb: Resolve grid item fixed size paddings in GFC | Aliaksandr Kalenik | |
Adds support for grid items with fixed size paddings. Supporting percentage paddings will probably require to do second pass of tracks layout: second pass is needed to recalculate tracks sizes when final items sizes are known when percentage paddings are already resolved. |