- 21 Jun, 2016 1 commit
-
-
Adam Barth authored
This required switching from the Future-based bindings to the callback-based bindings.
-
- 07 Jun, 2016 1 commit
-
-
Alhaad Gokhale authored
@abarth
-
- 29 May, 2016 1 commit
-
-
Adam Barth authored
The new mojom.dart code makes mocking services a bit tricky. I've filed https://github.com/domokit/mojo/issues/786 about improving that.
-
- 27 May, 2016 1 commit
-
-
Adam Barth authored
There are still many more left before rendering.dart is complete.
-
- 12 May, 2016 1 commit
-
-
pq authored
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.
-
- 07 May, 2016 1 commit
-
-
Adam Barth authored
TextAlign applies to a whole paragraph instead of applying to an individual text span. This patch moves the property out of TextStyle and into a separate property on Text and RichText.
-
- 29 Apr, 2016 1 commit
-
-
Adam Barth authored
Instead of using properties, TextPainter now receives min and max width as parameters to layout. Also, this patch integrates the intrinsic sizing logic into the main layout function, which satisfies all the existing uses cases.
-
- 14 Apr, 2016 1 commit
-
-
Alhaad Gokhale authored
-
- 30 Mar, 2016 1 commit
-
-
Adam Barth authored
This patch updates our use of Mozart to the latest version of the protocol.
-
- 28 Mar, 2016 1 commit
-
-
Adam Barth authored
We're missing a null check. Fixes #2949
-
- 24 Mar, 2016 1 commit
-
-
Kris Giesing authored
Fixes #2723
-
- 23 Mar, 2016 1 commit
-
-
Adam Barth authored
The Mozart API has changed.
-
- 18 Mar, 2016 1 commit
-
-
Adam Barth authored
The engine now provides the keyboard and raw keyboard services via the view services. This patch updates the framework to look there for the keyboard. Also, this patch migrates callers to the new MojoServices name for these entry points.
-
- 17 Mar, 2016 1 commit
-
-
P.Y. Laligand authored
-
- 14 Mar, 2016 2 commits
-
-
Hixie authored
-
Adam Barth authored
Now we should some placeholder error text in-band in checked mode. Fixes #2611
-
- 11 Mar, 2016 1 commit
-
-
Adam Barth authored
-
- 04 Mar, 2016 1 commit
-
-
Adam Barth authored
Fixes #1921
-
- 03 Mar, 2016 1 commit
-
-
Adam Barth authored
This change brings in a new version of Mojo, which has improved Mozart interfaces.
-
- 14 Feb, 2016 1 commit
-
-
Ian Hickson authored
...so that it's easier to copy/paste between the rendering and settings layers.
-
- 13 Feb, 2016 1 commit
-
-
Adam Barth authored
This library is being folded into dart:ui. Fixes #83
-
- 08 Feb, 2016 1 commit
-
-
Adam Barth authored
Now that the engine lets us take the view host handle, we can actually access the view host from Dart.
-
- 03 Feb, 2016 1 commit
-
-
Adam Barth authored
This patch sketches out the basic widgets for creating Mozart child views. We're still missing some of the machinery, so we can't quite create child views yet, but once we supply the ViewHost and teach the compositor how to actually display the child scenes, we'll have something that works.
-