servo/components/gfx
Connor Jennings f298089f02 Retain buffer for CGDataProviderCreateWithData. Fixes #5084.
CGDataProviderCreateWithData just wraps the underlying buffer. The
underlying buffer needs to be kept around until the data provider is
freed. Adding the buffer to the FontTemplateData struct ensures it
sticks around.
2015-03-15 14:02:27 -04:00
..
display_list layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
platform Retain buffer for CGDataProviderCreateWithData. Fixes #5084. 2015-03-15 14:02:27 -04:00
text Fix warnings in gfx. 2015-02-13 11:00:20 +01:00
buffer_map.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
Cargo.toml Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
color.rs Companion single Color patch. 2015-02-13 14:49:28 -08:00
filters.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
font.rs Fix warnings in gfx. 2015-02-13 11:00:20 +01:00
font_cache_task.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
font_context.rs Handle font load errors in FontContext 2015-03-06 18:18:22 +02:00
font_template.rs gfx: Implement font-stretch per CSS3-FONTS § 3.3 in the Core Text 2015-01-28 12:42:52 -08:00
lib.rs Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
paint_context.rs layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
paint_task.rs layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00