- 04 Sep, 2015 19 commits
-
-
Adam Barth authored
These needed to be updated because we moved the widgets directory into the src directory to hide it from dartdoc.
-
Ian Hickson authored
Handle Widget instances being moved as-is to different parts of the tree.
-
Chinmay Garde authored
Setup mac target for Fitness app
-
Chinmay Garde authored
-
Viktor Lidholt authored
Improvements to demo game
-
Hixie authored
-
Adam Barth authored
They're just as crazy in this system as they are in the web.
-
Hans Muller authored
``` enum DismissDirection { vertical, horizontal, left, right, up, down } ``` To only enable dismissing to the right create the `Dismissable` with `direction: DismissDirection.right`. By default direction is `DismissDirection.horizontal` (left or right). Updated the card_collection "Swipe Away" demo with a drawer that can be used to select one of the three X axis dismiss directions. Currently the MixedViewport class doesn't support horizontal scrolling, so the demo doesn't support the X axis dismiss directions.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Demo game improvements
-
Adam Barth authored
Events should bubble up the tree
-
Ian Fischer authored
Error out on start if nothing started.
-
Alex Fandrianto authored
(optional param default value + newlines)
-
Adam Barth authored
Previously we reversed the event path by mistake before dispatching events.
-
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 21 commits
-
-
Adam Barth authored
Some clients want to know whether they hit their children.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
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
-