flutter/examples/raw
Hixie c09aac3f3f Rationalise hit testing in the new RenderNode world
- makes the event logic not involve a boolean return value (since we ignored it anyway)
- splits the event handling logic into two steps, hit testing and event dispatch
- introduces an App class on the Dart side to factor out the interaction with the C++ side
- ports sector-layout and simple_render_tree to the new App infrastructure
- port simple_render_tree to the new event handling logic
- implement hit testing for the sector-layout demo

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1143343004
2015-05-26 12:44:35 -07:00
..
circle.sky Clean up examples directory 2015-03-26 14:32:40 -07:00
custom_paint_without_element.sky Make it possible to custom-paint without an Element. 2015-05-13 13:16:47 -07:00
draw_picture_into_canvas.sky Add Canvas.drawPicture 2015-05-18 15:13:15 -07:00
hello_world.dart Make hit testing work in layout2.dart 2015-05-21 11:22:17 -07:00
paint_element_into_displaylist.sky Make it possible to Paint elements into a display list. 2015-05-18 14:49:59 -07:00
painting.sky Sky: Add a CustomDart attribute to the IDL compiler, and use that with Canvas 2015-05-19 13:59:05 -04:00
pubspec.yaml Add pubspec.yaml files for each of the examples/ directories 2015-04-28 16:26:38 -07:00
sector-layout.dart Rationalise hit testing in the new RenderNode world 2015-05-26 12:44:35 -07:00
simple_render_tree.dart Rationalise hit testing in the new RenderNode world 2015-05-26 12:44:35 -07:00
spinning_square.dart Port spinning_square to SkyView universe 2015-05-21 12:14:10 -07:00
spinning-square.sky Clean up examples directory 2015-03-26 14:32:40 -07:00
touch_demo.dart Rationalise hit testing in the new RenderNode world 2015-05-26 12:44:35 -07:00
touch-demo.sky Fix domokit.github.io site deployment script 2015-05-19 14:03:13 -07:00