1. 20 Oct, 2015 1 commit
  2. 10 Oct, 2015 1 commit
  3. 09 Oct, 2015 1 commit
  4. 06 Oct, 2015 2 commits
  5. 01 Oct, 2015 1 commit
  6. 16 Sep, 2015 1 commit
    • Hixie's avatar
      Factor out GlobalKeyWatcher · d8668606
      Hixie authored
      This also moves the logic that tracks what Widget is being watched into
      GlobalKeyWatcher, and much simplifies Mimic based on this.
      d8668606
  7. 02 Sep, 2015 1 commit
    • Adam Barth's avatar
      Move widgets and rendering inside src · 693ddcd8
      Adam Barth authored
      Code outside of package:sky should import this code using
      
      package:sky/rendering.dart
      package:sky/widgets.dart
      
      Moving this code into the "src" directory is a convention that signifies that
      and it cleans up the generated dartdoc because the libraries in the src
      directory aren't included in the generated documentation. Instead, the classes
      are documented in the widgets.dart and rendering.dart libraries.
      693ddcd8
  8. 28 Aug, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 25 Aug, 2015 1 commit
  11. 24 Aug, 2015 1 commit
  12. 22 Aug, 2015 1 commit
  13. 07 Aug, 2015 2 commits
    • Adam Barth's avatar
      Use localToGlobal and globalToLocal in MimicOverlay · 68565eb3
      Adam Barth authored
      Also, make RenderStack support negative positions with clipping so that we can
      expand objects that are partially offscreen.
      68565eb3
    • 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
  14. 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