- 07 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 03 Mar, 2016 2 commits
-
-
Viktor Lidholt authored
-
Hans Muller authored
-
- 02 Mar, 2016 3 commits
-
-
Hixie authored
Makes it easier to use without a SizeObserver
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
Hans Muller authored
-
- 01 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 29 Feb, 2016 2 commits
-
-
Matt Perry authored
-
Hans Muller authored
-
- 27 Feb, 2016 1 commit
-
-
Adam Barth authored
This concept is now private to AnimationController. All the clients actually want the AnimationStatus.
-
- 26 Feb, 2016 4 commits
-
-
Adam Barth authored
Fixes #1875
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 25 Feb, 2016 2 commits
-
-
Chinmay Garde authored
-
Hixie authored
This allows us to adjust exactly which gestures we're listening for during layout, which I'll use to kill a SizeObserver.
-
- 23 Feb, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 21 Feb, 2016 1 commit
-
-
Adam Barth authored
The example in the spec with multiple actions is an anti-example. Fixes #1876
-
- 19 Feb, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 18 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 17 Feb, 2016 2 commits
-
-
Viktor Lidholt authored
-
Chinmay Garde authored
-
- 16 Feb, 2016 1 commit
-
-
Viktor Lidholt authored
-
- 12 Feb, 2016 3 commits
-
-
Hans Muller authored
rename example apk dirs to android removed all BUILD.gn files
-
Hans Muller authored
-
Hans Muller authored
-
- 11 Feb, 2016 3 commits
-
-
Hans Muller authored
-
Ian Hickson authored
Each layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files.
-
Hans Muller authored
-
- 09 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 05 Feb, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 04 Feb, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 03 Feb, 2016 2 commits
-
-
Viktor Lidholt authored
-
Alexandre Ardhuin authored
Fixes #1537
-