aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix remaining warnings in `gfx` for MacOS (#31669)Martin Robinson2024-03-151-1/+1
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-2/+3
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-18/+14
* layout: Turn on synthetic small-caps for layout 2020 (#31435)Martin Robinson2024-02-281-14/+28
* layout: Implement support for font fallback (#31254)Martin Robinson2024-02-111-1/+1
* Replace time with std::time in components/gfx (#31168)Johannes S2024-01-251-4/+7
* layout: Implement support for `line-height` and `vertical-align` (#30902)Martin Robinson2024-01-081-0/+21
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+18
* remove `extern crate` (#30311)Samson2023-09-081-1/+5
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-5/+6
* Try to `use` WebRender types moreMartin Robinson2023-07-101-2/+3
* Further changes required by ServoOriol Brufau2023-05-241-0/+1
* Add space between parametersdelosrogers2021-03-071-1/+1
* Use swap() instead of load()/store() in get_and_reset_text_shaping_performanc...delosrogers2021-03-071-2/+1
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-7/+6
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-4/+9
* layout: Fix Servo layout build.Emilio Cobos Álvarez2019-03-271-1/+1
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format the rest of gfx #21373kingdido9992018-09-081-89/+111
* gfx: Make FontHandleMethods::family_name return an optional value.Josh Matthews2018-08-081-2/+3
* Update dependencies to use new_debug_unrechableMatt Brubeck2018-06-061-2/+2
* FontContext: Cache data fetched from the cache threadJon Leighton2018-05-191-1/+1
* Implement font fallbackJon Leighton2018-05-191-18/+144
* Fix servo build.Emilio Cobos Álvarez2018-04-281-4/+10
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-7/+17
* Lazy load fonts in a FontGroupJon Leighton2018-02-221-17/+124
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-2/+2
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-9/+9
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-9/+9
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-9/+9
* Update WR (font instance API).Glenn Watson2017-08-311-2/+2
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-3/+3
* Auto merge of #16388 - Tiwalun:fix-freetype-panic, r=emiliobors-servo2017-04-161-2/+2
|\
| * Fix panic when font face name is not availableDominik Boehi2017-04-121-2/+2
* | Make font-variant shorthand.Hiroyuki Ikezoe2017-04-141-5/+5
|/
* Remove old rendering backend.Glenn Watson2016-10-181-2/+2
* Use word-break to decide how glyph runs should be createdFelipe2016-09-271-0/+2
* Prefer length and percentage for word spacingRavi Shankar2016-08-091-2/+5