- 25 Aug, 2015 39 commits
-
-
Collin Jackson authored
Also, add an example for the date picker
-
Collin Jackson 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
-
Adam Barth authored
If there aren't any items, there's no point in computing which items to show.
-
Hans Muller authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Ian Hickson authored
Add `Row` and `Column` widgets so you don't have to use Flex.
-
Adam Barth authored
Remove floating-point errors from ScrollableWidgetList
-
Adam Barth authored
We now compute which items to show using integers instead of floating point, avoiding rounding errors.
-
Viktor Lidholt authored
Minor code cleanup
-
Hixie authored
I updated everything in widgets/, but didn't update any examples.
-
Hixie authored
-
- 24 Aug, 2015 1 commit
-
-
Ian Fischer authored
-