- 03 Sep, 2015 20 commits
-
-
Adam Barth authored
Some clients want to know whether they hit their children.
-
Adam Barth authored
-
Adam Barth authored
RenderFlex should handle overconstrainted constraints
-
Adam Barth authored
Disable reparent during sync
-
Andrew Wilson authored
-
Adam Barth authored
This feature is causing a bug because the widget tree isn't correctly synchronized with the render tree.
-
Adam Barth authored
Rather than reading out the maxWidth, we should call constrainWidth to factor in the minWidth, which might be bigger.
-
Ian Fischer authored
-
Ian Fischer authored
Change documentation for how to log using sky_tool
-
Adam Barth authored
Actually make the raw examples work again
-
Adam Barth authored
In my previous patch, I forgot to fill in the other diagonal entries in the device transform matrix.
-
Ian Fischer authored
-
Ian Fischer authored
-
Adam Barth authored
Remove all clients of sky.view.picture
-
Adam Barth authored
-
Adam Barth authored
Everyone uses sky.view.scene now. This patch also cleans up the raw examples and makes them follow a consistent pattern.
-
Ian Fischer authored
Guard IOSDevice logs
-
Adam Barth authored
-
Adam Barth authored
-
Ian Fischer authored
-
- 02 Sep, 2015 20 commits
-
-
Ian Fischer authored
Add sky_tool logs command
-
Viktor Lidholt authored
Initial boss fight in demo game
-
Viktor Lidholt authored
-
Hans Muller authored
-
Ian Fischer authored
-
Viktor Lidholt authored
Improvements to demo game
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hans Muller authored
-
Adam Barth authored
Move widgets and rendering inside src
-
Viktor Lidholt authored
Improves on demo game balance and adds levels for lasers
-
Adam Barth authored
Code outside of package:sky should import this code using package:sky/rendering.dart package:sky/widgets.dart Moving this code into the "src" directory is a convention that signifies that and it cleans up the generated dartdoc because the libraries in the src directory aren't included in the generated documentation. Instead, the classes are documented in the widgets.dart and rendering.dart libraries.
-
Viktor Lidholt authored
-
Adam Barth authored
-
Matt Perry authored
Very simple so far. This schedules an alarm to fire once a day, kicking off a service that downloads a new app.skyx from a hardcoded URL. The new skyx replaces the current one.
-
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.
-