1. 12 8月, 2015 36 次提交
  2. 11 8月, 2015 4 次提交
    • A
      Merge pull request #545 from abarth/image_resource · 5bd6cbd7
      Adam Barth 提交于
      Use ImageResource instead of Future<sky.Image>
      5bd6cbd7
    • H
      Merge pull request #534 from HansMuller/overlay-geometry · e485f4f7
      Hans Muller 提交于
      Add IgnorePointer, Scrollable listener support
      e485f4f7
    • H
      The IgnorePointer class enables one to cut a widget subtree off from pointer... · 48da2ee5
      Hans Muller 提交于
      The IgnorePointer class enables one to cut a widget subtree off from pointer events. This is useful when a sibling should not shield pointer events from overlapping siblings below it.
      
      Added a ScrollListener listener to Scrollable. The ScrollListener runs each time the Scrollable's scrollOffset changes. This can be used to keep overlay widgets in sync with a Scrollable below them.
      
      Removed the Scrollable ScrollClient API. It was no longer used and was clumsy to use as a ScrollListener.
      
      Added global function findScrollableAncestor() to scrollable.dart.
      
      Added examples/widgets/overlay_geometry.dart. The app's Scaffold is contained by a Stack. The Stack is used to display green overlay "Markers" at the corners of the most recently selected list item and where the corresponding tap occurred. The app uses widget.localToGlobal() to compute the global overlay positions of the markers. The ScrollListener is used to keep the markers' positions up to date.
      48da2ee5
    • C
      Merge pull request #550 from eseidel/patch-2 · fd6f97b1
      Chinmay Garde 提交于
      Remove non-working Height setting
      fd6f97b1