aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/macos
Commit message (Expand)AuthorAgeFilesLines
* gfx: Fix Core Text font instantiation for Web fonts on Mac.Patrick Walton2015-08-042-19/+15
* gfx: Instantiate the `CTFont` corresponding to a Mac font on demand.Patrick Walton2015-07-312-7/+17
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-152-3/+50
* Use atoms for font template structures.Glenn Watson2015-07-131-4/+4
* Instrument FreeType allocations.Nicholas Nethercote2015-06-101-0/+8
* Utilize `if let` instead of `match` in a few placesCorey Farwell2015-06-091-12/+8
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-3/+2
* Remove unused imports.Ms2ger2015-05-061-1/+0
* Rename Au methods with f32/f64 instead of frac32/frac/subpxSimon Sapin2015-05-051-4/+4
* Replace Au-related free functions in util::geometry with Au methods.Simon Sapin2015-05-051-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-052-2/+1
* Remove some as_slice calls.Ms2ger2015-04-242-3/+3
* Remove int_uint feature from gfx.Josh Matthews2015-04-071-2/+2
* Retain buffer for CGDataProviderCreateWithData. Fixes #5084.Connor Jennings2015-03-151-1/+3
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core TextPatrick Walton2015-01-281-1/+16
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-284-7/+10
* Move to to_owned rather than into_string.Ms2ger2015-01-202-2/+6
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-082-12/+11
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-272-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+1
* Replace almost "render" to "paint" words in gfx crate.Tetsuharu OHZEKI2014-12-081-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Convert internal font code to store pt size as Au.Glenn Watson2014-10-221-2/+2
* Update rust-core-text, handle empty font collections. Fixes #3703.Glenn Watson2014-10-211-6/+11
* Disallow toggling radio buttons. Use generated content for checkboxes and rad...Josh Matthews2014-10-011-1/+1
* Add average advance width to the font metrics structure, using the X glyph as...Josh Matthews2014-10-011-1/+8
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* Improve quality of font rendering on Linux (and Android).Glenn Watson2014-09-101-0/+4
* Cargoify servoJack Moffitt2014-09-084-0/+278