John McCutchan
|
341495d517
|
Support for hot source reloading in the Linux glfw sky_shell (#2755)
- [x] Wire up synchronous script reloading in the library tag handler.
- [x] Allow glfw sky_shell to start from dart source as well as bundle.
|
2016-06-15 10:11:57 -07:00 |
|
Adam Barth
|
f13875ca92
|
Move Canvas into //flutter/lib/ui (#2754)
This patch moves the remainder of painting and compositing into their
new home (and updates their style to match Google C++ Style).
|
2016-06-14 23:14:14 -07:00 |
|
Adam Barth
|
9bc546abef
|
Remove Dart_GetField from Paint marshalling (#2753)
This should make almost every Canvas call significantly faster.
|
2016-06-14 21:11:11 -07:00 |
|
Adam Barth
|
8e475a9570
|
Move most of //sky/engine/core/painting to //flutter/lib/ui/painting (#2752)
These parts don't depend on engine anymore. Also reformat them to match Google
C++ style.
|
2016-06-13 17:23:34 -07:00 |
|
Adam Barth
|
46b73701f8
|
Start moving dart:ui into //flutter/lib/ui (#2750)
This patch moves the geometry classes.
|
2016-06-13 15:30:33 -07:00 |
|
Adam Barth
|
12fab2f28a
|
Move dart:jni to //flutter/lib/jni (#2744)
This patch disentangles dart:jni from //sky/engine and moves it into
//flutter/lib/jni. Eventually dart:ui will move into a peer directory.
|
2016-06-11 09:15:39 -07:00 |
|
Adam Barth
|
633d674c48
|
Move tonic to //flutter/tonic (#2742)
Now that tonic doesn't depend on anything in //sky/engine anymore, we
can move the code to a location where its dependencies are clearer.
|
2016-06-10 22:36:38 -07:00 |
|