- 03 Nov, 2015 9 commits
-
-
Ali Ghassemi authored
-
Ali Ghassemi authored
in the form of a Uint8List and decodes and renders the bytes as an image.
-
Ali Ghassemi authored
in the form of a Uint8List and decodes and renders the bytes as an image.
-
Ian Hickson authored
Replace ShowPress with TapDown
-
Ian Hickson authored
Merge DisposableArenaMember and GestureArenaMember
-
krisgiesing authored
Move velocity tracker to dart
-
Kris Giesing authored
-
Hixie authored
-
Hixie authored
Turns out there were no uses of GestureArenaMember other than those that use DisposableArenaMember.
-
- 02 Nov, 2015 10 commits
-
-
Hans Muller authored
CustomMultiChildLayout delegates to a MultiChildLayoutDelegate. Widget children are specified by their index in the list of children.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Rename sky.yaml to flutter.yaml
-
Adam Barth authored
Routes shouldn't be interactive when animating out
-
Adam Barth authored
Somehow we missed this one file.
-
Adam Barth authored
More flutter more better.
-
Adam Barth authored
This patch introduces the notion of a ModalRoute that puts up a modal barrier and makes the route invisible to hit testing when its animating out. This patch also uses this mechanism in a number of places (including PageRoute). There are still a few more cases to convert, but that's work for a future patch. Fixes #1684
-
Hixie authored
Move us to a version of sky_tools that doesn't hang when the tests crash.
-
Kris Giesing authored
-
- 01 Nov, 2015 1 commit
-
-
Adam Barth authored
The name of the parameter wasn't consistent with IconButton or DrawerItem, etc. Fixes #1871
-
- 31 Oct, 2015 1 commit
-
-
Adam Barth authored
We were trying to do a hero animation from a page to itself, which doesn't make any sense. Now we only render the "to" page offstage if it is different from the "from" page and if its performance isn't already complete.
-
- 30 Oct, 2015 6 commits
-
-
Hixie authored
This test currently crashes the engine. Because of a bug in the test harness, it then causes the tests to hang. This disables the test for now, so that we can get test coverage again.
-
Adam Barth authored
This patch makes it so drag-and-drop doesn't thrash the overlay list.
-
Adam Barth authored
Switch to Navigator2
-
Adam Barth authored
-
Adam Barth authored
Removes sky_tool and shelldb, which are replaced by the flutter command line tool.
-
Adam Barth authored
Add PageStorage support to Navigator2
-
- 29 Oct, 2015 11 commits
-
-
Adam Barth authored
-
Hixie authored
sky_engine is now at 0.0.45 sky_services is now at 0.0.45 flx is now at 0.0.4 flutter is now at 0.0.15 flutter_sprites is now at 0.0.12
-
Adam Barth authored
-
Adam Barth authored
Add support for modal, ephemeral, and contentless routes to Navigator2
-
Adam Barth authored
In this approach, the hero support is layered on top of the basic navigator functionality.
-
Jason Simmons authored
simplify the ImageDecoder native code binding
-
Jason Simmons authored
-
Adam Barth authored
This patch combines embedder.dart and shell.dart into one thing. We should now handle a bunch of error cases better. * embedder.connectToApplication has moved to shell.connectToApplication, matching the rest of the mojo universe. * embedder.connecttoService has moved to shell.connnectToService (and merged with shell.requestService). * shell.requestService is now shell.connectToService, matching the rest of the mojo universe. * serviceRegistry has moved from embedder.serviceRegistry to a top-level getter. Fixes #1803
-
Adam Barth authored
Routes can now create a list of widgets, which can be empty (in the case of contentless routes) or have multiple entries (in the case of modal routes). Ephemeral routes are handled by keeping a separate list of modal and ephemeral routes.
-
Viktor Lidholt authored
Adds API documentation to sprite physics
-
Adam Barth authored
Add an initial implementation of Navigator2
-
- 28 Oct, 2015 2 commits
-
-
Viktor Lidholt authored
-
Hans Muller authored
Correct TabNavigatorWidth, tabs.dart example
-