1. 07 Jan, 2016 7 commits
  2. 06 Jan, 2016 15 commits
  3. 05 Jan, 2016 8 commits
  4. 04 Jan, 2016 8 commits
  5. 02 Jan, 2016 2 commits
    • Adam Barth's avatar
      Merge pull request #1061 from abarth/generalize_grid_layout · 7bf3cb41
      Adam Barth authored
      Generalize grid layout
      7bf3cb41
    • Adam Barth's avatar
      Generalize grid layout · 46a178dc
      Adam Barth authored
      This patch make grid layout much more flexible. The behavior is factored
      out into a GridDelegate that's modeled after the custom layout
      delegates. The patch includes a MaxTileWidthGridDelegate that implements
      the old behavior and a FixedColumnCountGridDelegate that implements a
      grid layout with a fixed number of columns.
      
      Fixes #1048
      46a178dc