Adam Barth
50bfdedbf4
Split box.dart into many files
...
Sadly, box.dart has grown much longer than 1000 lines. This patch splits it up
into several files based on the class hierarchy. Fortunately, many of these
classes are loosely coupled to each other.
2015-08-18 20:55:32 -07:00
Ian Fischer
d44ed7dfc3
Move example out of sky/packages to //examples
2015-08-07 17:04:50 -07:00
Ian Fischer
82404e030a
Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1218593002 .
2015-06-26 15:06:40 -07:00
Hixie
82fc647c12
Rename editing2/ and theme2/ to editing/ and theme/.
...
Flesh out a README.md file for the SDK.
Make the stocks app test wait for the app to be mounted, to catch some more errors, like typos in the mount callback.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1182053012 .
2015-06-18 12:44:10 -07:00
Matt Perry
4d66e7d0f0
Add a Paint::toString() method to describe our Paint objects.
...
Add a test for RenderDecoratedBox sets up the Paint object correctly.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1185423003 .
2015-06-18 13:47:28 -04:00
Hixie
5136d5209b
Rename AppView to SkyBinding.
...
Move app/view.dart to rendering/sky_binding.dart since it's part of the RenderObject API, really (it knows about RenderView intimately).
The tests pass. I didn't check every last example.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1183913006 .
2015-06-17 17:07:31 -07:00
Adam Barth
17d3b4957a
Rename all the things
...
This CL moves the bulk of the SkyView code out of the |framework| directory
because the |framework| directory was redundant in Dart package import
declarations.
TBR=ianh@google.com
Review URL: https://codereview.chromium.org/1177383006 .
2015-06-13 09:46:52 -07:00
Adam Barth
c5def50b9c
Port sky_home to the new SkyView world
...
R=ianh@google.com , eseidel@chromium.org
Review URL: https://codereview.chromium.org/1178293004 .
2015-06-12 16:53:29 -07:00
Hixie
6a8dd7d284
Separate out the raw (directly manipulating sky.view) examples from the rendering (using RenderObject et al) examples.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1173233002
2015-06-10 16:23:43 -07:00