1. 28 Dec, 2015 1 commit
  2. 26 Dec, 2015 3 commits
  3. 25 Dec, 2015 1 commit
  4. 24 Dec, 2015 2 commits
    • Ian Hickson's avatar
      Merge pull request #1020 from Hixie/transform · 4f672dc0
      Ian Hickson authored
      RenderFractionalTranslation and Dismissable
      4f672dc0
    • Ian Hickson's avatar
      RenderFractionalTranslation · 9bad312a
      Ian Hickson authored
      - Add RenderFractionalTranslation, a render box that does a
        translation based on a FractionalOffset.
      
      - Make FractionalOffset more like Offset
        - dx/dy instead of x/y
        - add /, ~/, %
        - add .zero
      
      - Add alongOffset and alongSize to FractionalOffset so that you can
        easily apply FractionalOffset to Offsets and Sizes. (Better name
        suggestions welcome.)
      
      - Add transformHitTests boolean to RenderTransform (also on
        RenderFractionalTranslation), and to classes based on it.
      
      - Remove the fade from Dismissable. We can add it back using the
        builder-with-child pattern like Draggable if we need it. See #1003
        for tha feature request.
      
      - Rename a bunch of variables in dismissable.dart.
      
      - Change the test for dismissable to not handle leftwards dismisses
        one pixel different from rightwards dismisses, and cleaned up the
        resulting effect on the test (mostly making sure we had the right
        number of pumps, with comments explaining what each one was).
      
      Fixes #174.
      9bad312a
  5. 22 Dec, 2015 3 commits
  6. 21 Dec, 2015 7 commits
  7. 20 Dec, 2015 4 commits
  8. 18 Dec, 2015 6 commits
  9. 17 Dec, 2015 11 commits
  10. 16 Dec, 2015 2 commits
    • Hans Muller's avatar
      Merge pull request #969 from HansMuller/fix_tab_swipe_animation · fd4599ff
      Hans Muller authored
      Correct the TabBarView swipe selection change animation
      
      The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero. The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one.
      
      TabBarSelection now requires a maxIndex parameter.
      fd4599ff
    • Eric Seidel's avatar
      Merge pull request #971 from eseidelGoogle/apk_res · bf751921
      Eric Seidel authored
      Add support for bundling apk resources
      bf751921