Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an unimplemented in layout 2020 | Anthony Ramine | 2019-12-01 | 1 | -1/+1 |
* | Use std::mem::take instead of defining it | Simon Sapin | 2019-11-26 | 1 | -3/+2 |
* | Make IndependentFormattingContext a struct that owns styles | Simon Sapin | 2019-11-26 | 1 | -14/+10 |
* | 2020: define DisplayInside and DisplayOutside enums separately from Stylo | Simon Sapin | 2019-10-24 | 1 | -2/+0 |
* | Handle inline-block as block for now in layout 2020 | Anthony Ramine | 2019-10-11 | 1 | -5/+3 |
* | Remove a wrong assertion | Anthony Ramine | 2019-10-08 | 1 | -5/+0 |
* | Handle anonymous style in end_inline_formatting_context | Anthony Ramine | 2019-09-23 | 1 | -15/+19 |
* | Uncomment more stuff related to box construction | Anthony Ramine | 2019-09-19 | 1 | -92/+89 |
* | Cheat the system and use an Arc in BoxSlot | Anthony Ramine | 2019-09-19 | 1 | -2/+2 |
* | Import victor's layout system 🍷 | Anthony Ramine | 2019-09-11 | 1 | -156/+196 |
* | Import files from Victor | Simon Sapin | 2019-09-11 | 1 | -0/+625 |