- 10 Sep, 2015 2 commits
-
-
Matt Perry authored
The version and update URL are stored in the app's manifest (sky.yaml).
-
Adam Barth authored
These are now declared in dart:sky as part of ParagraphBuilder.
-
- 09 Sep, 2015 1 commit
-
-
Scott Graham authored
-
- 08 Sep, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
Move the animation libraries into src/animation and change importers to use package:sky/animation.dart. Also, move scheduler.dart into the animation library so that the animation library can be self-contained.
-
- 07 Sep, 2015 1 commit
-
-
Adam Barth authored
The editing directory just defined two widgets. We might as well fold them into the main widgets library.
-
- 05 Sep, 2015 1 commit
-
-
Adam Barth authored
Turns out many of the functions on BoxConstraints weren't used or had callers that could easily be updated to other functions. I've added dartdoc to all the public functions as well as renamed some functions that had similar names but did different things.
-
- 04 Sep, 2015 6 commits
-
-
Hans Muller authored
-
Chinmay Garde authored
-
Hans Muller authored
``` enum DismissDirection { vertical, horizontal, left, right, up, down } ``` To only enable dismissing to the right create the `Dismissable` with `direction: DismissDirection.right`. By default direction is `DismissDirection.horizontal` (left or right). Updated the card_collection "Swipe Away" demo with a drawer that can be used to select one of the three X axis dismiss directions. Currently the MixedViewport class doesn't support horizontal scrolling, so the demo doesn't support the X axis dismiss directions.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
- 03 Sep, 2015 7 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
These functions are now in sky:dart.
-
Adam Barth authored
In my previous patch, I forgot to fill in the other diagonal entries in the device transform matrix.
-
Adam Barth authored
Everyone uses sky.view.scene now. This patch also cleans up the raw examples and makes them follow a consistent pattern.
-
- 02 Sep, 2015 8 commits
-
-
Viktor Lidholt authored
-
Hans Muller authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
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
-
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.
-
Adam Barth authored
This CL deletes a bunch of unused IDL files and removes some dead code in the engine.
-
- 01 Sep, 2015 3 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
- 31 Aug, 2015 2 commits
-
-
Hixie authored
Fixes #247.
-
Hans Muller authored
-
- 29 Aug, 2015 1 commit
-
-
Adam Barth authored
We need the new version because of the TextPainter rename.
-
- 28 Aug, 2015 4 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hixie authored
Add a way of having keys based on numeric types or DateTimes by having a ValueKey<T> class. Remove the redundant ways of declaring things, except for leaving one shorthand -- you can say `new Key(s)` instead of `new ValueKey<String>(s)`.
-
Adam Barth authored
We're now using it at the widget layer for everything except scrolling and flinging.
-
- 27 Aug, 2015 1 commit
-
-
Ian Fischer authored
-
- 26 Aug, 2015 1 commit
-
-
Viktor Lidholt authored
-