1. 14 Oct, 2015 4 commits
    • Jason Simmons's avatar
    • Jason Simmons's avatar
      Merge pull request #1604 from jason-simmons/mojo_merge_client_part3 · d3b56038
      Jason Simmons authored
      Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3
      d3b56038
    • Hixie's avatar
      7946dc3a
    • Hans Muller's avatar
      Added Painter, ScrollingListPainter, MaterialScrollbarPainter · 921d4320
      Hans Muller authored
      Enabled displaying a scrollbar in ScrollingLists. The scrollbar is painted as an "overlay", i.e. it's painted on top of the scrolling list's visible children.
      
      Added an abstract Painter base class that encapsulates a paint method and the renderer that it's attached to. RenderBlockViewport and HomogenousViewport now support an overlayPainter property. If specified, RenderBlockViewport attaches itself to the overlayPainter when it's attached to the rendering tree. RenderBlockViewport now calls overlayPainter.paint() after it has painted its children.
      
      Added an abstract ScrollingListPainter class that exposes ScrollingList's state which might be needed for painting. Like its scroll direction and scrollOffset. The ScrollingListPainter is notified when a scroll starts and ends.
      
      Defined a Material-specific ScrollingListPainter that renders a scrollbar. The scrollbar thumb is faded in/out when the scroll starts/ends.
      
      Added onScrollStart and onScrollEnd listeners to Scrollable.
      921d4320
  2. 13 Oct, 2015 18 commits
  3. 12 Oct, 2015 16 commits
  4. 11 Oct, 2015 2 commits