1. 12 May, 2022 1 commit
  2. 09 May, 2022 1 commit
    • Greg Spencer's avatar
      Adds `menuBarMenuLabel`, and removes unneeded key localizations (#102100) · 6504f289
      Greg Spencer authored
      When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.
      
      Also, added menuBarMenuLabel for an accessibility label for menu bar menus.
      
      I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
      Unverified
      6504f289
  3. 04 May, 2022 1 commit
  4. 28 Apr, 2022 1 commit
  5. 27 Apr, 2022 1 commit
  6. 14 Apr, 2022 1 commit
  7. 08 Apr, 2022 1 commit
  8. 29 Mar, 2022 1 commit
  9. 25 Feb, 2022 2 commits
  10. 15 Feb, 2022 1 commit
  11. 07 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Update platform shims in dev/manual_tests (#94616) · 3750beac
      Greg Spencer authored
      Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.
      
      Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.
      
      The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
      Unverified
      3750beac
  12. 15 Dec, 2021 2 commits
  13. 14 Dec, 2021 1 commit
  14. 12 Dec, 2021 1 commit
  15. 19 Nov, 2021 1 commit
  16. 09 Nov, 2021 2 commits
  17. 19 Oct, 2021 2 commits
  18. 04 Oct, 2021 1 commit
  19. 01 Oct, 2021 1 commit
  20. 27 Sep, 2021 1 commit
  21. 15 Sep, 2021 1 commit
  22. 30 Aug, 2021 1 commit
  23. 25 Aug, 2021 1 commit
  24. 11 Aug, 2021 1 commit
  25. 04 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Fix the sample code analyzer to properly handle `missing_identifier` errors (#87593) · 169bb1b7
      Greg Spencer authored
      This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.
      
      In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
      Unverified
      169bb1b7
  26. 03 Aug, 2021 2 commits
  27. 26 Jul, 2021 1 commit
  28. 19 Jul, 2021 1 commit
  29. 30 Jun, 2021 1 commit
  30. 28 Jun, 2021 1 commit
  31. 27 Jun, 2021 1 commit
  32. 23 Jun, 2021 1 commit
  33. 01 Jun, 2021 1 commit
  34. 22 Apr, 2021 2 commits