- 15 Oct, 2015 1 commit
-
-
Jason Simmons authored
-
- 13 Oct, 2015 1 commit
-
-
Kris Giesing authored
-
- 10 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 08 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 01 Oct, 2015 1 commit
-
-
Adam Barth authored
* Moves from vector_math to vector_math_64 * Adds support for Float64List in Dart bindings
-
- 29 Sep, 2015 1 commit
-
-
Jason Simmons authored
* Unused import in editable_text.dart * Type mismatch in append_child_test.dart
-
- 22 Sep, 2015 1 commit
-
-
Adam Barth authored
-
- 21 Sep, 2015 1 commit
-
-
Jason Simmons authored
* If no source path is provided, then run the analyzer on the Sky unit tests * Fix the filter for errors found in pub cache packages * Generalize the filter for the analyzer's "xx errors/warnings/hints found" status message Also fix a test that caused a warning in the analyzer.
-
- 18 Sep, 2015 1 commit
-
-
Kris Giesing authored
-
- 11 Sep, 2015 2 commits
-
-
Adam Barth authored
Instead, just store the default font sizes in statics. These statics are constants for now, but we'll probably make them configurable at some point.
-
Adam Barth authored
This patch start down the road of implementing text layout and painting without the DOM. We can construct a basic paragraph consisting of a single run of text and we can get through layout without crashing.
-
- 02 Sep, 2015 1 commit
-
-
Adam Barth authored
This CL deletes a bunch of unused IDL files and removes some dead code in the engine.
-
- 30 Aug, 2015 1 commit
-
-
Adam Barth authored
If there are no other gestures in the arena, we should kick off the scroll gesture right away. This change pulled a refactoring of how we dispatch events to Widgets. Now we dispatch events to Widgets interleaved with their associated RenderObjects. (Previously we dispatched to all of the RenderObjects first.)
-
- 28 Aug, 2015 1 commit
-
-
Adam Barth authored
These gestures use the new gesture detection system.
-
- 22 Aug, 2015 1 commit
-
-
Adam Barth authored
-
- 21 Aug, 2015 1 commit
-
-
Adam Barth authored
-