servo/components/compositing
Glenn Watson 291af9d115 Send touch events to root pipeline, and allow forwarding to iframes.
Instead of letting the compositor try to find the correct scroll
layer for a touch event, switch touch events to work the same way
that mouse events do.

Touch events are now dispatched to the root pipeline, and then
forwarded to child iframes as required.
2016-10-08 06:00:00 +10:00
..
Cargo.toml Update euclid to 0.10.1 2016-08-21 03:03:45 +02:00
compositor.rs Send touch events to root pipeline, and allow forwarding to iframes. 2016-10-08 06:00:00 +10:00
compositor_layer.rs Update to euclid 0.8 2016-08-12 03:12:06 +02:00
compositor_thread.rs Associate logical and physical keypresses together to support non-QWERTY keyboards. 2016-07-05 18:06:42 -04:00
delayed_composition.rs Move util::time::duration_from_nanoseconds to its only caller 2016-06-29 18:00:21 +02:00
lib.rs Removed duplicate #![feature(plugin)] 2016-10-05 00:15:27 +05:30
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
surface_map.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
touch.rs Update to euclid 0.8 2016-08-12 03:12:06 +02:00
windowing.rs Reorder use statements 2016-09-09 04:55:19 +02:00