aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/text_run.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-444/+0
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-1/+2
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+3
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-301-0/+442