- 11 Feb, 2016 1 commit
-
-
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.
-
- 05 Dec, 2015 1 commit
-
-
Adam Barth authored
We can just use Canvas now. The two are the same thing.
-
- 19 Oct, 2015 1 commit
-
-
Adam Barth authored
Instead of requiring clients to use ui.ColorFilter, we show show the ColorFilter class, similar to what we do for Color.
-
- 13 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 10 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 18 Sep, 2015 1 commit
-
-
Adam Barth authored
Importing the public libraries caused a name conflict with dart:sky because we assume people will import dart:sky into a namespace, so I've also changed skysprites to import dart:sky into a namespace.
-
- 14 Sep, 2015 1 commit
-
-
Adam Barth authored
We now expose idiomatic setters for these properties. Eventually we'll remove the setter functions.
-
- 25 Aug, 2015 1 commit
-
-
Viktor Lidholt authored
-
- 12 Aug, 2015 1 commit
-
-
Viktor Lidholt authored
-
- 10 Aug, 2015 1 commit
-
-
Viktor Lidholt authored
-
- 08 Aug, 2015 1 commit
-
-
Ian Fischer authored
-
- 04 Aug, 2015 2 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Refactors the sprite matrix handling to do most calculations in Dart, minimizes the number of calls down to Skia
-
- 29 Jul, 2015 1 commit
-
-
Viktor Lidholt authored
-
- 28 Jul, 2015 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
- 16 Jul, 2015 1 commit
-
-
Collin Jackson authored
-