Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove traverse_parallel. Unused | Brian Anderson | 2012-10-09 | 1 | -163/+0 |
| | |||||
* | Update for language changes; remove pipe protocols. | Patrick Walton | 2012-10-04 | 1 | -4/+5 |
| | |||||
* | Split layout/base.rs into box.rs and flow.rs | Brian J. Burg | 2012-09-21 | 1 | -20/+25 |
| | |||||
* | Update for language changes | Patrick Walton | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | Add comments on overall design; move display list building to Flows and ↵ | Brian J. Burg | 2012-09-19 | 1 | -21/+21 |
| | | | | Boxes; create a DisplayListBuilder context; rename Box to RenderBox | ||||
* | Rewrite the layout tree to use tandem flow/box trees. Flows are | Brian J. Burg | 2012-09-17 | 1 | -3/+3 |
| | | | | | | | | | | responsible for determining layout positioning based on formatting context (block, inline, absolute, etc), while boxes are relatively dumb, responsible only for reporting content-specific metrics to the coordinating flow context, and creating display lists of oneself. This design is experimental and may be axed in favor of a traditional, single-tree layout data structure if it doesn't work out. | ||||
* | Move traverse to traverse_parallel | Brian J. Burg | 2012-09-12 | 1 | -0/+157 |