1. 08 Apr, 2016 1 commit
  2. 07 Apr, 2016 21 commits
  3. 06 Apr, 2016 13 commits
  4. 05 Apr, 2016 5 commits
    • Matt Perry's avatar
      Merge pull request #3117 from mpcomplete/tooltip · bd407cea
      Matt Perry authored
      Fix typo in Tooltip's shouldRelayout method.
      bd407cea
    • Adam Barth's avatar
      Adds a first draft of LazyBlock · 618e7e49
      Adam Barth authored
      LazyBlock is intended as a replacement for MixedViewport. Rather than
      
      maintaining a table of all the observed child sizes (like
      
      MixedViewport), LazyBlock works by dead reckoning the location of the
      
      children based on the existing viewport. This approach makes it easier
      
      to resize children because LazyBlock doesn't cache any additional
      
      information that would need to be invalidated.
      
      
      
      This patch contains a first draft of LazyBlock that works in a simple
      
      usage scenario. Subsequent patches will replace
      
      ScrollableMixedWidgetList with LazyBlock and port the existing
      
      ScrollableMixedWidgetList tests over to LazyBlock.
      
      
      
      Related to #3075
      618e7e49
    • Ian Hickson's avatar
      Introduce a color for selected rows in data tables · b9f04817
      Ian Hickson authored
      - Rename unselectedColor to unselectedWidgetColor.
      
      - Rename selectionColor to textSelectionColor.
      
      - Add selectedRowColor.
      
      - Remove hintOpacity since it's not tested and has no demo clients.
      
      - Add some docs.
      b9f04817
    • Hans Muller's avatar
      First drag moves selected tab indicator · d682c13b
      Hans Muller authored
      d682c13b
    • Devon Carew's avatar
      add a dev/dartdoc.dart script to generate docs for the packages/ packages · 9a4c2c68
      Devon Carew authored
      * add a dev/dartdoc.dart script to generate docs for the packages/ packages
      
      * remove description
      
      * rename readme
      
      * change to using --include-external
      
      * move docs to dev/docs
      9a4c2c68