- 02 Feb, 2016 17 commits
-
-
Hixie authored
-
Adam Barth authored
Viewport fails to clip its AssetImage child
-
Adam Barth authored
We were getting confused about our layer tree offsets, which caused us to set an incorrect cull rect for the recording inside a viewport. This patch does away with layer tree offsets almost entirely. We now use them only at repaint boundaries, which is where we want the layer tree to be mutable. Fixes #1460
-
Yegor authored
tell people to submit code after LGTM
-
krisgiesing authored
Add scale awareness to images
-
yjbanov authored
-
Adam Barth authored
Update to new editing.mojom
-
Adam Barth authored
-
Kris Giesing authored
-
Devon Carew authored
add --start-paused,--debug-port flags
-
Devon Carew authored
-
Yegor authored
add section on submitting code in CONTRIBUTING.md
-
yjbanov authored
-
Yegor authored
add debugFillDescription to OverflowBox
-
yjbanov authored
-
Adam Barth authored
Now the keyboard is responsible for maintaining the state of the text field.
-
Collin Jackson authored
In addition to checking for the existence of the engine, ensure that it’s the correct version
-
- 01 Feb, 2016 12 commits
-
-
Kris Giesing authored
-
Kris Giesing authored
-
Devon Carew authored
refactor flutter logs
-
Kris Giesing authored
-
Collin Jackson authored
-
Ian Hickson authored
Semantics updates
-
Hixie authored
Port the tests to use the new interface.
-
Devon Carew authored
-
Kris Giesing authored
-
Hixie authored
-
Adam Barth authored
Update the Align docs
-
Adam Barth authored
They were out-of-date. Fixes #1391
-
- 31 Jan, 2016 9 commits
-
-
Devon Carew authored
fix a regex in the ios logs command
-
Devon Carew authored
fixed sub-process stdout parsing; added todos
-
Devon Carew authored
tweak the output for the analyze command
-
Devon Carew authored
-
Adam Barth authored
Adds the ability to move the caret by tapping
-
Adam Barth authored
Now the text input control knows how to move the caret when you tap inside the string. There's still some rough edges to polish up, but this patch is the first step. Fixes #108
-
Adam Barth authored
Fix analyzer warnings related to SemanticsListener
-
Adam Barth authored
These were introduced by the recent engine roll.
-
Adam Barth authored
-
- 30 Jan, 2016 2 commits
-
-
Adam Barth authored
Input should paint selections
-
Devon Carew authored
massage the help text
-