servo/components/servo
Jack Moffitt 568d454ca6 Make Servo DPI aware on Windows
This implements system level DPI awareness for Windows. It has three
parts:

1. Add a application manifest which is copied alongside servo.exe during
build that declares our DPI awareness level. This is needed otherwise
DPI queries will return 96dpi and our application will be upscaled on
high DPI displays.

2. Rename hidpi_factor to avoid confusion with Glutin's hidpi_factor
which does something else.

3. Correctly convert windows sizes on window creation for
Windows. Unlike OS X, Windows uses device pixels for window creation.
2016-05-20 23:40:39 -06:00
..
.cargo Fix final linking step on AArch64 2016-02-01 16:55:27 +01:00
build.rs New Android suppport 2015-11-04 16:29:39 -06:00
Cargo.lock Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00
Cargo.toml Move constellation into its own crate. 2016-05-18 11:09:28 +02:00
fake-ld.sh New Android suppport 2015-11-04 16:29:39 -06:00
lib.rs Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00
main.rs Remove references to unused crates. 2016-04-22 22:20:06 +02:00
servo.exe.manifest Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00