- 25 Apr, 2022 1 commit
-
-
gaaclarke authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 24 Jan, 2022 1 commit
-
-
chunhtai authored
-
- 14 Jan, 2022 1 commit
-
-
Jonah Williams authored
-
- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 09 Aug, 2021 1 commit
-
-
Darren Austin authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 23 Jun, 2021 1 commit
-
-
Greg Spencer authored
-
- 08 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 07 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 02 Jun, 2021 2 commits
-
-
Dan Field authored
- 11 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 May, 2021 3 commits
-
-
Hans Muller authored
This reverts commit 3ab799bb.
-
Michael Goderbauer authored
-
Todd Volkert authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 08 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 01 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Mar, 2021 1 commit
-
- 27 Mar, 2021 1 commit
-
-
YeungKC authored
Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138)
-
- 26 Mar, 2021 1 commit
-
-
xubaolin authored
-
- 04 Mar, 2021 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Feb, 2021 1 commit
-
-
Sam Rawlins 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.
-
- 26 Jan, 2021 1 commit
-
-
Todd Volkert authored
This gets away from the extra static map for global key registrations in favor of the data structures being instance properties of the build owner. This still allows for semantically-equivalent static access through the binding (which in turn gives access to the build owner). This also adds a `BuildOwner.globalKeyCount` getter to get the count of global keys associated with widgets currently in the tree.
-
- 08 Jan, 2021 3 commits
-
-
Michael Goderbauer authored
Revert "Revert "Fix _LateInitializationError for RenderObjectElement.renderObject (#70974)" (#73575)" (#73580)
-
Michael Goderbauer authored
This reverts commit c243d834.
-
Michael Goderbauer authored
-