Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `layout_2020::display_list` a directory-module | Simon Sapin | 2020-01-24 | 1 | -676/+0 |
| | |||||
* | Use euclid data types for physical structs in layout_2020 | Martin Robinson | 2020-01-23 | 1 | -22/+30 |
| | | | | | This removes a bit of duplication and allows layout_2020 to benefit from a much richer set of utilities. | ||||
* | Structify a tuple | Simon Sapin | 2020-01-14 | 1 | -8/+22 |
| | |||||
* | Use mitochondria | Simon Sapin | 2020-01-14 | 1 | -4/+4 |
| | |||||
* | Re-comment | Simon Sapin | 2020-01-13 | 1 | -19/+24 |
| | |||||
* | Use a non-repeating display item for `background-repeat: no-repeat` | Simon Sapin | 2020-01-13 | 1 | -15/+26 |
| | |||||
* | Add background-repeat | Simon Sapin | 2020-01-13 | 1 | -25/+71 |
| | |||||
* | Don’t paint a zero-size background image | Simon Sapin | 2020-01-13 | 1 | -0/+4 |
| | |||||
* | Add background-position | Simon Sapin | 2020-01-13 | 1 | -3/+11 |
| | |||||
* | Add background-size | Simon Sapin | 2020-01-13 | 1 | -16/+90 |
| | |||||
* | Add background-origin | Simon Sapin | 2020-01-13 | 1 | -2/+6 |
| | |||||
* | Add background-clip | Simon Sapin | 2020-01-13 | 1 | -9/+36 |
| | |||||
* | Use OnceCell instead of Option | Simon Sapin | 2020-01-13 | 1 | -21/+15 |
| | |||||
* | Background positioning with initial values | Simon Sapin | 2020-01-13 | 1 | -8/+40 |
| | |||||
* | Initial rendering of background-image | Simon Sapin | 2020-01-13 | 1 | -21/+105 |
| | |||||
* | Pass LayoutContext to DisplayListBuilder | Simon Sapin | 2020-01-13 | 1 | -3/+10 |
| | |||||
* | Copy image-fetching code from Layout 2013 | Simon Sapin | 2020-01-13 | 1 | -0/+7 |
| | |||||
* | Simplify `CommonItemProperties` construction | Simon Sapin | 2020-01-09 | 1 | -35/+23 |
| | |||||
* | Account for border-radius in hit-testing | Simon Sapin | 2020-01-09 | 1 | -13/+35 |
| | |||||
* | Introduce BuilderForBoxFragment | Simon Sapin | 2020-01-09 | 1 | -58/+62 |
| | |||||
* | Move box fragment hit testing to a dedicated display item | Simon Sapin | 2020-01-09 | 1 | -12/+17 |
| | |||||
* | Use the is_contentful field of DisplayListBuilder | Simon Sapin | 2020-01-09 | 1 | -13/+10 |
| | |||||
* | Clip background-color to border-radius | Simon Sapin | 2020-01-03 | 1 | -3/+25 |
| | |||||
* | Refactor creation of `webrender_api::CommonItemProperties` | Simon Sapin | 2020-01-03 | 1 | -43/+53 |
| | |||||
* | Apply border-radius when painting borders | Simon Sapin | 2020-01-03 | 1 | -4/+25 |
| | |||||
* | Handle cursor and hit testing in 2020 | Anthony Ramine | 2019-12-13 | 1 | -3/+55 |
| | |||||
* | Rename content_rect to rect in TextFragment and ImageFragment | Simon Sapin | 2019-12-07 | 1 | -2/+2 |
| | | | | Since they don’t have padding etc. | ||||
* | Use the WritingMode bitflags from Stylo | Simon Sapin | 2019-12-07 | 1 | -5/+4 |
| | |||||
* | Un-allow and fix warnings in `components/layout_2020` | Simon Sapin | 2019-12-02 | 1 | -2/+0 |
| | |||||
* | Start supporting images in layout 2020 | Anthony Ramine | 2019-12-01 | 1 | -0/+28 |
| | |||||
* | Start implementing text in layout 2020 | Anthony Ramine | 2019-11-25 | 1 | -3/+52 |
| | |||||
* | Update webrender and serde_bytes | Anthony Ramine | 2019-11-13 | 1 | -2/+2 |
| | |||||
* | 2020: paint borders | Simon Sapin | 2019-10-24 | 1 | -30/+80 |
| | |||||
* | 2020: paint background-color | Simon Sapin | 2019-10-24 | 1 | -0/+106 |