aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-163-185/+93
* Remove `FontContextHandle` (#32038)Martin Robinson2024-04-122-19/+0
* gfx: Do not apply scale to `CoreText` font metrics (#31996)Martin Robinson2024-04-051-27/+12
* gfx: Derive `line-through` metrics for fonts on MacOS (#31756)Martin Robinson2024-03-191-4/+13
* clippy: Fix remaining warnings in `gfx` for MacOS (#31669)Martin Robinson2024-03-152-30/+31
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-2/+8
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-143-113/+75
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-8/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+0
* Further changes required by ServoOriol Brufau2023-10-021-8/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-113-23/+27
* remove `extern crate` (#30311)Samson2023-09-082-0/+2
* Fix warnings.Josh Matthews2022-01-031-2/+2
* 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
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+7
* mac: Treat CT returning 0 glyph indexes as failing to find indexes.Josh Matthews2018-12-141-3/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-194-4/+4
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-082-2/+0
* Reorder importsPyfisch2018-11-062-5/+7
* Format remaining filesPyfisch2018-11-062-4/+5
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-062-6/+6
* Update webrender to 923ee495bd9b0fda8a4a94c5a6cf42e2f0548731.Josh Matthews2018-10-092-12/+17
* Fix comments indentation issue in gfx platformkingdido9992018-09-051-2/+3
* Format gfx platform #21373kingdido9992018-09-054-102/+124
* gfx: Make FontHandleMethods::family_name return an optional value.Josh Matthews2018-08-081-2/+2
* Implement font fallbackJon Leighton2018-05-192-4/+159
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-1/+9
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-1/+9
* | Fix servo build.Emilio Cobos Álvarez2018-04-281-16/+12
* | style: Fixups for css-fonts-4 font-weight.Emilio Cobos Álvarez2018-04-281-1/+3
|/
* Auto merge of #20021 - jonleighton:lazy-font-group, r=mbrubeck,glennwbors-servo2018-02-221-0/+5
|\
| * Lazy load fonts in a FontGroupJon Leighton2018-02-221-0/+5
* | Make FontTemplateData's Debug formatter more conciseJon Leighton2018-02-221-1/+18
|/
* Use new CFArray iterator featuresLinus Färnstrand2018-01-291-14/+4
* Use specific negative assertion for gfx platform macos fontCYBAI2018-01-261-1/+1
* cleanup no need cfg target_ostigercosmos2017-12-251-2/+0
* gfx: Use ? on Option more often.Emilio Cobos Álvarez2017-12-091-5/+1
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-13/+14
* WR multi-document supportDzmitry Malyshau2017-11-221-5/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-9/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Use integer for specified and computed font-weightXidorn Quan2017-07-061-11/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-3/+3
* Use NativeFontHandle instead of CGFontalfredoyang2017-04-211-2/+3
* Fix panic when font face name is not availableDominik Boehi2017-04-121-2/+2