aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/inline/text_run.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: Crashing due to input element hack (#36461)DK Liao11 days1-1/+1
* feat: Implement display for text selection and caret (#35830)DK Liao11 days1-0/+13
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-281-7/+19
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-5/+2
* Upgrade Stylo to 2024-11-01 (#34322)Oriol Brufau2024-11-211-2/+6
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-10/+21
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-5/+4
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-4/+4
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Handle all `white-space` values when intrinsically sizing an IFC (#33343)Oriol Brufau2024-09-111-5/+10
* Allow breaking line after space with `white-space: break-spaces` (#33376)Oriol Brufau2024-09-101-4/+3
* Bump xi_unicode to latest version (#33246)Jonathan Schwender2024-08-291-1/+1
* Fix clippy wanings in layout (#33215)atbrakhi2024-08-271-1/+1
* layout: Clean up inline layout data structures (#33149)Martin Robinson2024-08-221-3/+3
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-211-10/+42
* layout: Improve layout of table captions (#32695)Martin Robinson2024-07-081-54/+7
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-5/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-6/+6
* layout: Linebreak the entire InlineFormattingContext at once (#32483)Martin Robinson2024-06-131-160/+185
* layout: Don't default to fallback fonts for spaces (#32442)Martin Robinson2024-06-051-1/+1
* layout: Add a `InlineFormattingContextBuilder` (#32415)Martin Robinson2024-06-031-0/+591