- 03 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 23 Mar, 2021 1 commit
-
-
Zachary Anderson authored
* Revert "Enable dart_plugin_registry_test (#76645)" This reverts commit 109e0bb9. * Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)" This reverts commit cdca6485. * Revert "Disable clang format in the plugin registrants (#76662)" This reverts commit dadbd47d. * Revert "Disable warnings for the dart plugin registrant (#76561)" This reverts commit 098ece52. * Revert "Remove dart_plugin_registry_test timeouts (#76838)" This reverts commit 1610a274. * Revert "Implement dartPluginClass support for plugins (#74469)" This reverts commit b7d48062. Kick.
-
- 18 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Mar, 2021 1 commit
-
-
Ahmed Saleh authored
-
- 05 Mar, 2021 1 commit
-
-
bebe authored
-
- 04 Mar, 2021 1 commit
-
-
Greg Spencer authored
-
- 03 Mar, 2021 3 commits
-
-
Jonah Williams authored
-
Michael Goderbauer authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 24 Feb, 2021 1 commit
-
-
Jia Hao authored
-
- 22 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 20 Feb, 2021 1 commit
-
-
Jason Simmons authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2021 1 commit
-
-
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.
-
- 04 Feb, 2021 2 commits
-
-
Dan Field authored
-
Michael Goderbauer authored
-
- 01 Feb, 2021 4 commits
-
-
Ian Hickson authored
-
Jenn Magder authored
This reverts commit 50a8ecb7.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 29 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 28 Jan, 2021 2 commits
-
-
Michael Goderbauer authored
-
Sam Rawlins authored
-
- 27 Jan, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Dan Field authored
-
- 26 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 23 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 12 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 07 Jan, 2021 2 commits
-
-
Jenn Magder authored
-
Ian Hickson authored
-
- 06 Jan, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 28db5a0f.
-
Jenn Magder authored
-
- 16 Dec, 2020 1 commit
-
-
xster authored
-
- 09 Dec, 2020 1 commit
-
-
George Wright authored
-
- 05 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 02 Dec, 2020 1 commit
-
-
Emmanuel Garcia authored
-