servo/components/gfx
Patrick Walton bf540d590a layout: Explicitly thread border box dimensions and relative offsets
through display list building.

The old `flow_origin` concept was ill-defined (sometimes the border box
plus the flow origin, sometimes including horizontal margins and
sometimes not, sometimes including relative position and sometimes not),
leading to brittleness and test failures. This commit reworks the logic
to always pass border box origins in during display list building.
2015-01-04 17:43:05 -08:00
..
display_list layout: Explicitly thread border box dimensions and relative offsets 2015-01-04 17:43:05 -08:00
platform Qualify libstyle enums. 2015-01-04 15:04:35 +01:00
text Remove some obsolete formatting traits. 2015-01-04 11:59:51 +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 Qualify libstyle enums. 2015-01-04 15:04:35 +01:00
font_cache_task.rs Fix obsolete format traits. 2015-01-02 19:04:18 +01:00
font_context.rs Qualify libstyle enums. 2015-01-04 15:04:35 +01:00
font_template.rs gfx: to_string() -> into_string() 2014-12-27 14:48:35 +01:00
lib.rs Remove dependencies on the native crate. 2015-01-04 16:28:02 +01:00
paint_context.rs Qualify PixelsByColorType. 2015-01-04 15:18:19 +01:00
paint_task.rs layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00