servo/components/compositing
Martin Robinson c0fa32e7aa Combine events and CompositorData methods into CompositorLayer
This is a more natural collection of methods, as they all operate
directly on layers and accept a layer as their first argument.
2014-10-28 08:33:23 -07:00
..
platform Move windowing code out of the compositor 2014-10-10 11:36:12 -07:00
Cargo.toml Move windowing code out of the compositor 2014-10-10 11:36:12 -07:00
compositor.rs Combine events and CompositorData methods into CompositorLayer 2014-10-28 08:33:23 -07:00
compositor_data.rs Combine events and CompositorData methods into CompositorLayer 2014-10-28 08:33:23 -07:00
compositor_task.rs Use WindowMethods to get native graphics metadata instead of 2014-10-24 13:45:42 +10:00
constellation.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
headless.rs Remove SetLayerClipRect and add SetLayerOrigin 2014-09-12 11:29:14 -07:00
lib.rs Combine events and CompositorData methods into CompositorLayer 2014-10-28 08:33:23 -07:00
pipeline.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
windowing.rs Use WindowMethods to get native graphics metadata instead of 2014-10-24 13:45:42 +10:00