- 03 Aug, 2015 1 commit
-
-
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 22 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
-
James Robinson authored
This changes Switch from being a subclass of the Toggleable widget to being a standalone Component with a custom RenderObject. This is to enable adding Switch-specific radial reaction animations in a subsequent patch. The CustomPaint logic that Toggleable was using does not provide a nice way for a class and its subclass to both participate in deciding to repaint.
-
Adam Barth authored
Combine all the scrollable classes into scrollable.dart
-
Adam Barth authored
We ended up with a bunch of different scrollable widgets and it was confusing. This CL moves them all into one library to make them easier to find.
-
John McCutchan authored
Bump versions
-
John McCutchan authored
-
Eric Seidel authored
Fix Dart analyzer warnings
-
Adam Barth authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-