John McCutchan
414da6628e
Continue to upload binaries as part of stage 1
2015-07-31 10:43:52 -07:00
John McCutchan
82fca35f7e
whitespace
2015-07-31 10:42:16 -07:00
John McCutchan
9432cb2b64
Add a --stage-two to big_red_button.py
2015-07-31 10:41:24 -07:00
John McCutchan
6505768cc1
Merge pull request #412 from johnmccutchan/rev_dart
...
Bump Dart runtime dependency
2015-07-31 10:21:21 -07:00
Adam Barth
184fc63f25
Merge pull request #409 from abarth/stack_repaint
...
Stacked does not repaint when its position changes
2015-07-31 10:21:08 -07:00
John McCutchan
2ea9814f34
Bump Dart runtime dependency
2015-07-31 10:19:07 -07:00
John McCutchan
2c307a2cd7
Merge pull request #411 from johnmccutchan/remove_generate
...
Do not invoke mojom/generate.dart from sky_tool anymore
2015-07-31 10:16:18 -07:00
John McCutchan
46ca1798c9
Do not invoke mojom/generate.dart from sky_tool anymore
2015-07-31 10:13:48 -07:00
John McCutchan
c14a1daf5a
Merge pull request #410 from johnmccutchan/bump_ver
...
Bump sky package version requirements
2015-07-31 10:09:04 -07:00
John McCutchan
e7be12c20c
Bump sky package version requirements
2015-07-31 10:07:28 -07:00
Adam Barth
77bc162f7d
Stacked does not repaint when its position changes
...
We were marking the parent *Widget's* render object as needing layout, but
we actually need to walk up the component tree until we find the parent
*RenderObjectWrapper* so we can mark actually mark the parent render object as
needing layout.
Fixes #408
2015-07-31 10:06:44 -07:00
Eric Seidel
ed1af37dae
Merge pull request #404 from eseidelGoogle/mac_args
...
Make it possible to pass a URL via command line to Mac SkyShell.app
2015-07-30 17:28:24 -07:00
Eric Seidel
b672f6bc5b
Make it possible to pass a URL via command line to Mac SkyShell.app
...
@chinmaygarde
2015-07-30 17:26:53 -07:00
Adam Barth
0f5799c62d
Merge pull request #401 from abarth/enable_checked_mode
...
Add --enable-checked-mode to sky_shell
2015-07-30 16:21:58 -07:00
mpcomplete
c1b5520a8a
Merge pull request #397 from mpcomplete/Transition
...
Simplify Navigator's Transition code a bit.
2015-07-30 19:15:21 -04:00
Matt Perry
fddffb6634
Simplify Navigator's Transition code a bit.
2015-07-30 19:14:43 -04:00
Viktor Lidholt
786abcc10b
Merge pull request #402 from vlidholt/master
...
Fixes anchor points for particles in particle systems
2015-07-30 16:10:50 -07:00
Viktor Lidholt
a27edc402c
Fixes anchor points for particles in particle systems
2015-07-30 16:04:57 -07:00
Adam Barth
2612c841ef
Add --enable-checked-mode to sky_shell
...
We need a way for developers to use release builds in checked mode.
Progress on #400
2015-07-30 16:01:05 -07:00
Chinmay Garde
d0714b03b5
Merge pull request #399 from chinmaygarde/master
...
Fix loading SkyX files on Mac
2015-07-30 15:34:12 -07:00
Chinmay Garde
3e7ab3a338
Fix loading SkyX files on Mac
2015-07-30 15:33:13 -07:00
Chinmay Garde
fb1720c0ea
Merge pull request #396 from chinmaygarde/master
...
Allow loading SkyX files on Mac desktop
2015-07-30 15:13:10 -07:00
Chinmay Garde
9b16addf3a
Allow loading SkyX files on Mac desktop
2015-07-30 15:07:35 -07:00
James Robinson
2048316073
Merge pull request #376 from jamesr/render_switch
...
Make Switch a standalone class with a custom RenderObject
2015-07-30 15:00:13 -07:00
John McCutchan
131e9f30ef
Merge pull request #395 from johnmccutchan/lower_sky_version_deps
...
Lower sky package requirements
2015-07-30 14:58:58 -07:00
John McCutchan
6f09576130
Lower sky package requirements
2015-07-30 14:57:52 -07:00
James Robinson
ab55a2ede6
Make Switch a standalone class with a custom RenderObject
...
This changes Switch from being a subclass of the Toggleable widget to
being a standalone Component with a custom RenderObject. This is to
enable adding Switch-specific radial reaction animations in a
subsequent patch. The CustomPaint logic that Toggleable was using does
not provide a nice way for a class and its subclass to both participate
in deciding to repaint.
2015-07-30 14:53:28 -07:00
Adam Barth
12c2638334
Merge pull request #394 from abarth/merge_scrollable
...
Combine all the scrollable classes into scrollable.dart
2015-07-30 14:51:25 -07:00
Adam Barth
ed7f08c3f3
Rebaseline test
...
The new output seems correct.
2015-07-30 14:47:12 -07:00
Adam Barth
15bdb584b4
Combine all the scrollable classes into scrollable.dart
...
We ended up with a bunch of different scrollable widgets and it was confusing.
This CL moves them all into one library to make them easier to find.
2015-07-30 14:44:14 -07:00
John McCutchan
72a6827f38
Merge pull request #391 from johnmccutchan/bump_versions
...
Bump versions
2015-07-30 14:29:48 -07:00
John McCutchan
7b697ac70f
Bump versions
2015-07-30 14:29:03 -07:00
Eric Seidel
4ae525026b
Merge pull request #390 from abarth/fix_analyzer
...
Fix Dart analyzer warnings
2015-07-30 14:28:57 -07:00
Adam Barth
38f94590cb
Fix Dart analyzer warnings
2015-07-30 14:26:53 -07:00
Eric Seidel
6dc6cc2354
Merge pull request #389 from eseidelGoogle/ios_fonts
...
Make fonts not awful on iOS
2015-07-30 14:23:41 -07:00
John McCutchan
1542cf505c
Merge pull request #388 from johnmccutchan/sky_services
...
Add DartPackage annotation for all sky_services
2015-07-30 14:22:22 -07:00
John McCutchan
251188fd1f
Merge branch 'sky_services' of github.com:johnmccutchan/sky_engine into sky_services
2015-07-30 14:19:49 -07:00
John McCutchan
596e6053bd
Bump sky_services to v0.0.3
2015-07-30 14:19:10 -07:00
John McCutchan
c935a663a9
Fix imports
2015-07-30 14:19:10 -07:00
John McCutchan
c5a793352e
Use built sky_services in workbench
2015-07-30 14:19:10 -07:00
John McCutchan
95aace8b70
Neuter sky:init
2015-07-30 14:19:09 -07:00
John McCutchan
44c883a340
Add DartPackage annotation
2015-07-30 14:19:09 -07:00
John McCutchan
f5bb1bf86b
Update mojo and mojo_services dependencies
2015-07-30 14:19:09 -07:00
John McCutchan
b2e19f1010
Bump sky_services to v0.0.3
2015-07-30 14:18:30 -07:00
Eric Seidel
135ce7319f
Make fonts not awful on iOS
...
This code was written from scratch for Sky by copying what
linux did, however that doesn't match with the expectations
of the surrounding code. Instead here I just copied what Blink
was doing around this time by looking at:
https://blink.lc/blink/tree/Source/platform/fonts/mac/FontPlatformDataMac.mm?id=f0ab9794a9d1240ce5a57e510fdb82dbc8337906
Blink has since diverged from this codepath, but this at least
makes our FontPlatformData match how the rest of the mac code
expects it to operate. This is all way more complicated than
we need.
@chinmaygarde
2015-07-30 14:17:22 -07:00
John McCutchan
3346808587
Fix imports
2015-07-30 13:58:27 -07:00
John McCutchan
0c2d0f52f0
Use built sky_services in workbench
2015-07-30 13:57:57 -07:00
John McCutchan
5397a2e5aa
Neuter sky:init
2015-07-30 13:57:20 -07:00
Eric Seidel
6ce4168e9c
Merge pull request #387 from eseidelGoogle/mac_build
...
Fix Mac/iOS builds
2015-07-30 13:52:17 -07:00
Eric Seidel
4404535a9f
Fix Mac/iOS builds
...
@abarth
2015-07-30 13:49:10 -07:00