1. 27 Jul, 2021 2 commits
  2. 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.
      Unverified
      6909c544
  3. 15 Jul, 2021 1 commit
  4. 14 Jul, 2021 3 commits
  5. 13 Jul, 2021 2 commits
  6. 01 Jul, 2021 1 commit
  7. 30 Jun, 2021 1 commit
  8. 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.
      Unverified
      b5f9612c
  9. 23 Jun, 2021 1 commit
  10. 02 Jun, 2021 1 commit
  11. 21 May, 2021 1 commit
  12. 19 May, 2021 3 commits
  13. 18 May, 2021 1 commit
  14. 17 May, 2021 1 commit
    • Todd Volkert's avatar
      Gesture recognizer cleanup (#81884) · e88a387b
      Todd Volkert authored
      * Gesture recognizer cleanup
      
      1) Make OneSequenceGestureRecognizer.addAllowedPointer()
         call startTrackingPointer(), and change subclasses to
         call super.addAllowedPointer() in place of manually
         calling startTrackingPointer().
      2) Fix addAllowedPointer overrides to take PointerDownEvent
         where some were taking PointerEvent.
      3) Add API documentation to OneSequenceGestureRecognizer
      4) Make the following fields in OneSequenceGestureRecognizer
         private with public getters instead of publicly writable:
         `state`, `primaryPointer`, and `initialPosition`.
      5) Clean up gesture recognizer state in
         OneSequenceGestureRecognizer.didStopTrackingLastPointer.
      
      Fixes #81883
      Unverified
      e88a387b
  15. 14 May, 2021 2 commits
  16. 13 May, 2021 2 commits
  17. 07 May, 2021 1 commit
  18. 04 May, 2021 2 commits
  19. 03 May, 2021 1 commit
  20. 28 Apr, 2021 3 commits
  21. 26 Apr, 2021 1 commit
  22. 23 Apr, 2021 1 commit
  23. 22 Apr, 2021 1 commit
  24. 21 Apr, 2021 1 commit
  25. 08 Apr, 2021 1 commit
  26. 26 Mar, 2021 1 commit
  27. 16 Mar, 2021 2 commits
  28. 15 Mar, 2021 1 commit