- 26 Aug, 2015 5 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hixie authored
This still leaves Flex and FlexDirection available. At some point once people have transitioned to Row/Column we should rename Flex to _Flex and stop reexporting FlexDirection from basic.dart.
-
Adam Barth authored
-
Adam Barth authored
Add a basic test for Mimic tree movement
-
- 25 Aug, 2015 35 commits
-
-
Adam Barth authored
-
Ian Fischer authored
Change Fitness app id
-
Viktor Lidholt authored
-
Ian Fischer authored
-
Viktor Lidholt authored
-
Adam Barth authored
This test just exercises Align to make sure it can sync.
-
Viktor Lidholt authored
Moves sky sprites to its own package
-
Viktor Lidholt authored
-
Hixie authored
-
Adam Barth authored
-
Adam Barth authored
Introduce Align widget for aligning children.
-
Adam Barth authored
Properly track mimics that move in the tree
-
Hixie authored
-
Adam Barth authored
We weren't telling the new mimicable that we wanted to start mimicing it.
-
Viktor Lidholt authored
Updates to demo game
-
Viktor Lidholt authored
-
Eric Seidel authored
@abarth
-
Adam Barth authored
Don't freeze devicePixelRatio at startup
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
We were making local copies of the listener maps, but we were actually iterating the underlying sets. Now we make local copies of the sets. Fixes #803
-
Adam Barth authored
I removed these functions by mistake in my previous patch.
-
Adam Barth authored
When we start, we might not have initialized the devicePixelRatio value. The value will be initialized by the time we paint, so now we update the value every time we paint.
-
Adam Barth authored
Use sky.SceneBuilder to upload Layer tree to C++
-
Adam Barth authored
We still use SkPicture as our rasterization backend, but now we're uploading our layer tree to C++. A future patch will push the layer tree deeper into the system and we'll eventually switch backends.
-
Eric Seidel authored
SnackBar's crash if you fail to provide a showing bool. I tried to edit it in the framework, but this seemed easier for now. The snackbar still shows behind the keyboard unfortunately. https://github.com/domokit/sky_engine/issues/810 @collinjackson
-
Eric Seidel authored
@collinjackson
-
Eric Seidel authored
I'm not sure this is the correct approach, but it at least mitigates https://github.com/domokit/sky_engine/issues/804 for now. I also made it not crash if you haven't set a goalWeight. @collinjackson
-
Hans Muller authored
Added Scrollable named parameter initializeScrollOffset. If unspecified, then the initial value of scrollOffset is 0.0 as before.
-
Hans Muller authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Additions to demo game
-
Adam Barth authored
-
Adam Barth authored
Don't divide by zero
-