aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-11-01 (#34322)Oriol Brufau2024-11-211-4/+8
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-0/+2
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-5/+4
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-0/+1
* Upgrade stylo to 2024-05-31 (#32474)Oriol Brufau2024-06-241-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-4/+5
* base: Remove `ucd` dependency (#32424)Martin Robinson2024-06-031-1/+1
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-301-4/+184
* fonts: Improve font fallback (#32286)Martin Robinson2024-05-271-4/+5
* fonts: Make `FontContext` thread-safe and share it per-Layout (#32205)Martin Robinson2024-05-021-16/+11
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-291-9/+7
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-3/+4
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-3/+3
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-4/+5
* layout: Turn on synthetic small-caps for layout 2020 (#31435)Martin Robinson2024-02-281-3/+6
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-17/+15
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Don't panic when no font is found for a TextRun (#30581)Martin Robinson2023-10-191-6/+19
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+13
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Revert "Revert "Update font-kit and freetype and unicode-script.""Josh Matthews2020-08-101-2/+2
* Revert "Update font-kit and freetype and unicode-script."Josh Matthews2020-08-041-2/+2
* Update font-kit and freetype and unicode-script.Josh Matthews2020-07-311-2/+2
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-2/+19
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-1/+1
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-6/+6
* layout: Fix servo build.Emilio Cobos Álvarez2019-03-131-12/+9
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-6/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-149/+202
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+2
* Update dependencies to use new_debug_unrechableMatt Brubeck2018-06-061-2/+2
* Don't perform font matching for control charactersJon Leighton2018-05-191-52/+54
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-4/+4
* Lazy load fonts in a FontGroupJon Leighton2018-02-221-25/+37
* style: Move content property out of mako.Igor Gutorov2018-02-071-1/+1
* Share line breaking state across text runsManish Goregaokar2018-01-241-12/+33
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-15/+17
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-14/+13
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-13/+14
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-14/+13
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-6/+9
* stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-1/+1
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-7/+8
* order derivable traits listsClément DAVID2017-08-231-1/+1