- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 01 Oct, 2019 1 commit
-
-
Mouad Debbar authored
-
- 19 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2019 2 commits
-
-
Greg Spencer authored
This updates the keyboard maps to use updated HID codes for game controller buttons (from Chrome), and to encode that GLFW "super" keys are what we call "meta" keys (i.e. Windows key or Command key).
-
Alexandre Ardhuin authored
-
- 12 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 03 Sep, 2019 1 commit
-
-
Harry Terkelsen authored
* WIP on web plugin registry * WIP on registering plugins * WIP on web plugin registration * Only generate `package:flutter_web_plugins` imports if plugins are defined * Add parsing test * Add documentation * Fix analyzer warnings * add license headers * Add tests for package:flutter_web_plugins * Run `flutter update-packages --force-upgrade` * Fix analyzer errors * Fix analyzer error in test * Update copyright and remove flutter SDK constraints * Enable tests since engine has rolled * add flutter_web_plugins tests to bots * Create an empty .packages file for WebFs test
-
- 22 Aug, 2019 1 commit
-
-
Chris Bracken authored
This fixes a breakage in fuchsia where package_config version 1.1.0 is required but flutter_tools is currently locked to 1.05.
-
- 19 Aug, 2019 1 commit
-
-
Kate Lovett authored
-
- 10 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Aug, 2019 1 commit
-
-
Yegor authored
update dependencies; add a Web smoke test
-
- 06 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 05 Aug, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 31 Jul, 2019 1 commit
-
-
Keerti Parthasarathy authored
-
- 29 Jul, 2019 1 commit
-
-
Hans Muller authored
-
- 19 Jul, 2019 1 commit
-
-
Todd Volkert authored
-
- 04 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Jun, 2019 2 commits
-
-
Todd Volkert authored
-
Alexandre Ardhuin authored
-
- 21 Jun, 2019 2 commits
- 14 Jun, 2019 1 commit
-
-
Ian Hickson authored
-
- 12 Jun, 2019 1 commit
- 05 Jun, 2019 1 commit
-
-
Greg Spencer authored
This adds support for game controller buttons. It adds some supplemental USB HID codes that aren't available from the Chromium source code, and maps those on Android to the game pad buttons that Android supports. Other platforms are not supported yet.
-
- 04 Jun, 2019 3 commits
-
-
Greg Spencer authored
This implements the keyboard shortcut handling and action invocation in order to provide a place in the infrastructure for keyboard events to trigger actions. This will allow binding of key events to actions like "move the focus to the next widget" and "activate button".
-
Jonah Williams authored
-
Greg Spencer authored
This adds a list of key synonyms for non-printable keyboard keys that appear in more than one place So keys like LogicalKeyboardKey.shiftLeft and LogicalKeyboardKey.shiftRight now can be mapped to just LogicalKeyboardKey.shift. I also fixed a bug in the gen_keycodes tool where GLFW entries would get removed if they weren't parsed from the source on the web.
-
- 01 Jun, 2019 2 commits
-
-
Chris Bracken authored
Revert "fix devicelab manfiest (#33698)" This reverts commit 5a6a00dc. This reverts commit 0d79f0fc.
-
Jonah Williams authored
-
- 31 May, 2019 1 commit
-
-
Greg Spencer authored
Ran gen_keycodes.dart, which pulled a new keycode from the Chromium source. This PR just checks in that change.
-
- 30 May, 2019 2 commits
-
-
Dan Field authored
-
Jason Simmons authored
This relands flutter/flutter#33163 with a fix to the integration_ui test.
-
- 29 May, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 52ae9968.
-
Jonah Williams authored
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 22 May, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-