1. 12 Dec, 2022 1 commit
  2. 28 Sep, 2022 1 commit
  3. 22 Jul, 2022 1 commit
  4. 21 Jul, 2022 1 commit
  5. 19 Jul, 2022 1 commit
  6. 17 Jun, 2022 1 commit
  7. 25 May, 2022 2 commits
  8. 27 Apr, 2022 1 commit
  9. 14 Apr, 2022 1 commit
  10. 13 Apr, 2022 1 commit
    • Callum Moffat's avatar
      Support trackpad gestures in framework (#89944) · 30a50180
      Callum Moffat authored
      * Implement trackpad gestures in framework
      
      * Touch and Pan/Zoom pointers have separate IDs now
      
      * Handle trackpad pointer device type
      
      * Respect supportedDevices for pan/zoom events
      
      * Update after rebase
      
      * Fix check failures
      
      * Avoid error with very short drags
      
      * Address feedback
      
      * Refactor drag event handler
      
      * Address more feedback
      
      * Add some missing punctuation
      30a50180
  11. 08 Apr, 2022 1 commit
  12. 04 Mar, 2022 1 commit
  13. 03 Mar, 2022 1 commit
  14. 25 Feb, 2022 1 commit
  15. 09 Feb, 2022 1 commit
  16. 03 Feb, 2022 1 commit
  17. 13 Jan, 2022 1 commit
  18. 08 Oct, 2021 3 commits
  19. 23 Aug, 2021 1 commit
  20. 17 Aug, 2021 1 commit
  21. 16 Aug, 2021 1 commit
  22. 13 Aug, 2021 1 commit
  23. 09 Aug, 2021 1 commit
  24. 04 Aug, 2021 1 commit
    • Todd Volkert's avatar
      Add SerialTapGestureRecognizer (#83082) · 6490a4e9
      Todd Volkert authored
      This gesture recognizer can be used to recognize the classic
      "onclick" behavior, where each tap in a series fires an event
      with an incrementing "count" of how many taps have occurred
      in series. This can in turn be used to build widgets that respond
      to both tap and double-tap, or for widgets like the YouTube TV
      player, where each subsequent tap in a series of >2 taps adjusts
      the playhead another 15 seconds.
      
      Fixes https://github.com/flutter/flutter/issues/81657
      6490a4e9
  25. 27 Jul, 2021 2 commits
  26. 19 Jul, 2021 1 commit
    • Callum Moffat's avatar
      Don't synthesize primary pointer button unless buttons = 0 (#85808) · 6909c544
      Callum Moffat authored
      Some embeddings might send pointer events with buttons = 0x2 (right-click) for touch or stylus device kinds. If the primary button is synthesized for those events, they won't behave properly. Without this change it's not possible to trigger "secondary tap" events on a TapGestureRecognizer while using a stylus or on an iPad trackpad, since that recognizer will receive buttons = 0x3.
      6909c544
  27. 15 Jul, 2021 1 commit
  28. 14 Jul, 2021 3 commits
  29. 13 Jul, 2021 2 commits
  30. 01 Jul, 2021 1 commit
  31. 30 Jun, 2021 1 commit
  32. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  33. 23 Jun, 2021 1 commit