- 18 Feb, 2021 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Ian Hickson authored
-
- 17 Feb, 2021 22 commits
-
-
LongCatIsLooong authored
-
Chinmoy authored
-
Roshan Prakash Raut authored
-
Abhishek Ghaskata authored
-
Jason Simmons authored
-
Jonah Williams authored
-
Danny Tuppeny authored
-
xubaolin authored
-
Hans Muller authored
-
Abhishek Ghaskata authored
-
Alexandre Ardhuin authored
-
Abhishek Ghaskata authored
-
David Reveman authored
This reverts #76179 and relands #73042 with an active timer check fix. Co-authored-by: David Reveman <reveman@google.com>
-
Jia Hao authored
-
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>
-
Sam Rawlins authored
-
Sam Rawlins authored
-
omerlevran46 authored
-
Sam Rawlins authored
-
Sam Rawlins authored
-
- 16 Feb, 2021 11 commits
-
-
Jonah Williams authored
-
Sam Rawlins authored
-
Sam Rawlins authored
-
Jonah Williams authored
-
Ian Hickson authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Greg Spencer authored
This reverts commit 422916d2 because it causes unexpected changes in the rendering of the background of a ListTile.
-
Michael Goderbauer authored
-
Jonah Williams authored
On windows, its not possible to run 2 integration tests using flutter-tester simultaneously. This is due to the flutter tester using a fixed location for its dill output. Use a temp dir instead. Also replace the custom log reader in flutter-tester with the desktop log reader, and ensure stopApp waits for the process exit code. Fixes #75534
-
stuartmorgan authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 Feb, 2021 3 commits
-
-
Yash Johri authored
-
Jonah Williams authored
-
Todd Volkert authored
The FocusManager constructor was registering global event handlers on the shared RawKeyboard instance and the global pointer router. This posed a few problems: (1) there was no way to unregister these handlers, and (2) instantiating a second FocusManager would overwrite the existing focus manager's RawKeyboard handler. This was manifesting in unexpected ways, such as the fact that constructing a second BuildOwner (for a parallel tree, for instance) was obliterating the event handler for the main BuildOwner's focus manager, thus messing with focus. This change separates those global event registrations into a dedicated method, registerGlobalHandlers(), and overrides dispose() to properly unregister those handlers.
-