- 18 Sep, 2015 7 commits
-
-
Hixie authored
-
Ian Hickson authored
Require that you pass transitions a performance.
-
Adam Barth authored
I've also removed the top-level description of the Sky package. Instead, we should host that content on flutter.io.
-
Hixie authored
This fixes #1103.
-
Hixie authored
This might be helpful for #1219. Also, remove inDebugMode since it's redundant with just using asserts, which compile entirely out in release mode.
-
Adam Barth authored
Also, introduce Colors and Typography to hold the material colors and the typography declarations. Previously we expected clients of these libraries to import them into a namespace, but that doesn't play nice with re-exporting them from material.dart.
-
Hixie authored
When we sync() a Component, we need to clear the old Component's _child pointer, otherwise if we reuse that Component we'll get confused about what the old child is.
-
- 17 Sep, 2015 16 commits
-
-
Ian Hickson authored
Improve debugging aids for widgets, rendering.
-
Ian Fischer authored
Kill the sky_server on Mac in a way that works to avoid unexpected behavior when working with more than one app at once.
-
Adam Barth authored
Remove the skyx package
-
Adam Barth authored
This code is now part of sky_tools.
-
Hixie authored
We need a short name more often than a tree dump, so toString() should be the short name. Make debugDumpRenderTree() a global like debugDumpApp(), for consistency. It's hard to remember the SkyBinding.instance.dumpRenderTree() incantation. Fixes #1179.
-
Viktor Lidholt authored
Adds TexturedLine and animated EffectLine to sprites
-
Hixie authored
We were not removing children if they were more recently synced than we were. This makes no sense. We should remove all children unless they were synced this very generation already (in which case they'll be somewhere else in the tree by now).
-
Viktor Lidholt authored
-
Adam Barth authored
We removed this value from the engine because it's not useful.
-
Adam Barth authored
What's important about this code is that it's presenting services outside the VM, not the particular technology used to present the services.
-
Adam Barth authored
This patch is part of a sequence of patches towards fewer top-level libraries. In this patch, the gesture libraries are combined into one gestures.dart library.
-
Collin Jackson authored
Conflicts: examples/widgets/scale.dart
-
Collin Jackson authored
First pass at support for pinch gestures; panning issues (needs testing)
-
Collin Jackson authored
-
Collin Jackson authored
Conflicts: sky/packages/sky/lib/gestures/drag.dart
-
Adam Barth authored
-
- 16 Sep, 2015 17 commits
-
-
Adam Barth authored
-
Collin Jackson authored
-
Hixie authored
-
Collin Jackson authored
Conflicts: sky/packages/sky/lib/gestures/drag.dart
-
Adam Barth authored
-
Ian Hickson authored
Factor out GlobalKeyWatcher
-
Hixie authored
- Reorder the methods so they are closer to run order. - Reindent the code to match style guide.
-
Hixie authored
This also moves the logic that tracks what Widget is being watched into GlobalKeyWatcher, and much simplifies Mimic based on this.
-
Ian Hickson authored
FlexAlignItems.stretch didn't stretch
-
Adam Barth authored
Please use GestureDetector instead.
-
Adam Barth authored
Move Drawer to GestureDetector
-
Adam Barth authored
This fixes an issue in the stocks app in horizontal mode where you could both scroll and drag the drawer at the same time.
-
Hixie authored
-
Hixie authored
RenderView has to be a singleton for sanity during tests, otherwise they all end up in the dirty lists and we end up pumping all of them each frame.
-
Ian Hickson authored
AnimatedContainer isn't an AnimatedComponent.
-
Hixie authored
Turns out it gets nothing out of inheriting from AnimatedComponent.
-
Adam Barth authored
This widget has no client.
-