1. 18 Feb, 2020 1 commit
  2. 15 Feb, 2020 2 commits
  3. 14 Nov, 2019 1 commit
  4. 12 Nov, 2019 1 commit
  5. 24 Oct, 2019 1 commit
  6. 05 Aug, 2019 3 commits
  7. 19 Jul, 2019 1 commit
  8. 10 Jul, 2019 1 commit
  9. 04 Jul, 2019 1 commit
  10. 04 Jun, 2019 1 commit
  11. 01 Jun, 2019 2 commits
  12. 30 May, 2019 1 commit
  13. 29 May, 2019 2 commits
  14. 22 May, 2019 2 commits
  15. 25 Apr, 2019 1 commit
  16. 28 Mar, 2019 1 commit
  17. 01 Mar, 2019 1 commit
  18. 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
  19. 29 Jan, 2019 1 commit
  20. 25 Jan, 2019 1 commit
  21. 13 Dec, 2018 1 commit
  22. 07 Nov, 2018 1 commit
  23. 06 Nov, 2018 3 commits
  24. 02 Nov, 2018 3 commits
  25. 01 Nov, 2018 1 commit
  26. 08 Oct, 2018 1 commit
  27. 05 Oct, 2018 2 commits
  28. 01 Oct, 2018 1 commit
  29. 15 Aug, 2018 1 commit
    • Martin Kustermann's avatar
      Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) · 9299c02c
      Martin Kustermann authored
      * Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)"
      
      This is a re-land with downgraded `package:flutter_gallery_assets`
      version.
      
      * Downgrade package:flutter_gallery_assets to 0.1.4
      
      * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix)
      
      * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
      9299c02c