- 31 Jul, 2015 6 commits
-
-
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
-
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 31 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
-
Eric Seidel authored
@abarth
-
Adam Barth authored
RenderStack should handle top, right, bottom, left all being zero
-
Adam Barth authored
Sporadic crash from invalid touch event
-
Matt Perry authored
This required some changes to AnimationPerformance to better understand animating with forces.
-
Adam Barth authored
Previously, we didn't set the width of the child correctly when top and bottom (or left and right) were both specified. Fixes #275
-
Adam Barth authored
When embedded by the view_manager, sometimes we receive pointerup or pointercancel events without having received a cooresponding pointerdown event. The underlying issue is that the view_manager doesn't capture on pointerdown and instead performs a new hit test for every pointer event. We should fix that in view_manager, but, in the meantime, this patch makes us not crash in this scenario. Fixes #339
-
Jim Beveridge authored
-
Adam Barth authored
I incorrectly thought we were now supposed to import these mojoms from the packages that publish them. However, we're still supposed to import them from the virtual mojom package.
-
Adam Barth authored
Also, update imports to account for new mojom.dart locations.
-
- 29 Jul, 2015 3 commits
-
-
Chinmay Garde authored
-
Viktor Lidholt authored
-
Eric Seidel authored
TBR=abarth@google.com
-