- 03 Aug, 2015 17 commits
-
-
Adam Barth authored
-
Viktor Lidholt authored
Refactors matrix handling in sprites
-
Viktor Lidholt authored
-
Adam Barth authored
-
Adam Barth authored
This file was deleted.
-
Matt Perry authored
-
Adam Barth authored
Add a widgets.dart uber library
-
Adam Barth authored
Now you can import 'package:sky/widgets.dart' to get all the widgets.
-
Matt Perry authored
* Intentions => Behaviors * SlideIn => SlideTransition * FadeIn => FadeTransition * removed unused AnimatedContainer intentions
-
mpcomplete authored
Use transitions for Dismissable
-
Adam Barth authored
Fix visual bugs in Stocks
-
Matt Perry authored
Simplifies the code a bit.
-
Adam Barth authored
-
Adam Barth authored
- Center the labels on the tabs - Make the drawer's mask visible
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
When a ScrollableBlock can scroll, we want to be able to drag into the overscroll region. Previously we could fling into the overscroll region, but we couldn't actually drag there.
-
- 02 Aug, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 01 Aug, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 31 Jul, 2015 13 commits
-
-
Adam Barth authored
Support borders with borderRadius
-
Matt Perry authored
Use those in SnackBar, Drawer, navigator instead of AnimatedContainer's intentions.
-
Adam Barth authored
Currently we support only borders with uniform color and width.
-
Adam Barth authored
Use absolute URLs in sky/packages/sky/README.md
-
Adam Barth authored
When this README.md is published to pub.dartlang.org, the base URL is pub.dartlang.org. We need to use absolute URLs in order to get back to GitHub. Fixes #417
-
Adam Barth authored
Fix TextAlign.right
-
Adam Barth authored
We were applying the style to the RenderInline but we actually needed to apply it to the RenderParagraph. The lineHeight property had the same problem.
-
John McCutchan authored
-
John McCutchan authored
-
Adam Barth authored
Stacked does not repaint when its position changes
-
John McCutchan authored
-
John McCutchan authored
-
Adam Barth authored
We were marking the parent *Widget's* render object as needing layout, but we actually need to walk up the component tree until we find the parent *RenderObjectWrapper* so we can mark actually mark the parent render object as needing layout. Fixes #408
-
- 30 Jul, 2015 6 commits
-
-
Matt Perry authored
-
Viktor Lidholt authored
Fixes anchor points for particles in particle systems
-
Viktor Lidholt authored
-
Chinmay Garde authored
-
James Robinson authored
Make Switch a standalone class with a custom RenderObject
-
John McCutchan authored
-