- 02 Sep, 2015 6 commits
-
-
Hans Muller authored
Restore PageableList itemsWrap:true Makes PageableList with itemsWrap:true work again. Plumbed the itemsWrap parameter through to HomogenousViewport. Fixes issue #877.
-
Viktor Lidholt authored
Fixes issue in sprite constraint
-
Viktor Lidholt authored
-
Hans Muller authored
Makes PageableList with itemsWrap:true work again. Plumbed the itemsWrap parameter through to HomogenousViewport. Fixes issue #877.
-
Adam Barth authored
This CL deletes a bunch of unused IDL files and removes some dead code in the engine.
-
Adam Barth authored
-
- 01 Sep, 2015 15 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Ian Hickson authored
Still try to sync even if a node has been removed from the tree.
-
Ian Fischer authored
-
Ian Fischer authored
Don't require -p for ios_sim commands
-
Hixie authored
This should handle a case like a stateful component inside a Container inside another Container having one of those Containers removed while still keeping that stateful component around with its state. The problem of how to handle the Container then being reinserted is a separate issue not handled by this patch.
-
Adam Barth authored
Add dartdocs for RenderObject
-
Adam Barth authored
... and other code in object.dart.
-
Ian Fischer authored
-
Ian Fischer authored
-
Ian Fischer authored
-
Ian Fischer authored
-
- 31 Aug, 2015 19 commits
-
-
Ian Fischer authored
Update README.md to reflect removal of --install flag.
-
Ian Fischer authored
-
Hans Muller authored
Convert Dismissable to use gestures Convert Dismissable to use the ScrollStart, ScrollUpdate, and ScrollEnd gestures. Support for fling gestures is TBD. Included a basic unit test that checks that one item can be dismissed with a press-drag-release gesture. Fixed the scroll gesture recognizer: if the last pointer goes up and candidate recognizers still exist, then reject the gesture.
-
Hans Muller authored
Convert Dismissable to use the ScrollStart, ScrollUpdate, and ScrollEnd gestures. Support for fling gestures is TBD. Included a basic unit test that checks that one item can be dismissed with a press-drag-release gesture. Fixed the scroll gesture recognizer: if the last pointer goes up and candidate recognizers still exist, then reject the gesture.
-
Adam Barth authored
Positioned 'remembers' things it shouldn't
-
Adam Barth authored
This patch makes ParentDataNode less general purpose and instead teaches Flex and Stack how to program the parent data for their children. We used to have this general system because parent data used to carry CSS styling, but we don't need it anymore. Fixes #957
-
Ian Hickson authored
Remove the silly dialog.
-
Hixie authored
Adds a HomogeneousViewport class that works like MixedViewport but handles only children that have all the same height. Converts ScrollableWidgetList to use that, so that we don't waste a frame looking at the size of the contents each time we change size. This allows a number of seemingly pointless double-pumps in the tests to be removed. Other changes that were necessary to support the above: - RenderBlock now supports minExtent (think 'min-height' in CSS) - RenderBlock now supports itemExtent (forces the height of each child to be the same, so that the itemExtent passed to the fixed- height scrollables are all authoritative instead of a source of bugs when they don't match) - RenderBlockViewport now supports horizontal scrolling - improved the style of the isInfinite assert in box.dart - fixed the position of a comment in mixed_viewport.dart - added a test - made the logic for how many items to show be more precise
-
Adam Barth authored
These constants aren't useful outside these files and are cause noise in the dartdoc.
-
Hixie authored
Fixes #247.
-
Ian Fischer authored
Extract install from StartSky
-
Ian Fischer authored
-
Hans Muller authored
Update mixed_viewport example to new Key API
-
Adam Barth authored
Also fixes #937.
-
Adam Barth authored
Add an origin parameter to transforms
-
Adam Barth authored
This parameter makes it easier to do math when you don't want to center your tranform at (0, 0).
-
Hans Muller authored
-
Ian Fischer authored
Avoid crashing when an iOS device isn't connected
-
Ian Fischer authored
-