1. 09 May, 2019 1 commit
  2. 25 Mar, 2019 1 commit
  3. 06 Sep, 2018 2 commits
  4. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fixes resulting from audit of issues links (#20772) · 8c79f40d
      Ian Hickson authored
      * Fixes resulting from audit of issues links
      
      I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link.
      
      * Update run_test.dart
      
      skip this test again since it failed on linux and macos bots
      8c79f40d
  5. 28 May, 2018 1 commit
  6. 17 Mar, 2018 1 commit
  7. 21 Apr, 2017 1 commit
  8. 28 Nov, 2016 1 commit
  9. 09 May, 2016 1 commit
  10. 09 Feb, 2016 1 commit
  11. 05 Feb, 2016 2 commits
  12. 04 Feb, 2016 3 commits
  13. 03 Feb, 2016 3 commits
  14. 22 Jan, 2016 2 commits
  15. 20 Jan, 2016 2 commits
  16. 07 Jan, 2016 1 commit
  17. 16 Dec, 2015 1 commit
  18. 30 Nov, 2015 1 commit
    • Hans Muller's avatar
      TabNavigator animates selected TabView · 9de4df1e
      Hans Muller authored
      The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator.
      
      Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards.
      
      Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold.
      
      Removed TabNavigatorView and TabNavigator.
      
      Added a widget gallery tabs demo page. Removed the old tabs demo.
      9de4df1e
  19. 26 Nov, 2015 2 commits
  20. 25 Nov, 2015 2 commits
  21. 24 Nov, 2015 2 commits
  22. 23 Nov, 2015 2 commits