1. 10 Oct, 2018 1 commit
  2. 08 Oct, 2018 1 commit
  3. 13 Sep, 2018 1 commit
  4. 12 Sep, 2018 1 commit
  5. 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
  6. 02 Aug, 2018 1 commit
  7. 30 Jul, 2018 1 commit
  8. 27 Jul, 2018 1 commit
  9. 23 Jul, 2018 1 commit
  10. 16 Jul, 2018 2 commits
  11. 05 Jun, 2018 1 commit
  12. 03 May, 2018 1 commit
  13. 01 May, 2018 1 commit
  14. 06 Feb, 2018 1 commit
  15. 05 Feb, 2018 1 commit
  16. 19 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Fix niggling PaginatedDataTable bugs (#13556) · 78ff7707
      Ian Hickson authored
      Prevent header from thinking it can wrap and then overflowing.
      
      Fix default footer string which lost its colon (localized values are fine).
      
      Make the "rows per page" drop-down include at least one value even when the table lacks many items. (Previously it would assert if your table was too short.)
      
      Make the footer scrollable.
      
      Fix some todos and improve some debug output.
      
      Tests for much of the above.
      78ff7707
  17. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  18. 21 Sep, 2017 1 commit
  19. 12 Sep, 2017 1 commit
  20. 11 Sep, 2017 1 commit
  21. 17 Aug, 2017 1 commit
  22. 03 Jun, 2017 1 commit
  23. 21 May, 2017 1 commit
  24. 27 Apr, 2017 1 commit
  25. 20 Apr, 2017 1 commit
  26. 13 Apr, 2017 1 commit
  27. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  28. 07 Apr, 2017 1 commit
  29. 31 Mar, 2017 1 commit
  30. 04 Mar, 2017 1 commit
  31. 14 Feb, 2017 1 commit
  32. 24 Jan, 2017 2 commits
  33. 23 Jan, 2017 1 commit
  34. 22 Jan, 2017 1 commit
  35. 09 Dec, 2016 1 commit
  36. 01 Dec, 2016 1 commit
  37. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  38. 19 Nov, 2016 1 commit