- 08 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 07 Jun, 2021 2 commits
-
-
Michael Goderbauer authored
-
Abhishek Ghaskata authored
-
- 04 Jun, 2021 2 commits
-
-
Michael Goderbauer authored
-
Dan Field authored
-
- 03 Jun, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Jun, 2021 2 commits
-
-
Tong Mu authored
Adds tests to the following behaviors, which have existed without tests: - When tapping during live testing, a message is printed with widgets that contain the tap location. - When tapping during live testing, a mark is displayed on screen on the tap location.
-
Anis Alibegić authored
-
- 01 Jun, 2021 2 commits
-
-
Emmanuel Garcia authored
-
Alexandre Ardhuin authored
-
- 27 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
-
- 26 May, 2021 1 commit
-
-
Greg Spencer authored
This adds iOS key map generation that uses std::maps. It uses std::maps because on iOS if we use NSDictionaries, then when XCode loads the dylib, the initialization of those status NSDictionaries hasn't yet occurred, and it crashes the app. std::maps have a well-defined static behavior, and are correctly initialized. I also made the naming of variables, fields, etc. consistent for macOS. We variously had macosFoo, macOSFoo, and macOsFoo. I eliminated macOsFoo and macosFoo, since the rest of the repo uses macOSFoo for lowerCamelCase names (with only a few exceptions). I used iOSFoo for iOS.
-
- 25 May, 2021 1 commit
-
-
Christopher Fujino authored
* Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
-
- 21 May, 2021 3 commits
-
-
Emmanuel Garcia authored
-
Christopher Fujino authored
-
nt4f04uNd authored
-
- 20 May, 2021 4 commits
-
-
Christopher Fujino authored
-
Ian Hickson authored
-
Christopher Fujino authored
This reverts commit e86f9c7a.
-
Christopher Fujino authored
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 18 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 May, 2021 1 commit
-
-
Chris Bracken authored
shelf 1.1.2 -> 1.1.4 flutter_template_images 1.0.2 -> 3.0.0
-
- 13 May, 2021 2 commits
-
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
Jan Mewes authored
-
- 11 May, 2021 4 commits
-
-
Christopher Fujino authored
-
Christopher Fujino authored
-
Greg Spencer authored
I noticed that tab traversal stopped working on iOS when #73440 was landed. It seems to be that the control characters were excluded from the list of logical keys, and so they ended up being generated values. This PR just adds "Enter" and "Tab" to the list for both macOS and iOS.
-
Michael Goderbauer authored
-
- 10 May, 2021 2 commits
-
-
Michael Goderbauer authored
-
Tong Mu authored
Removes webValues from logical_key_data.json. Web's logical mapping should map webNames to logical key values, i.e. entry.value.
-
- 07 May, 2021 1 commit
-
-
Sam Rawlins authored
-
- 03 May, 2021 1 commit
-
-
Christopher Fujino authored
-
- 02 May, 2021 1 commit
-
-
Phil Quitslund authored
-
- 01 May, 2021 1 commit
-
-
Tong Mu authored
Rewrites tools/gen_keycodes, the script that generates key mappings across the framework and the engine.
-
- 28 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 27 Apr, 2021 2 commits
-
-
Ian Hickson authored
-
Christopher Fujino authored
-
- 24 Apr, 2021 1 commit
-
-
Jonah Williams authored
-