1. 07 Jun, 2016 3 commits
  2. 06 Jun, 2016 1 commit
  3. 04 Jun, 2016 1 commit
  4. 03 Jun, 2016 6 commits
  5. 02 Jun, 2016 4 commits
  6. 01 Jun, 2016 2 commits
    • Ian Hickson's avatar
      PaginatedDataTable (part 1) (#4306) · 0618da7c
      Ian Hickson authored
      This introduces the key parts of a paginated data table, not including
      the built-in pagination features.
      
      * Provide more data for the data table demo, so there's data to page.
      
      * Introduce a ChangeNotifier class which abstracts out
        addListener/removeListener/notifyListeners. We might be able to use
        this to simplify existing classes as well, though this patch doesn't
        do that.
      
      * Introduce DataTableSource, a delegate for getting data for data
        tables. This will also be used by ScrollingDataTable in due course.
      
      * Introduce PaginatedDataTable, a widget that wraps DataTable and only
        shows N rows at a time, fed by a DataTableSource.
      0618da7c
    • Ian Hickson's avatar
      Reenable the gallery smoke test (#4303) · bf6ae3ee
      Ian Hickson authored
      ...and fix some grid and table intrinsic issues it uncovered.
      bf6ae3ee
  7. 31 May, 2016 3 commits
  8. 30 May, 2016 1 commit
  9. 29 May, 2016 2 commits
  10. 28 May, 2016 1 commit
  11. 27 May, 2016 1 commit
  12. 25 May, 2016 1 commit
  13. 24 May, 2016 2 commits
  14. 23 May, 2016 3 commits
  15. 21 May, 2016 2 commits
  16. 20 May, 2016 4 commits
  17. 19 May, 2016 1 commit
    • Adam Barth's avatar
      Tabs and scrolling has odd card text (#4019) · 8283d05e
      Adam Barth authored
      Looks like our intent here was to show the tab label rather than
      "Instance of '_Page'".
      
      Also, fix an issue where the scrollableKey wasn't being forwarded to the
      actual scrollable.
      
      Fixes #3090
      8283d05e
  18. 17 May, 2016 2 commits