Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Start implementing text in layout 2020 | Anthony Ramine | 2019-11-25 | 1 | -0/+1 | |
| | ||||||
* | Pass a LayoutContext to TextRun::layout in 2020 | Anthony Ramine | 2019-11-25 | 1 | -4/+15 | |
| | ||||||
* | 2020: define DisplayInside and DisplayOutside enums separately from Stylo | Simon Sapin | 2019-10-24 | 1 | -3/+1 | |
| | ||||||
* | 2020: paint background-color | Simon Sapin | 2019-10-24 | 1 | -0/+1 | |
| | ||||||
* | 2020: run layout after box construction | Simon Sapin | 2019-10-24 | 1 | -1/+1 | |
| | ||||||
* | Make some of layout_2020 private | Simon Sapin | 2019-10-04 | 1 | -21/+22 | |
| | ||||||
* | Call BoxTreeRoot::construct from layout_thread_2020 | Anthony Ramine | 2019-10-04 | 1 | -11/+12 | |
| | ||||||
* | Import victor's layout system 🍷 | Anthony Ramine | 2019-09-11 | 1 | -0/+148 | |
| | ||||||
* | Kill fragments | Anthony Ramine | 2019-09-11 | 1 | -6/+0 | |
| | ||||||
* | Remove layout_2020::display_list, use WebRender display lists instead | Simon Sapin | 2019-09-07 | 1 | -4/+0 | |
| | ||||||
* | Remove more stuff from layout_2020 | Anthony Ramine | 2019-08-13 | 1 | -4/+0 | |
| | ||||||
* | Remove most of the things in layout 2020 | Anthony Ramine | 2019-07-31 | 1 | -37/+0 | |
| | | | | | We keep mostly the query system. There is probably more to delete but that's a good start I think. | |||||
* | Make layout_2020 be layout_2013 | Anthony Ramine | 2019-07-31 | 1 | -0/+60 | |
| | ||||||
* | Add `./mach build --with-layout-2020` | Simon Sapin | 2019-07-04 | 1 | -0/+3 | |
… with corresponding `layout` and `layout_thread` crates, which for now do nothing. |