1. 13 Aug, 2015 2 commits
    • Matt Perry's avatar
      Fix common asserts in animation API. · 8a729317
      Matt Perry authored
      1. We would assert if you tried to start an animation from within an
      animation status callback. This is a common pattern, so I fixed this
      assert (in Ticker._tick).
      2. We would assert for animations with duration under a millisecond.
      Fixed.
      
      Also removed the workarounds assocated with #1.
      8a729317
    • Adam Barth's avatar
      RenderBox.hitTest should do the bounds check · 12586a63
      Adam Barth authored
      Previously we were doing the bounds testing for hit tests in the parent, but
      that doesn't work if the child paints at a location other than 0.0, 0.0. Now we
      do the bounds check in the child. This also simplifies Scaffold's hit testing.
      
      Fixes #558
      12586a63
  2. 12 Aug, 2015 5 commits
  3. 11 Aug, 2015 33 commits