- 01 Sep, 2020 1 commit
-
-
stuartmorgan authored
People frequently assume they can run the executable they find at the top level of the build directory, and don't understand why they get resource errors from the engine. To avoid that, this puts the unbundled copy of the executable in a subdirectory with a name that should warn people away from running it. Fixes #64963
-
- 31 Aug, 2020 1 commit
-
-
James Clarke authored
-
- 21 Aug, 2020 2 commits
-
-
stuartmorgan authored
* Minor adjustment for engine change, and rev template version * whitespace fix
-
stuartmorgan authored
This wires up the new WindowProc delegation system that allows plugins to handle top-level window messages (e.g., to control resize behavior). Fixes #53168
-
- 18 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 Aug, 2020 2 commits
-
-
Juyeong Lee authored
-
stuartmorgan authored
-
- 13 Aug, 2020 1 commit
-
-
stuartmorgan authored
-
- 11 Aug, 2020 1 commit
-
-
xster authored
-
- 08 Aug, 2020 1 commit
-
-
Adam Bahr authored
-
- 06 Aug, 2020 2 commits
-
-
Jenn Magder authored
-
stuartmorgan authored
-
- 05 Aug, 2020 2 commits
-
-
Marcus Tomlinson authored
-
Jonah Williams authored
-
- 04 Aug, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 5b3dc525.
-
xster authored
-
- 03 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 29 Jul, 2020 1 commit
-
-
Robert Ancell authored
-
- 17 Jul, 2020 1 commit
-
-
Christopher Fujino authored
-
- 16 Jul, 2020 2 commits
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 09 Jul, 2020 1 commit
-
-
Robert Ancell authored
-
- 06 Jul, 2020 1 commit
-
-
stuartmorgan authored
* First pass at CMake files; untested * First pass of adding CMake generation logic on Windows * Misc fixes * Get bundling working, start incoprorating CMake build into tool * Fix debug, exe name. * Add resources * Move cmake.dart * Rip out all the vcxproj/solution plumbing * Fix plugin cmake generation * Build with cmake rather than calling VS directly * Adjust Windows plugin template to match standard header directory structure * Pass config selection when building * Partially fix multi-config handling * Rev template version * Share the CMake generation instead of splitting it out * VS build/run cycle works, with slightly awkward requirement to always build all * Update manifest * Plugin template fixes * Minor adjustments * Build install as part of build command, instead of separately * Test cleanup * Update Linux test for adjusted generated CMake approach * Plugin test typo fix * Add missing stub file for project test * Add a constant for VS generator
-
- 24 Jun, 2020 1 commit
-
-
stuartmorgan authored
Remove the version checking and associated warnings. The Linux template and build process will now be subject to more typical Flutter breaking change policy, and should no longer require regularly deleting and recreating the platform directory.
-
- 23 Jun, 2020 2 commits
-
-
Robert Ancell authored
Remove Linux shell window_configuration.cc/.h It was a temporary solution while the shell was changing.
-
stuartmorgan authored
-
- 19 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
- 18 Jun, 2020 2 commits
-
-
Robert Ancell authored
The previous call set the minimum size, not just the initial size.
-
Robert Ancell authored
-
- 16 Jun, 2020 1 commit
-
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
- 15 Jun, 2020 1 commit
-
-
Ian Hickson authored
-
- 13 Jun, 2020 1 commit
-
-
stuartmorgan authored
This install step fails if the list is empty, which is the case for projects without plugins (or Dart-only plugins, so flutter/plugins presubmits are currently broken).
-
- 11 Jun, 2020 1 commit
-
-
Marcus Tomlinson authored
* Explicitly install the Flutter library * Publish ${FLUTTER_LIBRARY} to parent scope * Bundle plugin libraries * Bundle <plugin_name>_bundled_libraries too * BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES * Update Linux plugin test * Address review comments
-
- 08 Jun, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 43e28084.
-
Jenn Magder authored
-
- 03 Jun, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 2054f37a.
-
Jenn Magder authored
-
- 29 May, 2020 2 commits
-
-
Marcus Tomlinson authored
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-