1. 10 Sep, 2015 1 commit
  2. 08 Sep, 2015 2 commits
  3. 24 Aug, 2015 1 commit
    • Hans Muller's avatar
      Support ScrollableLists that wrap · c21fcf62
      Hans Muller authored
      Adds itemsWrap:bool (default false) to ScrollableList and PageableList. If itemsWrap is true then scrolling past the last item wraps around to the first. Similarly, scrolling before the first item wraps around to the last.
      
      Added abstract ExtentScrollBehavior of ScrollBehavior. Renamed fields called contentsExtents to contentExtent, containerExtents to containerExtent, contentSize to contentExtent, etc.
      
      BoundedBehavior is now a subclass of ExtentScrollBehavior.
      
      Added UnboundedBehavior subclass of ExtentScrollBehvaior; contentExtent and maxScrollOffset are double.INFINITY, minScrollExtent is double.NEGATIVE_INFINITY.
      c21fcf62
  4. 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
  5. 03 Aug, 2015 1 commit
    • Adam Barth's avatar
      ScrollableBlock should be able to overscroll · 98a2c9b0
      Adam Barth authored
      When a ScrollableBlock can scroll, we want to be able to drag into the
      overscroll region. Previously we could fling into the overscroll region, but we
      couldn't actually drag there.
      98a2c9b0
  6. 30 Jul, 2015 1 commit
  7. 28 Jul, 2015 2 commits
  8. 27 Jul, 2015 1 commit
  9. 16 Jul, 2015 2 commits