- 07 Apr, 2021 1 commit
-
-
Justin McCandless authored
This reverts commit b070ed3c.
-
- 03 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 01 Apr, 2021 1 commit
-
-
Chris Bracken authored
-
- 19 Mar, 2021 1 commit
-
- 16 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 17 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.
-
- 04 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 27 Jan, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 Jan, 2021 1 commit
-
-
Jia Hao authored
-
- 12 Nov, 2020 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
This reverts usages of the binding's platformDispatcher to use window again temporarily, because there isn't a TestPlatformDispatcher yet, and so some tests were failing because they mocked the TestWindow to return certain things (locales) that were returning the real values instead of the test values. Once I've created a TestPlatformDispatcher to allow fake data to be passed to it, we can go back to using the platformDispatcher in all of these places
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 01 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 27 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-
- 16 Sep, 2020 1 commit
-
-
Tong Mu authored
Expose GestureBinding.handlePointerEvent, replacing dispatchEvent as the preferred way to dispatch events (#64846)
-
- 11 Sep, 2020 1 commit
-
-
Yuqian Li authored
-
- 01 Sep, 2020 2 commits
-
-
Ming Lyu (CareF) authored
This reverts commit df833986.
-
Ming Lyu (CareF) authored
-
- 30 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
This reverts commit 12b7355d.
-
- 29 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 03 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 28 Jul, 2020 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* state restoration * added example * typos and analyzer * whitespace * more typos * remove unnecessary import * whitespace * fix sample code * tests for restorationmanager and restorationid * ++ * typo * tests for bucket, part1 * rename tests * more tests * finished tests for service layer * remove wrong todo * ++ * review comments * tests for Unmanaged and regular scope * RootRestorationScope tests * typo * whitespace * testing framework * tests for properties * last set of tests * analyzer * typo * dan review * whitespace * ++ * refactor finalizers * ++ * ++ * dispose guard * ++ * ++ * dan review * add manager assert * ++ * analyzer * greg review * fix typo * Ian & John review * ian review * RestorationID -> String * revert comment * Make primitives non-nullable in prep for NNBD
-
- 21 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 20 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
This reverts commit aa4b4d35.
-
Ming Lyu (CareF) authored
-
- 17 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
* add benchmarkLive flag and tests * update handlePointerEventRecord doc * using e2e 0.6.1
-
- 10 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
* Add input event array support * Add a tap test * remove unused import * remove extra assert
-
- 08 Jul, 2020 3 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
* Fix PointerAddedEvent handling in tester
-
- 07 Jul, 2020 2 commits
-
-
Mehmet Fidanboylu authored