Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: correct table-caption width calculation | bptato | 2025-04-03 | 1 | -1/+1 |
| | | | | It's surprisingly tricky. | ||||
* | layout: remove BlockBoxBuidler | bptato | 2024-05-27 | 1 | -0/+2 |
Instead of allocating a separate object for each box, just re-use a single BlockBox on re-layouts. This means that now the (block-level) tree is built in its final form in the first pass. (Inline boxes remain the same as before for now.) |