- 29 Jan, 2016 12 commits
-
-
Viktor Lidholt authored
Adds opacity property to particle systems
-
Viktor Lidholt authored
-
Adam Barth authored
-
Adam Barth authored
Add an alignment property to OverflowBox
-
Adam Barth authored
This patch changes the default alignment of OverflowBox to center rather than having a bias towards the upper-left corner. Fixes #1236
-
Devon Carew authored
fix two strong mode issues
-
Devon Carew authored
-
Devon Carew authored
add the engine revision to --version
-
Devon Carew authored
-
krisgiesing authored
Add support for asset variants; add resolution aware asset image management
-
Kris Giesing authored
-
Devon Carew authored
make the output from create more terse
-
- 28 Jan, 2016 18 commits
-
-
Devon Carew authored
-
Devon Carew authored
test command checks for test dir
-
Devon Carew authored
make --device-id work with ios devices too
-
Devon Carew authored
-
Devon Carew authored
update description text for the trace command
-
Devon Carew authored
-
Devon Carew authored
-
Jason Simmons authored
Add a --full-restart flag to the start command that controls whether …
-
Jason Simmons authored
Add a --full-restart flag to the start command that controls whether we stop the application process SkyActivity now allows reloading application Dart code within an existing activity. If a SkyActivity instance is already running, then passing --no-full-restart will restart the Dart code without killing and restarting the SkyShell application. (full-restart will remain the default until the engine that supports this is rolled out) Also remove the obsolete --poke flag
-
Collin Jackson authored
-
Ian Hickson authored
Clean up shell.dart
-
Devon Carew authored
Unify logging
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
Hixie authored
-
Devon Carew authored
tweaks to the ios code
-
Devon Carew authored
-
Ian Hickson authored
The old style of import is deprecated.
-
Hixie authored
-
- 27 Jan, 2016 10 commits
-
-
Ian Hickson authored
Semantics
-
Devon Carew authored
rename the init command to create
-
Devon Carew authored
-
Devon Carew authored
refactor the list command
-
Devon Carew authored
-
Adam Barth authored
examples/widgets/container.dart does not display the buttons
-
Jason Simmons authored
Allow collection of trace files when adbd is not running as root
-
Adam Barth authored
Add a missing Material. Fixes #1402
-
Jason Simmons authored
Also fix a bug where the trace command may capture the wrong file if multiple trace file paths are in the Android log buffer. Previously we found a lower bound timestamp for the trace path log by running the date command on the device and parsing the result on the host. This could yield an inaccurate result if the device and host are using different time zones. The command will now obtain the most recent timestamp in the device's time format by running logcat.
-
Seth Ladd authored
ignore the ios dir in examples
-