1. 03 Aug, 2020 1 commit
  2. 28 Jul, 2020 1 commit
  3. 24 Jul, 2020 2 commits
  4. 09 Jul, 2020 1 commit
  5. 07 Jul, 2020 1 commit
  6. 19 Jun, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 16 May, 2020 1 commit
  9. 13 May, 2020 1 commit
  10. 15 Apr, 2020 1 commit
  11. 30 Mar, 2020 1 commit
  12. 18 Feb, 2020 1 commit
  13. 15 Feb, 2020 2 commits
  14. 14 Nov, 2019 1 commit
  15. 12 Nov, 2019 1 commit
  16. 24 Oct, 2019 1 commit
  17. 05 Aug, 2019 3 commits
  18. 19 Jul, 2019 1 commit
  19. 10 Jul, 2019 1 commit
  20. 04 Jul, 2019 1 commit
  21. 04 Jun, 2019 1 commit
  22. 01 Jun, 2019 2 commits
  23. 30 May, 2019 1 commit
  24. 29 May, 2019 2 commits
  25. 22 May, 2019 2 commits
  26. 25 Apr, 2019 1 commit
  27. 28 Mar, 2019 1 commit
  28. 01 Mar, 2019 1 commit
  29. 07 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Add a keyboard key code generator. (#27620) · 2aad5931
      Greg Spencer authored
      This adds a keycode generator that incorporates input from the Chromium and Android source trees, as well as some local tables, to generate static constants for the LogicalKeyboardKey and PhysicalKeyboardKey classes, as well as mappings from each of the platforms we support so far (currently only Android and Fuchsia).
      
      This code generator parses the input files, generates an intermediate data structure (`key_data.json`) that is checked in, and then generates the Dart sources for these classes and some static maps that will also be checked in (but are not included in this PR).
      
      The idea is that these codes don't change often, and so we don't need to generate them on every build, but we would like to be able to update them easily in the future if new data becomes available. If the existing data disappears or becomes unusable, we can maintain the checked-in data structure by hand if necessary, and still be able to generate the code.
      
      This PR only contains the code generator, not the classes themselves. In another follow-on PR, I'll run the generator and check in the output of the generator.
      2aad5931
  30. 29 Jan, 2019 1 commit
  31. 25 Jan, 2019 1 commit
  32. 13 Dec, 2018 1 commit
  33. 07 Nov, 2018 1 commit