servo/components/gfx
Benjamin Peterson 28fa83e36b use geom::num::Zero rather than the deprecated num::Zero trait in std
This fixes the following warning:
display_list/mod.rs:735:20: 735:30 warning: use of deprecated item: Use `Int::zero()` or `Float::zero()`., #[warn(deprecated)] on by default
display_list/mod.rs:735         let zero = Zero::zero();
                                           ^~~~~~~~~~
2014-12-29 18:30:16 -06:00
..
display_list use geom::num::Zero rather than the deprecated num::Zero trait in std 2014-12-29 18:30:16 -06:00
platform gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
text gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
buffer_map.rs Replace almost "render" to "paint" words in gfx crate. 2014-12-08 14:55:30 +09:00
Cargo.toml Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. 2014-12-17 15:19:45 -05:00
color.rs gfx: Inline a few commonly-used methods that were showing up in profiles 2014-10-28 10:55:19 -07:00
font.rs gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
font_cache_task.rs gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
font_context.rs gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
font_template.rs gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
lib.rs gfx: Refactor the border drawing code and split out fragment display 2014-12-22 14:48:55 -08:00
paint_context.rs gfx: Clip the background properly when border-radius is used. 2014-12-22 14:48:55 -08:00
paint_task.rs gfx: Clip the background properly when border-radius is used. 2014-12-22 14:48:55 -08:00