- 04 Sep, 2015 5 commits
-
-
Ian Fischer authored
Error out on start if nothing started.
-
Alex Fandrianto authored
(optional param default value + newlines)
-
Alex Fandrianto authored
widget is actively ignoring or not by changing a boolean instead of the tree structure. ignoring defaults to true.
-
Ian Fischer authored
-
Adam Barth authored
defaultHitTestChildren should return whether it hit something
-
- 03 Sep, 2015 26 commits
-
-
Adam Barth authored
Some clients want to know whether they hit their children.
-
Hans Muller authored
Fix minor problems in _ScrollGestureRecognizer, Dismissable, lerpColor Alternating scroll gestures would sometimes be ignored because _ScrollGestureRecognizer didn't always reset its _state when the pointer[s] went up. A Dismissable dismiss triggered by a drag and then a fling could cause the next attempt to drag-dismiss to fail. Fixed the definition of lerpColor().
-
Viktor Lidholt authored
-
Hans Muller authored
Alternating scroll gestures would sometimes be ignored because _ScrollGestureRecognizer didn't always reset its _state when the pointer[s] went up. A Dismissable dismiss triggered by a drag and then a fling could cause the next attempt to drag-dimiss to fail. Fixed the definition of lerpColor().
-
Viktor Lidholt authored
Adds power bar and movements to boss fights in demo game
-
Viktor Lidholt authored
-
Adam Barth authored
These functions are now in sky:dart.
-
Adam Barth authored
-
Adam Barth authored
RenderFlex should handle overconstrainted constraints
-
Adam Barth authored
Disable reparent during sync
-
Andrew Wilson authored
-
Adam Barth authored
This feature is causing a bug because the widget tree isn't correctly synchronized with the render tree.
-
Adam Barth authored
Rather than reading out the maxWidth, we should call constrainWidth to factor in the minWidth, which might be bigger.
-
Ian Fischer authored
-
Ian Fischer authored
Change documentation for how to log using sky_tool
-
Adam Barth authored
Actually make the raw examples work again
-
Adam Barth authored
In my previous patch, I forgot to fill in the other diagonal entries in the device transform matrix.
-
Ian Fischer authored
-
Ian Fischer authored
-
Adam Barth authored
Remove all clients of sky.view.picture
-
Adam Barth authored
-
Adam Barth authored
Everyone uses sky.view.scene now. This patch also cleans up the raw examples and makes them follow a consistent pattern.
-
Ian Fischer authored
Guard IOSDevice logs
-
Adam Barth authored
-
Adam Barth authored
-
Ian Fischer authored
-
- 02 Sep, 2015 9 commits
-
-
Ian Fischer authored
Add sky_tool logs command
-
Viktor Lidholt authored
Initial boss fight in demo game
-
Viktor Lidholt authored
-
Hans Muller authored
-
Ian Fischer authored
-
Viktor Lidholt authored
Improvements to demo game
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hans Muller authored
-