- 07 Aug, 2015 16 commits
-
-
Adam Barth authored
The --checked argument runs SkyShell in checked mode, which turns on type checking and asserts.
-
Adam Barth authored
This widget lets you mimic one of its children in an overlay. The overlay starts out as the same size of the child and then grows to fill the overlay. In the future, the mimic will start at the same visual position as the child.
-
Adam Barth authored
Unbreak text
-
Adam Barth authored
Previously, no text was appearing because we weren't actually converting the Dart objects into DOM.
-
Viktor Lidholt authored
Adds skew property to sprite node
-
Viktor Lidholt authored
-
Adam Barth authored
RenderViewport should use integer device pixels
-
Adam Barth authored
Rationalize text
-
Adam Barth authored
Now they give you a hint as to what went wrong. Also, in checked mode, they now throw during construction instead of during building. Fixes #418
-
Adam Barth authored
- Inline -> Pargraph. This class is actually a box, not an inline. It's really a wrapper for RenderParagraph, so Paragraph is the normal name. - InlineBase -> RenderInline. The name we used in C++ for the base class of all inlines was RenderInline, which removes the ugly "Base" suffix. - InlineText -> RenderText. Aligns this name with C++. - InlineStyle -> RenderStyled. Matches the foregoing pattern.
-
Adam Barth authored
-
Adam Barth authored
When painting a scroll offset, RenderViewport should use integer device pixels to prevent "shimmering" effects on images. Fixes #486
-
Adam Barth authored
-
Viktor Lidholt authored
Improvements to game performance tests
-
Viktor Lidholt authored
-
Eric Seidel authored
Unforutnately since Input won't show text if it doesn't start with a letter, this actually makes the experiance slightly worse, but this is definitely the right direction. @abarth
-
- 06 Aug, 2015 16 commits
-
-
Adam Barth authored
Add widgets for reparenting widgets
-
Adam Barth authored
Wrap widgets you want to reparent in a Mimicable widget and assign the Mimicable widget a global key. Then, given the same global key to a Mimic widget to make it appear elsewhere in the view hierarchy.
-
Eric Seidel authored
Roll mojo to https://github.com/domokit/mojo/commit/35de44e3618d508b2b3862af2216aee8c70ad8e5
-
Eric Seidel authored
@abarth
-
Chinmay Garde authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Matt Perry authored
They settle much faster after you fling them now.
-
Matt Perry authored
We only use them for the transition to dismissed.
-
mpcomplete authored
Push PopupMenu's animation code into its build function and use trans…
-
Matt Perry authored
Also add intervals and curves to AnimationPerformance, which affect all variables used by the performance.
-
Adam Barth authored
... and use them to improve the horizontal_scrolling example.
-
Adam Barth authored
Now ScrollableBlock can combine a horizontally scrolling viewport with a horizontal block. Also rename ViewportScrollDirection to just ScrollDirection for less verbosity.
-
Adam Barth authored
Teach Block how to layout horizontally
-
Adam Barth authored
We'll need this for horizontally scrolling lists.
-
- 05 Aug, 2015 8 commits
-
-
Adam Barth authored
-
Eric Seidel authored
Add Fitness.apk with icon
-
Eric Seidel authored
This is just one of many steps in preparation for turning fitness into a play-store ready app. @abarth @collinjackson
-
Hans Muller authored
-
Eric Seidel authored
Add a few bits of documentation to package:sky
-
Ian Fischer authored
restart Sky apps on Android without having to restart SkyShell.
-
Adam Barth authored
Add a basic radial reaction to the switch
-
Adam Barth authored
We still need to tune the various parameters, but this patch is a start.
-