1. 10 May, 2022 1 commit
  2. 09 May, 2022 1 commit
  3. 22 Feb, 2022 1 commit
  4. 04 Nov, 2021 1 commit
  5. 02 Nov, 2021 1 commit
  6. 06 Oct, 2021 1 commit
  7. 16 Apr, 2021 1 commit
  8. 02 Apr, 2021 1 commit
  9. 16 Feb, 2021 1 commit
  10. 14 Feb, 2021 1 commit
  11. 27 Jan, 2021 1 commit
  12. 04 Dec, 2020 1 commit
  13. 16 Sep, 2020 1 commit
  14. 24 Jul, 2020 1 commit
  15. 05 May, 2020 1 commit
  16. 06 Mar, 2020 1 commit
  17. 11 Feb, 2020 1 commit
  18. 28 Jan, 2020 1 commit
  19. 10 Jan, 2020 2 commits
  20. 07 Jan, 2020 1 commit
  21. 06 Jan, 2020 1 commit
  22. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  23. 19 Nov, 2019 1 commit
  24. 14 Nov, 2019 1 commit
  25. 05 Nov, 2019 1 commit
  26. 13 Sep, 2019 1 commit
  27. 07 Aug, 2019 1 commit
  28. 29 Jul, 2019 1 commit
  29. 24 Jul, 2019 1 commit
  30. 17 Jul, 2019 1 commit
  31. 16 Jul, 2019 1 commit
  32. 08 Apr, 2019 1 commit
  33. 30 Mar, 2019 2 commits
  34. 30 Jan, 2019 1 commit
  35. 26 Jan, 2019 1 commit
  36. 05 Nov, 2018 1 commit
  37. 11 Oct, 2018 1 commit
    • Greg Spencer's avatar
      Re-land text wrapping/color PR (#22831) · 081d2a7a
      Greg Spencer authored
      This attempts to re-land #22656.
      
      There are two changes from the original:
      
      I turned off wrapping completely when not sending output to a terminal. Previously I had defaulted to wrapping at and arbitrary 100 chars in that case, just to keep long messages from being too long, but that turns out the be a bad idea because there are tests that are relying on the specific form of the output. It's also pretty arbitrary, and mostly people sending output to a non-terminal will want unwrapped text.
      
      I found a better way to terminate ANSI color/bold sequences, so that they can be embedded within each other without needed quite as complex a dance with removing redundant sequences.
      
      As part of these changes, I removed the Logger.supportsColor setter so that the one source of truth for color support is in AnsiTerminal.supportsColor.
      
      *     Turn on line wrapping again in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)
      
          This turns on text wrapping for usage messages and status messages. When on a terminal, wraps to the width of the terminal. When writing to a non-terminal, wrap lines at a default column width (currently defined to be 100 chars). If --no-wrap is specified, then no wrapping occurs. If --wrap-column is specified, wraps to that column (if --wrap is on).
      
          Adds ANSI color to the doctor and analysis output on terminals. This is in this PR with the wrapping, since wrapping needs to know how to count visible characters in the presence of ANSI sequences. (This is just one more step towards re-implementing all of Curses for Flutter. :-)) Will not print ANSI sequences when sent to a non-terminal, or of --no-color is specified.
      
          Fixes ANSI color and bold sequences so that they can be combined (bold, colored text), and a small bug in indentation calculation for wrapping.
      
          Since wrapping is now turned on, also removed many redundant '\n's in the code.
      081d2a7a
  38. 06 Oct, 2018 1 commit