aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos/font_template.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-74/+0
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-161-157/+48
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-2/+8
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-108/+51
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+10
* When instantiating a CTFont, store the bytes that were used to create it.Josh Matthews2020-08-071-8/+25
* rustfmtJosh Matthews2019-10-071-7/+4
* macos: Remove font size attribute from font descriptor.Josh Matthews2019-10-071-4/+0
* Avoid Core Text font loading from postscript names due to intermittent incorr...Josh Matthews2019-10-021-2/+43
* 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
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-2/+4
* Format gfx platform #21373kingdido9992018-09-051-27/+42
* Make FontTemplateData's Debug formatter more conciseJon Leighton2018-02-221-1/+18
* WR multi-document supportDzmitry Malyshau2017-11-221-5/+5
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Use NativeFontHandle instead of CGFontalfredoyang2017-04-211-2/+3
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-1/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+8
* gfx: Simplify OSX font template bytes accessor.Emilio Cobos Álvarez2016-12-251-3/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Auto merge of #12076 - jdm:font-load, r=pcwaltonbors-servo2016-09-191-4/+4
|\
| * Make font template data load fallible. Fixes #12037.Josh Matthews2016-07-051-4/+4
* | Reorder `use` statementsUK9922016-09-091-2/+1
|/
* gfx: Clamp the font size we supply to Core Text to 0.01pt.Patrick Walton2016-04-111-15/+26
* Bump serde to 0.7Anthony Ramine2016-03-171-2/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-0/+36
* Derive Debug on FontGroup and its componentsOlaf Buddenhagen2015-12-121-1/+2
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* gfx: Fix Core Text font instantiation for Web fonts on Mac.Patrick Walton2015-08-041-16/+12
* gfx: Instantiate the `CTFont` corresponding to a Mac font on demand.Patrick Walton2015-07-311-6/+16
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-2/+49
* Use atoms for font template structures.Glenn Watson2015-07-131-4/+4
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Remove some as_slice calls.Ms2ger2015-04-241-2/+2
* Retain buffer for CGDataProviderCreateWithData. Fixes #5084.Connor Jennings2015-03-151-1/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Replace almost "render" to "paint" words in gfx crate.Tetsuharu OHZEKI2014-12-081-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+40