1. 07 7月, 2020 1 次提交
  2. 13 6月, 2020 1 次提交
  3. 15 5月, 2020 1 次提交
  4. 21 2月, 2020 1 次提交
  5. 20 11月, 2019 1 次提交
  6. 08 5月, 2019 1 次提交
    • D
      new lints (#8849) · 2b1f9925
      Dan Field 提交于
      Dart lints added:
      * Avoid optional new
      * Avoid optional const
      * Prefer single quotes
      * Prefer default assignment `=`
      2b1f9925
  7. 04 5月, 2019 1 次提交
  8. 07 3月, 2019 2 次提交
  9. 06 3月, 2019 1 次提交
    • S
      Add engine support for scrollwheel events (#7494) · dd80fc9f
      stuartmorgan 提交于
      Adds support for pointer signals, in a way that will support both discrete events (e.g., scroll wheels, flutter/flutter#22762) and continuous gestures (e.g., trackpad scroll, flutter/flutter#21953).
      
      Also exposes these new event options to the embedder. Does not include code to send the
      new events from the platform shells.
      dd80fc9f
  10. 08 11月, 2018 1 次提交
  11. 03 11月, 2018 1 次提交
  12. 27 10月, 2018 1 次提交
  13. 03 8月, 2018 1 次提交
    • A
      Don't drop MotionEvents with unknown tool type. (#5931) · 3b66f20d
      amirh 提交于
      Instead, send them with the new unknown PointerDeviceKind.
      
      We hit this when running `adb shell input tap` in tests which sends events with
      an unknown tool type.
      
      This also fills in a missing conversion for TOOL_TYPE_ERASER.
      3b66f20d
  14. 10 3月, 2018 1 次提交
  15. 20 4月, 2017 1 次提交
  16. 16 11月, 2016 1 次提交
  17. 15 10月, 2016 1 次提交
  18. 29 9月, 2016 2 次提交