Chinmay Garde
afa0a614bd
Remove prototype.patch
2016-03-12 19:22:01 -08:00
P.Y. Laligand
3522239acb
Merge pull request #2499 from pylaligand/mojo
...
Store the Mojo revision in mojo/VERSION.
2016-03-11 20:19:29 -08:00
P.Y. Laligand
f3ad6eb1b0
Store the Mojo revision in mojo/VERSION.
2016-03-11 17:17:05 -08:00
Adam Barth
e1713c3f1d
Fix device pixel ratios in Mozart for reals
...
We need to adjust the transform matrix to undo the device scale.
2016-03-11 17:01:06 -08:00
Jason Simmons
c5e72aee36
Merge pull request #2492 from jason-simmons/gradle_flutter_jar
...
Build a Flutter.jar output for use by Android projects built without …
2016-03-11 14:11:07 -08:00
Adam Barth
63976f2ef4
Flutter embedded in Flutter via Mozart is double scaled
...
We weren't correctly dividing by the device pixel ratio when asking Mozart to
present our child scene.
2016-03-11 13:36:59 -08:00
Jeff Brown
4ab948ecee
Specify a clip rect for ChildSceneLayers.
...
When linking in a scene, it's a good idea to specify its clip rectangle
to ensure that its content does not draw or capture input from its
surrounding space.
A future version of the Mozart view manager may automatically wrap a
view's scene with a clip rectangle to avoid composition gotchas like this
but it currently doesn't. So the net effect is that if you embed a view
without specifying a clip, it can draw or capture input from anywhere
within its container.
2016-03-10 18:33:08 -08:00
Jason Simmons
8f3d202fb6
Build a Flutter.jar output for use by Android projects built without the Flutter tools
...
Flutter.jar contains the Flutter engine Java code, native code and resources.
It can be incorporated into projects built with external build systems such as Gradle.
2016-03-10 14:41:33 -08:00
Adam Barth
f0765e867c
Update mojo_sdk
2016-03-10 12:58:18 -08:00
Adam Barth
9fd4af08ef
Update to mojo b76db373e90403dbf8f63d86efb80f07ae9b128c
2016-03-10 12:58:04 -08:00
Chinmay Garde
84ea34d4dd
Allow PlatformMacMain to be called multiple times
...
It is called each time the embedder initializes a Flutter view controller. The Mac shell (which does not have a view controller), calls it before NSApplicationMain.
Common items like the base::AtExitManager and the platform message loop are stored in `EmbedderState`
2016-03-09 17:49:17 -08:00
Jason Simmons
57406a0be8
Handle both absolute and relative paths when generating sky_snapshot dependencies
2016-03-09 15:19:17 -08:00
Alhaad Gokhale
277dc6c36c
Merge pull request #2478 from alhaad/depfile_support
...
Depfile support for sky_snaphot.
2016-03-08 22:08:51 -08:00
Alhaad Gokhale
ee5c415beb
sky_snapshot should use --snaphsot as the defualt value for
...
--build-output.
Also, dependency collection should be done by Loader.
2016-03-08 21:56:44 -08:00
Alhaad Gokhale
1625e84ae9
Depfile support for sky_snaphot.
...
Ref #1942
2016-03-08 16:43:49 -08:00
Chinmay Garde
6e62e249ca
Prepare a framework providing an embeddable Flutter view controller
2016-03-08 16:42:07 -08:00
Devon Carew
6234a8c19b
update the embedder file
2016-03-07 14:09:36 -08:00
Collin Jackson
4c465a4baf
Enable conditional directives
2016-03-06 17:29:42 -08:00
Ian Hickson
3e01645c36
Update CONTRIBUTING.md
...
Mention the waterfall and conventions around it.
2016-03-03 22:56:03 -08:00
Adam Barth
e826a6f503
Remove packages/material_design_icons
...
We no longer use a pub package to distribute these icons.
2016-03-03 10:59:10 -08:00
Jason Simmons
fb48f3f3e7
Merge pull request #2448 from jason-simmons/gitignore_gcm
...
Add GCM to gitignore
2016-03-02 15:08:01 -08:00
Jason Simmons
e42875d5e2
Add GCM to gitignore
2016-03-02 14:30:03 -08:00
Adam Barth
1780891545
Update mojo_sdk to 683e2a3c441b187abf0d6ba103495f59701fd6fa
2016-03-02 12:16:58 -08:00
Adam Barth
e959eb9c8f
Update to mojo 2b11118a29f15658972d6c7ac0217d9c53b73c6b
2016-03-02 12:14:34 -08:00
John McCutchan
09e56bb76d
Reland _embedder.yaml support to Flutter engine
2016-03-02 11:01:13 -08:00
Matt Perry
c47be46163
Remove unused UpdateService.
2016-02-29 15:11:33 -05:00
Matt Perry
af1214c6a3
Add flutter_gcm back to build deps if --enable-gcm is present.
2016-02-29 14:15:29 -05:00
Collin Jackson
7e6631a78a
Support for jars with large numbers of classes
2016-02-26 17:45:22 -08:00
Adam Barth
26a41acccc
Update Skia
2016-02-25 10:47:09 -08:00
Hixie
b76eb19567
Move style guide to website.
...
Depends on https://github.com/flutter/website/pull/177
2016-02-23 09:03:52 -08:00
Adam Barth
4f2cb45262
Stop running asset_bundle from Mojo
...
Our implementation of asset_bundle is now quite different from the
canonical service.
2016-02-20 13:02:35 -08:00
Chinmay Garde
9494bc6276
Update the Dart VM and wire in the extra kDataSnapshot symbol for the precompiler
2016-02-19 16:48:28 -08:00
James Robinson
b8b6232df9
Merge pull request #2411 from jamesr/clang_android
...
Enable building for Android using clang for target builds
2016-02-19 15:14:18 -08:00
Jason Simmons
a0fa455aa6
Tool for running GDB on the Flutter engine
2016-02-19 14:49:44 -08:00
James Robinson
7aad03d639
Enable building for Android using clang for target builds
2016-02-19 14:07:57 -08:00
Adam Barth
79873b4e55
Rev pub packages
2016-02-18 16:54:38 -08:00
Chinmay Garde
3cd81dbdf2
Make the buildbot generate an archive for the dynamic services SDK
2016-02-18 14:53:47 -08:00
Adam Barth
6b1ae9c5a9
Remove reference to non-existent directory
...
This was breaking the build with gcm enabled.
2016-02-12 22:54:02 -08:00
Adam Barth
5790a3ffd5
Rev pub packages
2016-02-12 22:49:35 -08:00
Adam Barth
f91c317bf4
Merge pull request #2397 from abarth/rm_ui_internals
...
Remove dart:ui_internals
2016-02-12 22:48:21 -08:00
Adam Barth
dcff9e9ad7
Remove dart:ui_internals
...
This patch merges these functions into dart:ui, which is simpler.
Fixes #83
2016-02-12 22:44:20 -08:00
Matt Perry
9872d6992d
Remove gcm package from the repository.
...
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
2016-02-12 17:46:32 -05:00
Adam Barth
18bcf441b7
Trigger a landmine to reset Android SDK extras
2016-02-12 09:13:22 -08:00
Adam Barth
1943446457
Rev pub packages
2016-02-11 14:32:09 -08:00
Todd Volkert
9f2a434c3a
Rev engine
2016-02-10 15:34:02 -08:00
John McCutchan
81996e2164
Fix the copying of service isolate sources into sdk_ext
2016-02-10 15:17:36 -08:00
Todd Volkert
630f020516
Rev engine
2016-02-10 12:16:38 -08:00
James Robinson
26ca6c6327
Enable threadsafe static initialization (aka 'magic statics')
2016-02-09 18:10:19 -08:00
Adam Barth
c35686d57c
Rev pub packages
2016-02-08 14:46:40 -08:00
Adam Barth
cef642e308
Make Mozart draw child views
...
Previously we weren't factoring in the layer's offset properly and we were
drawing the child views below the background layer.
2016-02-08 14:36:38 -08:00