- 18 Aug, 2015 13 commits
-
-
Adam Barth authored
Apply ImageFit and ImageRepeat to RenderImage
-
Adam Barth authored
These properties should apply to foreground images as well as background images. Also, rename these types from BackgroundFit and BackgroundRepeat because they apply to things other than backgrounds.
-
Viktor Lidholt authored
-
Adam Barth authored
Container should expand in dimensions without constraints
-
Adam Barth authored
... as long as it doesn't have a child. If it has a child, it should size according to that child. Essentially, if Container doesn't have a child, it pretends like it has a child that expands to fill its constraints.
-
Viktor Lidholt authored
Adds bounce and elastic easing to animation curves
-
Viktor Lidholt authored
-
Hixie authored
- Add Canvas.getSaveCount() - Make RenderClipRect call context.paintChildWithClip instead of doing the clipping itself - Make ClipLayer take a Rect instead of a Size - Make PaintingContext.canvas read-only - Add PaintingContext.paintChildWithClip() - Minor rearrangings of code and style tweaks
-
Eric Seidel authored
-
Eric Seidel authored
@collinjackson
-
Eric Seidel authored
This was the last instance of loading assets off of Github. @abarth
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
- 17 Aug, 2015 23 commits
-
-
Eric Seidel authored
Teach Asteroids Sounds how to load from AssetBundle
-
Ian Hickson authored
Trivial code changes for style and readability in animation/ directory.
-
Ian Hickson authored
Update READMEs for painting/ and animation/ to be up to date with current dependencies.
-
Ian Hickson authored
Improve style in lerp.dart and box_painter.dart
-
Eric Seidel authored
@abarth
-
Collin Jackson authored
-
Eric Seidel authored
Fix analyzer warnings
-
Eric Seidel authored
We had a remarkable number of analyzer failures. I'll fix the bots to analyze across the whole project in a follow-up patch, that should prevent this in the future. @abarth
-
Adam Barth authored
The name `root` is confusing because this value isn't the root of anything. It's just the associated `RenderObject` instance.
-
Adam Barth authored
Add support for drag-and-drop
-
Adam Barth authored
Widgets that want to receive drops should include a DropTarget in their build. Currently there's no widget for initiating a drag. Components can use the DragController directly. In the future, we'll probably want to add a Draggable that knows how to do some of this work automatically. Fixes #612
-
Adam Barth authored
Trivial documentation for files in theme/.
-
Adam Barth authored
Add a trivial README for the mojo/ directory in the SDK.
-
Hixie authored
-
Viktor Lidholt authored
-
Hixie authored
-
Eric Seidel authored
@abarth
-
Viktor Lidholt authored
Adds a new ActionDelay class to sprites
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Viktor Lidholt authored
-
- 14 Aug, 2015 4 commits
-
-
Adam Barth authored
Don't grey out Sky code in Atom
-
Adam Barth authored
For some reason having |packages| in this .gitignore file is causing Atom to grey out all the files in the Sky package. Moving the entry up to the root of the git repo fixes the issue.
-
Chinmay Garde authored
Add iOS sky_app target for the fitness app example
-
Chinmay Garde authored
-