servo/components/gfx
Patrick Walton 66dd8c8a6c layout: Implement CSS transitions per CSS-TRANSITIONS § 2.
Transition events are not yet supported, and the only animatable
properties are `top`, `right`, `bottom`, and `left`. However, all other
features of transitions are supported. There are no automated tests at
present because I'm not sure how best to test it, but three manual tests
are included.
2015-03-31 08:46:11 -07:00
..
display_list Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
platform Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
text Use isize/usize in range. 2015-03-28 15:36:36 +01:00
buffer_map.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
Cargo.toml Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07: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 Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
lib.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
paint_context.rs Use isize/usize in range. 2015-03-28 15:36:36 +01:00
paint_task.rs layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00