- 15 Oct, 2015 5 commits
-
-
Kris Giesing authored
-
Viktor Lidholt authored
Fixes touch handling and refactors sprite physics
-
Adam Barth authored
We had a typo in our CSS translation.
-
Jason Simmons authored
Implement better synchronization between the state of the input widget and the keyboard IME
-
Adam Barth authored
Add a ListItem widget
-
- 14 Oct, 2015 14 commits
-
-
Adam Barth authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hixie authored
For those times where you want to spin something around a point relative to the size of your box, but you don't know the size of your box.
-
Jason Simmons authored
Also add an input widget API for the keyboard submit button
-
krisgiesing authored
Add dart-layer input event abstraction
-
Viktor Lidholt authored
Adds missing sprite physics shapes
-
Kris Giesing authored
-
Viktor Lidholt authored
-
Jason Simmons authored
-
Jason Simmons authored
Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3
-
Hixie authored
-
Hans Muller authored
Enabled displaying a scrollbar in ScrollingLists. The scrollbar is painted as an "overlay", i.e. it's painted on top of the scrolling list's visible children. Added an abstract Painter base class that encapsulates a paint method and the renderer that it's attached to. RenderBlockViewport and HomogenousViewport now support an overlayPainter property. If specified, RenderBlockViewport attaches itself to the overlayPainter when it's attached to the rendering tree. RenderBlockViewport now calls overlayPainter.paint() after it has painted its children. Added an abstract ScrollingListPainter class that exposes ScrollingList's state which might be needed for painting. Like its scroll direction and scrollOffset. The ScrollingListPainter is notified when a scroll starts and ends. Defined a Material-specific ScrollingListPainter that renders a scrollbar. The scrollbar thumb is faded in/out when the scroll starts/ends. Added onScrollStart and onScrollEnd listeners to Scrollable.
-
Kris Giesing authored
-
- 13 Oct, 2015 21 commits
-
-
Adam Barth authored
Show new flutter tool and its use in the widgets dir.
-
Kris Giesing authored
-
Adam Barth authored
-
Adam Barth authored
-
Jason Simmons authored
-
Kris Giesing authored
-
Jason Simmons authored
-
Kris Giesing authored
-
Adam Barth authored
-
Adam Barth authored
Add a centerSlice parameter to images
-
Viktor Lidholt authored
Adds publishing for Flutter Sprites
-
Hixie authored
Also, fix warnings in rendering/sector_layout.dart Also, fix hit testing in rendering/sector_layout.dart Also, add WidgetToRenderBoxAdapter Also, make the rendering library debugging tools more resilient to dumping stuff before layout is complete.
-
Viktor Lidholt authored
-
Jim Beveridge authored
-
Viktor Lidholt authored
-
Adam Barth authored
This lets you draw nine-patch images.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Adds check for breaking forces in sprite physics joints
-
Collin Jackson authored
Allow derived classes of Scrollable to listen for scroll events
-
Hixie authored
-