1. 20 Aug, 2018 1 commit
    • Ian Hickson's avatar
      `flutter analyze` cleanup (#20490) · ad1eaff4
      Ian Hickson authored
      * `flutter analyze` cleanup
      
      * Make `--dartdocs` work in all modes.
      * Make `analyze-sample-code.dart` more resilient.
      * Add a test for `analyze-sample-code.dart`.
      * Minor cleanup in related code and files.
      
      * Apply review comments
      
      * Fix tests
      ad1eaff4
  2. 18 Jul, 2018 1 commit
  3. 22 Jun, 2018 1 commit
  4. 16 Jun, 2018 1 commit
  5. 09 Jun, 2018 1 commit
  6. 05 Jun, 2018 1 commit
  7. 10 May, 2018 1 commit
  8. 20 Mar, 2018 1 commit
  9. 09 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Add Text.rich constructor to Text widget (#15317) · 7d1ceb40
      Jonah Williams authored
      * add fromSpan constructor to Text widget and simple smoke test:
      
      * change fromSpan to rich, clean up comments
      
      * 'directly from' to 'with'
      
      * make sure text styles are applied to either data or textspan. add diagnostic properties for span
      
      * add expectation for text style to test case
      
      * some work on diagnostics and docs
      7d1ceb40
  10. 02 Feb, 2018 1 commit
  11. 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
  12. 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
  13. 01 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Text Painting Fuzzer (#12813) · 8fd20b5d
      Ian Hickson authored
      Various improvements (in particular a new painting fuzzer) to the text manual test.
      
      Some additional documentation.
      
      A fix to Stack to remove an LTR bias: make unpositioned children apply "alignment".
      
      Some more debugging information on RichText and Text.
      
      A fix to the flutter tool to not crash when an RPC call throws an exception.
      8fd20b5d
  14. 02 Oct, 2017 1 commit
    • gspencergoog's avatar
      Add framework support for system text scale factor. (#12180) · 18f0d3ae
      gspencergoog authored
      * Add framework-side support for system text scale factor.
      
      * Rolling engine to e3404b81a53ba3180c7623a6f2190ebb28518f30
        Additional changes rolled in with engine change:
          libtxt: implementation of GetRectsForRange that processes a line at a time - e3404b8
          Provide an entropy source to the Dart engine (#4161) - e1aa867
          libtxt: search for fallback fonts that can match emoji and CJK characters - 8061df1
          Roll skia to e4679fa06a. (#4157) - 267e7a8
          Update buildroot to 53fea9aebbcc39c6522731471a1a45960ee0685e (#4160) - 02ea7ae
          Revert engine Dart roll. (#4158) - 14aab33
          Add support for system text scale factor. (#4124) - b2a7f4b
          Include _http into sky_engine libraries for analyzer (#4154) - b930f10
          libtxt: Remove postprocess_line and improve tracking of X offsets - 86f95f0
          libtxt: remove redundant line_widths (#4152) - 14bf515
          Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151) - 6f1264f
      18f0d3ae
  15. 07 Sep, 2017 1 commit
  16. 03 Aug, 2017 1 commit
  17. 25 Jul, 2017 1 commit
  18. 13 Jun, 2017 2 commits
  19. 12 Jun, 2017 1 commit
    • Ian Hickson's avatar
      More documentation (#10606) · a9f1cb8c
      Ian Hickson authored
      - How do you handle a tap on text?
      - Why is AnimatedOpacity expensive?
      - Why would you use a gesture arena team?
      ...and other minor fixes
      a9f1cb8c
  20. 19 May, 2017 1 commit
  21. 05 May, 2017 1 commit
  22. 27 Apr, 2017 1 commit
  23. 17 Apr, 2017 1 commit
  24. 13 Apr, 2017 1 commit
  25. 07 Apr, 2017 1 commit
  26. 04 Mar, 2017 1 commit
  27. 06 Feb, 2017 1 commit
  28. 18 Jan, 2017 1 commit
  29. 19 Nov, 2016 1 commit
  30. 24 Oct, 2016 1 commit
  31. 21 Sep, 2016 1 commit
  32. 20 Sep, 2016 1 commit