Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: Stop using `unicode-segmentation` in layout (#33250) | Martin Robinson | 2024-08-29 | 1 | -3/+4 |
* | layout: Add initial support for bidirectional text (BiDi) (#33148) | Martin Robinson | 2024-08-21 | 1 | -4/+21 |
* | layout: Improve layout of table captions (#32695) | Martin Robinson | 2024-07-08 | 1 | -2/+5 |
* | layout: Allow rendering LineItems independent of inline box (#32666) | Martin Robinson | 2024-07-03 | 1 | -4/+7 |
* | fix clippy warning (#32667) | atbrakhi | 2024-07-02 | 1 | -1/+1 |
* | Upgrade stylo to 2024-05-31 (#32474) | Oriol Brufau | 2024-06-24 | 1 | -13/+15 |
* | layout: Add very basic support for showing text in input boxes (#32365) | Martin Robinson | 2024-06-20 | 1 | -0/+3 |
* | layout: Flatten inline box storage in InlineFormattingContexts (#32539) | Martin Robinson | 2024-06-19 | 1 | -95/+74 |
* | layout: Linebreak the entire InlineFormattingContext at once (#32483) | Martin Robinson | 2024-06-13 | 1 | -0/+8 |
* | layout: Add a `InlineFormattingContextBuilder` (#32415) | Martin Robinson | 2024-06-03 | 1 | -0/+610 |