aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos/font_list.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Update webrender to 923ee495bd9b0fda8a4a94c5a6cf42e2f0548731.Josh Matthews2018-10-091-3/+4
* Format gfx platform #21373kingdido9992018-09-051-28/+33
* Implement font fallbackJon Leighton2018-05-191-3/+158
* Use new CFArray iterator featuresLinus Färnstrand2018-01-291-14/+4
* cleanup no need cfg target_ostigercosmos2017-12-251-2/+0
* gfx: Map `sans-serif` to Helvetica on Mac, DejaVu Sans on Linux, andPatrick Walton2016-05-091-0/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-4/+4
* sort all usesJohann Tuffe2015-08-201-1/+1
* Utilize `if let` instead of `match` in a few placesCorey Farwell2015-06-091-12/+8
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+2
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Update rust-core-text, handle empty font collections. Fixes #3703.Glenn Watson2014-10-211-6/+11
* Improve quality of font rendering on Linux (and Android).Glenn Watson2014-09-101-0/+4
* Cargoify servoJack Moffitt2014-09-081-0/+37