servo/components/gfx
Patrick Walton 7349b6ac28 layout: Tie transitions to the DOM node and finish them instantly when
new styles are set.

Tying transitions to the DOM node avoids quadratic complexity when
updating them.

Finishing transitions instantly when styles are updated makes our
behavior more correct.
2015-08-01 23:01:43 -07:00
..
display_list layout: Tie transitions to the DOM node and finish them instantly when 2015-08-01 23:01:43 -07:00
platform gfx: Instantiate the CTFont corresponding to a Mac font on demand. 2015-07-31 08:42:30 -07:00
text Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
Cargo.toml script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
font_cache_task.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_context.rs gfx: Instantiate the CTFont corresponding to a Mac font on demand. 2015-07-31 08:42:30 -07:00
font_template.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
lib.rs gfx: Split the paint messages into layout and chrome messages, and make 2015-07-31 08:42:29 -07:00
paint_context.rs Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
paint_task.rs gfx: Split the paint messages into layout and chrome messages, and make 2015-07-31 08:42:29 -07:00