1. 30 Aug, 2015 1 commit
  2. 28 Aug, 2015 1 commit
  3. 25 Aug, 2015 1 commit
  4. 21 Aug, 2015 2 commits
  5. 19 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add package:sky/rendering.dart · dea3a092
      Adam Barth authored
      Similar to widgets.dart, rendering.dart exports the entire rendering layer.
      Also, update the examples to use rendering.dart and widgets.dart. Also clean up
      some exports so that the examples have more sensible imports.
      dea3a092
  6. 17 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add support for drag-and-drop · ac0ec322
      Adam Barth authored
      Widgets that want to receive drops should include a DropTarget in their build.
      Currently there's no widget for initiating a drag. Components can use the
      DragController directly. In the future, we'll probably want to add a Draggable
      that knows how to do some of this work automatically.
      
      Fixes #612
      ac0ec322
  7. 07 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add a MimicOverlay widget · 5aafa65f
      Adam Barth authored
      This widget lets you mimic one of its children in an overlay. The overlay
      starts out as the same size of the child and then grows to fill the overlay. In
      the future, the mimic will start at the same visual position as the child.
      5aafa65f
  8. 06 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add widgets for reparenting widgets · 9bed37b5
      Adam Barth authored
      Wrap widgets you want to reparent in a Mimicable widget and assign the
      Mimicable widget a global key. Then, given the same global key to a Mimic
      widget to make it appear elsewhere in the view hierarchy.
      9bed37b5
  9. 05 Aug, 2015 1 commit
  10. 04 Aug, 2015 2 commits
  11. 03 Aug, 2015 2 commits