1. 19 Jan, 2016 6 commits
  2. 18 Jan, 2016 13 commits
  3. 16 Jan, 2016 8 commits
  4. 15 Jan, 2016 7 commits
  5. 14 Jan, 2016 6 commits
    • Ian Hickson's avatar
      Merge pull request #1237 from Hixie/tooltips · abb17ea9
      Ian Hickson authored
      Tooltips
      abb17ea9
    • Hixie's avatar
      Tooltips · 24cab899
      Hixie authored
      Introduces a new Tooltip class.
      Adds support for tooltips to IconButton and Scaffold.
      Adds some tooltips to various demos.
      
      Also some tweaks to stack.dart that I made before I decided not to go
      down a "CustomPositioned" route.
      24cab899
    • Adam Barth's avatar
      Update engine · 28d4e52a
      Adam Barth authored
      28d4e52a
    • Adam Barth's avatar
      Merge pull request #1243 from abarth/edge_trigger · 6d7bf20f
      Adam Barth authored
      Stocks has both tabs reified in the wiget tree
      6d7bf20f
    • Hans Muller's avatar
      Merge pull request #1240 from HansMuller/page_storage · 675f4c4d
      Hans Muller authored
      PageStorage storage identifier should include the context widget's key
      675f4c4d
    • Adam Barth's avatar
      Stocks has both tabs reified in the wiget tree · b5ed355b
      Adam Barth authored
      We were recomputing which widgets to show only when we were on the other side
      of the repaint boundaries. That doesn't work well for pageable lists because we
      come to rest exactly on a repaint boundary, which means we don't cull the other
      page.
      
      After this patch, we recompute the set of widgets using an edge-trigger when we
      hit the boundary. That's better than using a level-trigger so that we don't
      continuously recompute the set of widget as we sit at the boundary.
      b5ed355b