- 07 Aug, 2015 1 commit
-
-
Collin Jackson authored
-
- 06 Aug, 2015 4 commits
-
-
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 13 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.
-
Hans Muller authored
workaround for Fitness demo dialog cancel bug
-
Viktor Lidholt authored
Adds cull rect to sprite performance test
-
Viktor Lidholt authored
-
Hans Muller authored
-
Eric Seidel authored
I can't really make further progress until at least: https://github.com/dart-lang/dartdoc/issues/766 is resolved, ideally also: https://github.com/dart-lang/dartdoc/issues/763 @abarth
-
- 04 Aug, 2015 18 commits
-
-
Viktor Lidholt authored
Initial version of game performance tests
-
Adam Barth authored
Fix RenderViewport's hit testing
-
Adam Barth authored
We were subtracting the scrollOffset when we were supposed to add it.
-
Hans Muller authored
-
Viktor Lidholt authored
-
Matt Perry authored
This ensures we don't run into discontinuities when reversing an animation halfway through. I refactored AnimationValue to have knowledge of the reverse curves and intervals.
-
Adam Barth authored
It was confusing to have both widget.dart and widgets.dart
-
Jim Beveridge authored
Make sky_tool much more user-friendly.
-
James Robinson authored
This refactors Checkbox to own a RenderObject similar to how Switch was refactored in https://github.com/domokit/sky_engine/pull/376 and extracts common functionality for toggleable renderers into a base class. Switch and Checkbox's render objects derive from this base class to add their own custom painting and theming logic.
-
Jim Beveridge authored
-
Jim Beveridge authored
B=Fixes #187
-
Eric Seidel authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
James Robinson authored
Teach event system about disposition and make 'consumed' disposition …
-
James Robinson authored
This introduces the notion of event disposition and allows event targets (widgets and render objects) to consume events that should not be processed further. This is needed by the Switch component in the Drawer in the stocks example. The Switch is embedded in a DrawerItem. The Switch handles the gesture tap event to toggle its state and should handle pointer events to allow swiping and draw its own radial reaction. The DrawerItem also handles gesture taps to allow toggling the switch value when tapping anywhere on the drawer and to draw its own ink splash. When tapping on the switch, both the switch's render object and the DrawerItem's listener are in the event dispatch path. The Switch needs to signal in some fashion that it consumed the event so the DrawerItem does not also try to toggle the switch's state.
-
Viktor Lidholt authored
Refactors the sprite matrix handling to do most calculations in Dart, minimizes the number of calls down to Skia
-
- 03 Aug, 2015 4 commits
-
-
Adam Barth authored
-
Viktor Lidholt authored
Refactors matrix handling in sprites
-
Viktor Lidholt authored
-
Adam Barth authored
-