1. 22 Aug, 2015 1 commit
    • Adam Barth's avatar
      Cleanup how we manage scrollOffset in Scrollable · d3eaff27
      Adam Barth authored
       - Introduce _setScrollOffset as a backend for the animations so that scrollTo
         can stop animations.
      
       - Create a single function that stops both kinds of scroll animations.
      
       - Refactor how we update the bounds for bounded scroll behaviors so that we
         update the bounds and compute the new scroll offset at the same time.
      d3eaff27
  2. 21 Aug, 2015 12 commits
  3. 20 Aug, 2015 24 commits
  4. 19 Aug, 2015 3 commits
    • Hixie's avatar
      RenderObjectWrapper cleanup and new asserts. · 87adaf3f
      Hixie authored
      - Clarify comment about RenderObjectWrapper.
      - Assert that we never sync a RenderObjectWrapper with an instance of a different type.
      - Assert that MultiChildRenderObjectWrapper subclasses always have multi-child RenderObjects.
      - Assert that renderObject doesn't change identity when syncing.
      - Make searchForOldNode() return void since the return value is ignored.
      - Remove code that handled renderObject changing during sync.
      87adaf3f
    • Hixie's avatar
      Implement 'stretch' for flexible items. · 2c44ed0f
      Hixie authored
      2c44ed0f
    • Adam Barth's avatar
      Rev pub package · 3784201b
      Adam Barth authored
      3784201b