- 08 Jun, 2015 1 commit
-
-
Adam Barth authored
And deploy it in a few places. R=ianh@google.com Review URL: https://codereview.chromium.org/1164303002
-
- 05 Jun, 2015 4 commits
-
-
Collin Jackson authored
R=abarth@chromium.org, abarth Review URL: https://codereview.chromium.org/1161813005
-
Adam Barth authored
The + isn't quite centered properly, but the button is a circle in the right place. R=eseidel@chromium.org, ianh@google.com Review URL: https://codereview.chromium.org/1156383004
-
Collin Jackson authored
R=abarth@chromium.org, eseidel@chromium.org, abarth Review URL: https://codereview.chromium.org/1157573012
-
Viktor Lidholt authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/1151793003
-
- 04 Jun, 2015 16 commits
-
-
Adam Barth authored
We're having trouble shrinkwrapping text, so this CL sets an explicit size for the last sale and the change in price. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1164763006
-
Hixie authored
Rename "BorderSide.None" to "BorderSide.none", since it's a constant, and change the sky.Size.infinite() constructor to a constant. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1158263005
-
Adam Barth authored
RenderScaffold needs to attach and detach its children when asked. R=eseidel@chromium.org, ianh@google.com Review URL: https://codereview.chromium.org/1149893025
-
Hixie authored
Improve the RenderObject.toString() logic so that there's not blank lines everywhere and to generally be better. Adds sizes, positions, transforms, improves RenderParagraph's output. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1160233004
-
Eric Seidel authored
TBR=viktorl@google.com Review URL: https://codereview.chromium.org/1158273009
-
Eric Seidel authored
Does not work yet. R=ianh@google.com Review URL: https://codereview.chromium.org/1163973005
-
Adam Barth authored
This CL does a bunch of ground work for getting StockList ready for use in stocks2. It's still not quite working because of an interaction with Scaffold that we don't fully understand. R=eseidel@chromium.org, ianh@google.com Review URL: https://codereview.chromium.org/1148793005
-
Eric Seidel authored
The goal of this is to have a Renderer-layer abstraction around the Sky Engine c++ apis for drawing a shadow. R=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/1146893004
-
Collin Jackson authored
R=abarth@chromium.org, abarth Review URL: https://codereview.chromium.org/1163913004
-
Hixie authored
https://www.dartlang.org/articles/style-guide/#names R=jackson@google.com Review URL: https://codereview.chromium.org/1158813004
-
Viktor Lidholt authored
Adds support for transfer mode in Paint and SpriteNode classes. Adds support for opacity in sprites, and modifies example game. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1164633004
-
Collin Jackson authored
R=abarth@chromium.org, ianh@google.com, abarth, hixie Review URL: https://codereview.chromium.org/1165983002
-
Matt Perry authored
The array should be in column-major format, in the format used by vector_math.dart. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1155193004
-
Hixie authored
Currently supports only solid borders, but of any colour and size, independently controlling each side. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1154903006
-
Adam Barth authored
TBR=ianh@google.com Review URL: https://codereview.chromium.org/1164073002
-
Hixie authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/1165013003
-
- 03 Jun, 2015 10 commits
-
-
Adam Barth authored
This CL makes gesture events work again in fn2. R=ianh@google.com Review URL: https://codereview.chromium.org/1146923005
-
Hixie authored
Not tested on device. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1160523005
-
Eric Seidel authored
This also works around an Android-only crasher for the Dart VM: https://github.com/domokit/mojo/issues/192 R=ianh@google.com Review URL: https://codereview.chromium.org/1157243012
-
Collin Jackson authored
This also fixes a bug that was preventing markNeedsLayout from working R=abarth@chromium.org, eseidel@chromium.org, abarth, eseidel Review URL: https://codereview.chromium.org/1160013004
-
Viktor Lidholt authored
R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1149183004
-
Hixie authored
Except that nothing actually uses these now so it's a no-op really. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1157243011
-
Hixie authored
Also, make the scaffold code more generic (with slots in a map, instead of dedicated members for each slot). This may eventually benefit from being split into a general "multislot" superclass and a scaffold-specific subclass, but for now it'll do. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1152163007
-
Matt Perry authored
Also add operator==, hashCode, toString, and some basic Color constants to Color. R=abarth@chromium.org, ianh@google.com Review URL: https://codereview.chromium.org/1162023004
-
Eric Seidel authored
R=abarth@chromium.org, viktorl@google.com Review URL: https://codereview.chromium.org/1152483006
-
Adam Barth authored
These transforms are currently very basic but they seem to mostly work. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1152273004
-
- 02 Jun, 2015 9 commits
-
-
Eric Seidel authored
Looks horrible. But it's a start. R=abarth@chromium.org, ianh@google.com BUG= Review URL: https://codereview.chromium.org/1146913005
-
Viktor Lidholt authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/1161023006
-
Adam Barth authored
This CL is a first pass at implementing container in fn2. In this approach, Container is a Component that builds a number of RenderNodeWrappers depending on what is needed. R=ianh@google.com Review URL: https://codereview.chromium.org/1158983005
-
Matt Perry authored
For this, I added back my previous CustomDart attribute for customizing the generated Dart code of an interface. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1162843003
-
Hixie authored
R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1166773003
-
Adam Barth authored
BlockContainer uses a RenderBlock to lay out its children. R=eseidel@chromium.org, jackson@chromium.org Review URL: https://codereview.chromium.org/1166473005
-
Adam Barth authored
Prevously we listened for events on the document and then walked up the component hierarchy looking for EventListenerNodes. Now we do something similar by hooking the event dispatching logic in the AppView. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1153343004
-
Matt Perry authored
Also use Point in place of passing 2 ints to the DrawLooper API. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1158883004
-
Matt Perry authored
The previous patch broke the sky tests. I have updated the framework to use the new Color class. R=jackson@google.com Review URL: https://codereview.chromium.org/1159663003
-