servo/components/gfx
Patrick Walton 041cfe6d0a script: When using WebRender, keep the DOM-side scroll positions for
elements with `overflow: scroll` up to date, and take them into account
when doing hit testing.

Closes #11648.
2016-06-10 18:43:04 -07:00
..
display_list script: When using WebRender, keep the DOM-side scroll positions for 2016-06-10 18:43:04 -07:00
platform Make the gfx::platform module private. 2016-06-05 12:31:53 +02:00
text Reduce the scope of the allowed unsafe code in gfx::text. 2016-06-05 12:31:55 +02:00
Cargo.toml Remove support for gpu painting. 2016-06-03 14:58:49 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Don't create HarfBuzz shaper if it isn't used 2016-05-23 11:46:16 -07:00
font_cache_thread.rs Don't load all font faces sources 2016-06-10 21:51:06 +02:00
font_context.rs Always include the last-resort font 2016-05-24 08:30:44 -07:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Reduce the scope of the allowed unsafe code in gfx::text. 2016-06-05 12:31:55 +02:00
paint_context.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
paint_thread.rs Remove the paint shutdown channel. 2016-06-04 13:24:44 +02:00