1. 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
  2. 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
  3. 18 Aug, 2015 2 commits
  4. 17 Aug, 2015 2 commits
  5. 13 Aug, 2015 2 commits
  6. 10 Aug, 2015 1 commit
  7. 06 Aug, 2015 2 commits
  8. 04 Aug, 2015 1 commit
  9. 03 Aug, 2015 2 commits
  10. 31 Jul, 2015 1 commit
  11. 30 Jul, 2015 1 commit
  12. 29 Jul, 2015 1 commit
  13. 28 Jul, 2015 3 commits
  14. 27 Jul, 2015 1 commit
  15. 21 Jul, 2015 2 commits
  16. 16 Jul, 2015 3 commits