- 15 Apr, 2020 1 commit
-
-
tauu authored
Co-authored-by: Georg Wechslberger <wechslbe@ma.tum.de>
-
- 10 Apr, 2020 1 commit
-
-
Greg Spencer authored
This fixes the initial value of FocusManager.highlightMode so that it gets initialized correctly on desktop platforms. My recent update of this code (#52990) broke things so that the highlight mode never changed from the initial default of touch, which meant that focus highlights didn't show unless you set FocusManager.highlightStrategy to something (even automatic, the default: setting it caused the mode to be updated).
-
- 09 Apr, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 08 Apr, 2020 2 commits
-
-
Francisco Magdaleno authored
-
Michael Goderbauer authored
-
- 07 Apr, 2020 1 commit
-
-
Michael Thomsen authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Apr, 2020 1 commit
-
-
cjng96 authored
-
- 30 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2020 1 commit
-
-
adityapstar authored
-
- 20 Mar, 2020 1 commit
-
-
Yegor authored
fix KeySet.hashCode; enable multiple web tests
-
- 19 Mar, 2020 1 commit
-
-
Chris Yang authored
-
- 04 Mar, 2020 1 commit
-
-
Ben Konyi authored
This is required to roll forward package:vm_service to 3.0.0 and is blocking a DevTools release.
-
- 26 Feb, 2020 1 commit
-
-
Miguel Beltran authored
-
- 21 Feb, 2020 1 commit
-
-
Greg Spencer authored
This fixes a problem where if you press "Shift" and then "A", then release "Shift" and then "a", then the "A" key will be "stuck" on because the logical key for the key down message is different (capital "A") from the logical key for the key up message (lowercase "a"). This PR changes the pressed keys logic so that it uses the physical key to add/remove keys from the list of pressed keys, but keeps the associated logical key. This does mean that after the "Shift" key goes up, the pressed keys contains a capital "A" and it doesn't switch to be a lowercase "a", but there isn't currently any mechanism we can use to do that remapping. This is far less surprising than the current behavior, but is still not quite correct. I fixed the event simulation code to take a physicalKey so that it could be matched with the logical key, but the event simulation code isn't up to the task, since it can only simulate keys that appear in the key maps. The new platform key event design should fix that (added TODOs).
-
- 20 Feb, 2020 2 commits
-
-
Kate Lovett authored
-
Albertus Angga Raharja authored
This PR is a follow up of https://github.com/flutter/flutter/pull/42640 Some changes of that PR includes redundant changes using FlutterError.fromParts constructor even though it's not necessary. Some minor changes are: - Remove one unnecessary todo - Fix indent consistencies
-
- 19 Feb, 2020 1 commit
-
-
Miguel Beltran authored
-
- 18 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 15 Feb, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit d3387bc9.
-
Jonah Williams authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 04 Feb, 2020 1 commit
-
-
Emmanuel Garcia authored
This reverts commit e03f4391.
-
- 31 Jan, 2020 5 commits
-
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
Alexandre Ardhuin authored
-
Dan Field authored
-
- 30 Jan, 2020 1 commit
-
-
ZichangG authored
-
- 28 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 24 Jan, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Tianguang authored
-
- 22 Jan, 2020 2 commits
-
-
Tong Mu authored
-
Alexandre Ardhuin authored
-
- 17 Jan, 2020 2 commits
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
Greg Spencer authored
Add TargetPlatform.macOS tests to cupertino, foundation, rendering, and services libraries. (#45644)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Jan, 2020 1 commit
-
-
Ian Hickson authored
-