- 29 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Check cc files
-
- 13 Jan, 2023 1 commit
-
-
Loïc Sharma authored
* Add Linux support for the UI integration test project * Add Linux run console test
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 21 Oct, 2020 1 commit
-
-
Robert Ancell authored
* Try the Wayland GDK backend, the engine now supports it * Update comment from review * Just do default GTK behaviour
-
- 09 Jul, 2020 1 commit
-
-
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.
-
- 29 May, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 10 May, 2020 1 commit
-
-
stuartmorgan authored
-
- 03 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes: - Added template values where it makes sense. - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable. - Added some minor Makefile flag handling improvements Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
-