aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+0
* 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
* gfx: On the Mac, take the scale into account when determining thePatrick Walton2016-10-111-2/+2
* 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-092-5/+4
* | Bail out gracefully on malformed kern table headers.Matt Brubeck2016-07-061-2/+5
|/
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Add a fast path for shaping ASCII textMatt Brubeck2016-05-201-9/+126
* Make FontHandle fields privateMatt Brubeck2016-05-191-2/+2
* Allow creation of unboxed FontTablesMatt Brubeck2016-05-191-2/+2
* Simplify FontTableMethods::with_bufferMatt Brubeck2016-05-191-2/+2
* gfx: Change the mapping from Mac weights to CSS weights so that 0.0 mapsPatrick Walton2016-05-101-10/+14
* gfx: Map `sans-serif` to Helvetica on Mac, DejaVu Sans on Linux, andPatrick Walton2016-05-091-0/+4
* gfx: Clamp the font size we supply to Core Text to 0.01pt.Patrick Walton2016-04-112-16/+27