servo/components
Glenn Watson a7d18f9c03 Switch the default windowing system to glutin. See below for details.
This change makes glutin the default windowing system on mac/linux.

If you run into any issues with the glutin system, you can temporarily
build the GLFW system with the following command:

cd components/servo
../../mach cargo build --no-default-features --features=glfw

Once any glutin related issues have been sorted out, the GLFW
port will be removed.
2015-01-20 07:07:16 +10:00
..
canvas Use DrawTarget::new instead of DrawTarget::new_with_data in CanvasPaintTask 2015-01-15 14:04:46 +01:00
compositing Update to latest rust-azure and rust-layers 2015-01-15 12:59:11 -08:00
devtools Disallow lines that span more than 160 columns. 2015-01-19 13:48:32 +01:00
devtools_traits Move the documentation comment for the devtools_traits crate to have it picked up. 2015-01-10 15:02:28 +01:00
gfx Stop using Vec::from_elem. 2015-01-19 14:42:30 +01:00
layout auto merge of #4664 : Ms2ger/servo/from_elem, r=larsbergstrom 2015-01-19 09:12:46 -07:00
layout_traits Allow missing_copy_implementations 2015-01-08 08:51:11 -08:00
msg Update to latest rust-azure and rust-layers 2015-01-15 12:59:11 -08:00
net Allow missing_copy_implementations 2015-01-08 08:51:11 -08:00
plugins auto merge of #4575 : mttr/servo/warnings, r=jdm 2015-01-08 16:03:55 -07:00
script auto merge of #4664 : Ms2ger/servo/from_elem, r=larsbergstrom 2015-01-19 09:12:46 -07:00
script_traits Allow missing_copy_implementations 2015-01-08 08:51:11 -08:00
servo Switch the default windowing system to glutin. See below for details. 2015-01-20 07:07:16 +10:00
style layout: Implement mix-blend-mode per COMPOSITING § 3.4.1. 2015-01-12 08:02:41 -08:00
util auto merge of #4664 : Ms2ger/servo/from_elem, r=larsbergstrom 2015-01-19 09:12:46 -07:00