aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Start implementing text in layout 2020Anthony Ramine2019-11-251-0/+1
|
* Pass a LayoutContext to TextRun::layout in 2020Anthony Ramine2019-11-251-4/+15
|
* 2020: define DisplayInside and DisplayOutside enums separately from StyloSimon Sapin2019-10-241-3/+1
|
* 2020: paint background-colorSimon Sapin2019-10-241-0/+1
|
* 2020: run layout after box constructionSimon Sapin2019-10-241-1/+1
|
* Make some of layout_2020 privateSimon Sapin2019-10-041-21/+22
|
* Call BoxTreeRoot::construct from layout_thread_2020Anthony Ramine2019-10-041-11/+12
|
* Import victor's layout system 🍷Anthony Ramine2019-09-111-0/+148
|
* Kill fragmentsAnthony Ramine2019-09-111-6/+0
|
* Remove layout_2020::display_list, use WebRender display lists insteadSimon Sapin2019-09-071-4/+0
|
* Remove more stuff from layout_2020Anthony Ramine2019-08-131-4/+0
|
* Remove most of the things in layout 2020Anthony Ramine2019-07-311-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_2013Anthony Ramine2019-07-311-0/+60
|
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-0/+3
… with corresponding `layout` and `layout_thread` crates, which for now do nothing.