- 01 Apr, 2016 11 commits
-
-
Adam Barth authored
The performLayout and build callsite are highly megamorphic because they dispatch into a large number of clients. However, for a given caller, the callee is always of the same type, which means the megamorphic lookup exactly factors by the caller. We can speed up the dispatch by capturing a closure at initialization and then monomorphically dispatching through the closure.
-
Collin Jackson authored
Update engine version
-
Adam Barth authored
Don't delay between dismissing a snack bar and the next snack bar
-
Collin Jackson authored
-
Collin Jackson authored
Update engine
-
Adam Barth authored
Previously, the Dismissable widget was animating down to zero width off screen. Now, we tell it to skip the resize animation. Fixes #3030
-
Adam Barth authored
Add review feedback to dartdocs
-
Adam Barth authored
-
Collin Jackson authored
-
Adam Barth authored
Fix broken link in the docs
-
Adam Barth authored
Drop is a separate word than down
-
- 31 Mar, 2016 22 commits
-
-
Yegor authored
[driver] switch to different pause event workaround
-
krisgiesing authored
Fix spinning_mixed widget example, plus minor style fix
-
Adam Barth authored
Improve setState-after-dispose error message
-
Adam Barth authored
We now explicitly mention the possibility of a memory leak. Fixes #2978
-
Kris Giesing authored
-
Adam Barth authored
Therefore, we use _ between them in the file name.
-
Adam Barth authored
-
Viktor Lidholt authored
Initial version of Fancy line drawer demo
-
krisgiesing authored
Part 2 of independent layout pipelines
-
Kris Giesing authored
Adds BuildOwner to manage the dirty list and build processing for widgets/elements, and adds a widget unit test to make sure separation is enforced. Fixes #2723
-
Adam Barth authored
Rename ToggleControlsDemo to SelectionControlsDemo
-
Adam Barth authored
Document which widgets require a Material ancestor
-
Adam Barth authored
Also, fill out other documentation for these widgets. Fixes #967
-
Adam Barth authored
Be explicit about the theme in the starter app
-
Adam Barth authored
These are called selection controls in the spec and in the gallery UI.
-
Adam Barth authored
This gives developers a breadcrumb they can follow to customize the theme of their app. Previously, some customers were trying to set a theme by manually configuring the colors of all their widgets. Fixes #2980
-
Yegor Jbanov authored
-
Adam Barth authored
Polish Slider implementation
-
Adam Barth authored
Snackbar opacity animation shouldn't trigger on reverse
-
Adam Barth authored
Based on feedback from the material design team. Fixes #1613
-
Hans Muller authored
Tab updates
-
Adam Barth authored
Fixes #617
-
- 30 Mar, 2016 7 commits
-
-
Viktor Lidholt authored
-
Hans Muller authored
-
Adam Barth authored
Update engine
-
Adam Barth authored
Make it possible to dismiss a snackbar manually
-
Adam Barth authored
Fixes #463
-
Adam Barth authored
This patch updates our use of Mozart to the latest version of the protocol.
-
Collin Jackson authored
add services to schema
-