- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 19 May, 2021 3 commits
-
-
Todd Volkert authored
This is a re-application of https://github.com/flutter/flutter/pull/81884, but with https://github.com/flutter/flutter/pull/82834 landed first. Fixes https://github.com/flutter/flutter/issues/81883
-
Hattomo (TomohiroHattori) authored
-
Tong Mu authored
-
- 18 May, 2021 1 commit
-
-
Todd Volkert authored
This reverts commit e88a387b.
-
- 17 May, 2021 1 commit
-
-
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
-
- 14 May, 2021 2 commits
-
-
Ian Hickson authored
-
xubaolin authored
-
- 13 May, 2021 2 commits
-
-
Ian Hickson authored
-
Abhishek Ghaskata authored
-
- 07 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 03 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 3 commits
-
-
Todd Volkert authored
This adds support for GestureDetector.onLongPressDown and GestureDetector.onLongPressCancel, allowing callers to register interest in the initial pointer contact that might turn into a long-press (and the associated cancel event if the gesture loses).
-
Todd Volkert authored
It was incorrectly resetting state when it received a non-allowed pointer but had already accepted a gesture. https://github.com/flutter/flutter/issues/81339
-
leo authored
* fix PointerUpEvent conversion PointerMoveEvent needs to use the default buttons value.(#73286) * feat PointerMoveEvent conversion adds test cases * fix event conversion may modify the original buttons value. * Update packages/flutter/lib/src/gestures/resampler.dart Co-authored-by:
David Reveman <dreveman@gmail.com>
-
- 26 Apr, 2021 1 commit
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
* Migrate to ChannelBuffers.push * Move TestDefaultBinaryMessenger to its own file * Apply deprecations and fix usages
-
- 22 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 08 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 26 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 17 Feb, 2021 3 commits
-
-
David Reveman authored
This reverts #76179 and relands #73042 with an active timer check fix. Co-authored-by:
David Reveman <reveman@google.com>
-
Jenn Magder authored
This reverts commit 9133deb9.
-
David Reveman authored
Timer based pointer event resampling This provides two improvements to pointer event resampling: 1. PostFrameCallbacks are used instead of scheduling frames. This avoids unnecessary rendering work when resampling is used. 2. Resampling continues when frames are not produced. I.e. input events keep being delivered at a fixed frequency even if frame production is taking a long time. This fixes #72924 Co-authored-by:
David Reveman <reveman@google.com> Co-authored-by:
Tong Mu <dkwingsmt@users.noreply.github.com>
-
- 16 Feb, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 12 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 06 Nov, 2020 1 commit
-
-
Tong Mu authored
This relands #68587
-
- 28 Oct, 2020 1 commit
-
-
David Reveman authored
* Improve resampling of up and remove events. This improves resampling of these events by searching for them until the next approximate sample time. Co-authored-by:
David Reveman <reveman@google.com>
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit bde85ea3.
-
- 22 Oct, 2020 1 commit
-
-
xubaolin authored
* Fix mutiple pointers bug * Add unit test case * Remove unnecessary map clone
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-