1. 10 Apr, 2018 1 commit
  2. 12 Mar, 2018 1 commit
  3. 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
  4. 08 Dec, 2017 1 commit
  5. 07 Dec, 2017 1 commit
  6. 01 Dec, 2017 1 commit
  7. 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
  8. 31 Oct, 2017 1 commit
  9. 24 Oct, 2017 1 commit
  10. 23 Oct, 2017 1 commit
  11. 19 Oct, 2017 1 commit
    • Greg Spencer's avatar
      Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595) · 67cf7918
      Greg Spencer authored
      Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences.
      
      There were a number of differences with the Material Design spec, including
      several different padding values and underline thickness.  This corrects
      that so that the decorator is in line with the Material Design spec now.
      
      Also, the decorator properly handles changes to the textScaleFactor, where
      before it would not re-layout when needed, painting the cursor and
      underline incorrectly.
      
      The decorator also now properly animates helper, error, and hint text when
      the textScaleFactor or input decoration properties change.
      
      Helper text is now properly displayed in dense mode, as the spec shows.
      Before this change, it was never displayed in dense mode.
      
      Fixes #12485
      67cf7918
  12. 21 Sep, 2017 1 commit
  13. 07 Sep, 2017 1 commit
  14. 13 Jun, 2017 1 commit
  15. 09 Jun, 2017 1 commit
  16. 05 Jun, 2017 1 commit
  17. 15 May, 2017 1 commit
  18. 05 May, 2017 1 commit
  19. 02 Apr, 2017 1 commit
  20. 21 Mar, 2017 1 commit
  21. 04 Mar, 2017 1 commit
  22. 18 Feb, 2017 1 commit
  23. 20 Jan, 2017 1 commit
  24. 18 Jan, 2017 1 commit
  25. 11 Jan, 2017 1 commit
  26. 25 Oct, 2016 1 commit
  27. 05 Oct, 2016 1 commit
  28. 03 Oct, 2016 1 commit
  29. 20 Sep, 2016 1 commit
  30. 12 Sep, 2016 1 commit
  31. 14 Jun, 2016 2 commits
    • pq's avatar
      Added asserts. · f5a4e632
      pq authored
      f5a4e632
    • pq's avatar
      Add missing returns. · 7a955487
      pq authored
      As of `1.18.0-dev-0`, these cases will get flagged.  In the meantime, the
      7a955487
  32. 06 Jun, 2016 1 commit
    • Adam Barth's avatar
      Tab labels incorrectly fade out (#4391) · b96d1dfc
      Adam Barth authored
      Assigning to `size` called our intrinsic sizing functions re-entrantly, which
      is a destructive operation on TextPainter. Ideally we'd made that a
      non-destructive operation, but in the meantime we can fix the tab fading issue
      by grabbing the text size before assigning to `size`.
      
      Fixes #4365
      b96d1dfc
  33. 18 May, 2016 1 commit
  34. 12 May, 2016 2 commits
  35. 07 May, 2016 1 commit
    • Adam Barth's avatar
      Move TextAlign out of TextStyle (#3789) · ee903af0
      Adam Barth authored
      TextAlign applies to a whole paragraph instead of applying to an individual
      text span. This patch moves the property out of TextStyle and into a separate
      property on Text and RichText.
      ee903af0
  36. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Improve the TextPainter API (#3621) · e41120bc
      Adam Barth authored
      Instead of using properties, TextPainter now receives min and max width as
      parameters to layout. Also, this patch integrates the intrinsic sizing logic
      into the main layout function, which satisfies all the existing uses cases.
      e41120bc
  37. 22 Apr, 2016 1 commit
  38. 15 Apr, 2016 1 commit