Viktor Lidholt
3254d8dd15
Merge pull request #1591 from vlidholt/master
...
Adds support for dampening on weld physics joints in sprites
2015-10-13 10:02:59 -07:00
Jason Simmons
5bdbdb5a80
Merge pull request #1583 from jason-simmons/mojo_merge_client_part2
...
Update to mojo aff2415d1e1f4c4a16b3bb608d4dc17c4e924667
2015-10-13 09:58:59 -07:00
Jason Simmons
cae092674e
Merge pull request #1589 from jason-simmons/debug_apks
...
Rename skyx to flx in the build process
2015-10-13 09:48:58 -07:00
Viktor Lidholt
a02e53d1f9
Adds support for dampening on weld physics joints in sprites
2015-10-13 09:39:53 -07:00
Jason Simmons
22ac39e532
Rename skyx to flx in the build process
...
APKs generated by the build currently aren't displayout output because
SkyApplication expects a resource named "app.flx" but the build is
producing "app.skyx". This will bring the two into sync.
2015-10-13 09:36:13 -07:00
Viktor Lidholt
adee64f9d7
Merge pull request #1588 from vlidholt/master
...
Adds check for breaking forces in sprite physics joints
2015-10-13 07:32:14 -07:00
Collin Jackson
8dc17f503f
Merge pull request #1586 from collinjackson/dispatchOnScroll
...
Allow derived classes of Scrollable to listen for scroll events
2015-10-12 17:13:01 -07:00
Ian Hickson
4c61b5ed65
Merge pull request #1590 from Hixie/biggest
...
Remove an infinity in layout code.
2015-10-12 17:10:49 -07:00
Hixie
9fdfd913b7
Remove an infinity in layout code.
2015-10-12 17:07:27 -07:00
Viktor Lidholt
1dc073d8f1
Adds breakingForce argument to joints constructors in sprite physics
2015-10-12 16:59:58 -07:00
Viktor Lidholt
2d105be93e
Break sprite physics joints
2015-10-12 16:54:58 -07:00
Viktor Lidholt
b19e0f33c0
Save list of sprite physics joints
2015-10-12 16:53:41 -07:00
Ian Hickson
0252c38d2e
Merge pull request #1585 from Hixie/strong-lint
...
Lots of trivial warning fixes
2015-10-12 16:35:28 -07:00
Adam Barth
019f6d4821
Merge pull request #1587 from abarth/rm_builtin_natives
...
Remove dart:ui_builtin_natives
2015-10-12 16:35:20 -07:00
Adam Barth
5fc5d3e0f0
Remove dart:ui_builtin_natives
...
Now this code is just in dart:ui.
2015-10-12 16:33:15 -07:00
Hixie
9f174def11
Lots of trivial warning fixes
...
Add type annotations in many places.
Fix some identifiers to have more lint-satisfying names.
Make all operator==s consistent in style.
Reorder some functions for consistency.
Make ParentData no longer dynamic, and fix all the code around that.
2015-10-12 16:31:20 -07:00
Collin Jackson
cfa688c909
Allow derived classes of Scrollable to listen for scroll events
2015-10-12 16:10:46 -07:00
Viktor Lidholt
1638eb16c1
Adds check for breaking forces in sprite physics joints
2015-10-12 15:56:11 -07:00
Viktor Lidholt
6ba3f37747
Merge pull request #1584 from vlidholt/master
...
Adds pulley joint to sprite physics and makes joint variables final
2015-10-12 15:55:08 -07:00
Jason Simmons
69b47bfab9
Update to mojo 298d9942de7819c4a837b049bc98d2cbcd61554f
2015-10-12 15:34:11 -07:00
Viktor Lidholt
f659d95d3a
Adds pulley joint to sprite physics and makes joint variables final
2015-10-12 15:28:02 -07:00
Chinmay Garde
157c9b23fa
Merge pull request #1578 from chinmaygarde/objcxx
...
Fix Build Break (iOS): Add -std=c++11 to cflags_objcc
2015-10-12 14:24:54 -07:00
Adam Barth
0839e21828
Merge pull request #1582 from abarth/rm_demo_launcher
...
Remove demo_launcher
2015-10-12 14:23:15 -07:00
Chinmay Garde
de0de50eae
Fix Build Break (iOS): Add -std=c++11 to cflags_objcc
2015-10-12 14:22:56 -07:00
Adam Barth
30a28ddd7f
Remove demo_launcher
...
This example is outdated.
2015-10-12 14:20:28 -07:00
Viktor Lidholt
9aafb26ae6
Merge pull request #1580 from vlidholt/master
...
Working joints in sprite physics
2015-10-12 14:10:19 -07:00
Adam Barth
02f3c78e71
Merge pull request #1581 from abarth/silence
...
Add .old extension to silence analyzer
2015-10-12 13:46:50 -07:00
Adam Barth
404f7d3433
Add .old extension to silence analyzer
...
These examples haven't been ported to fn3 yet. Before this patch, they caused a
lot of noise in the analyzer output.
2015-10-12 13:45:33 -07:00
Viktor Lidholt
74c59a749f
Updates sprite physics test
2015-10-12 13:39:47 -07:00
Viktor Lidholt
2db6058714
Working joints in sprite physics
2015-10-12 13:39:20 -07:00
Chinmay Garde
829abeba51
Merge pull request #1579 from chinmaygarde/mojom
...
Fix keyboard service and input event implementation on iOS that broke after mojom updates
2015-10-12 12:29:43 -07:00
Chinmay Garde
4aeceff410
Be consistent while using KeyboardType in the keyboard namespace
2015-10-12 12:28:57 -07:00
Chinmay Garde
3f4fee2d67
Fix keyboard service and input event implementation on iOS that broke after mojom updates
2015-10-12 12:15:18 -07:00
Adam Barth
2cd2958555
Merge pull request #1573 from abarth/window
...
Start sketching out new dart:ui API
2015-10-12 11:13:00 -07:00
Adam Barth
8d20440658
Start sketching out new dart:ui API
...
This patch starts down the process of cleaning up the dart:ui API. In this
approach, we use Dart code to specify the interface instead of IDL. The code in
this patch is far from complete. It's just a sketch to see how this sort of
approach might work.
2015-10-12 11:12:05 -07:00
Adam Barth
fe3229b730
Merge pull request #1574 from abarth/material_canvas
...
Change the default MaterialType to canvas
2015-10-12 11:09:48 -07:00
Adam Barth
aecabab4ee
Merge pull request #1575 from abarth/fix_stocks_search
...
Update arrow in stocks search to use ColorFilter
2015-10-12 11:01:46 -07:00
Jason Simmons
10c8e321d8
Merge pull request #1569 from jason-simmons/mojo_merge_client
...
Update to mojo 4fe7bc6c228b3a2939cd3635ebd701f88eeca55d
2015-10-12 10:10:45 -07:00
Adam Barth
8758e26928
Update arrow in stocks search to use ColorFilter
...
We changed IconButton to require a ColorFilter to filter the color of the icon.
2015-10-12 10:09:57 -07:00
Adam Barth
be7074806c
Change the default MaterialType to canvas
...
Canvas is by far the most popular type of material by call site (and makes for
a faster default because it doesn't have a RRect clip).
2015-10-12 09:36:47 -07:00
Adam Barth
9f736f197b
Reattach fitness to the build
...
We can build Fitness again now that playfair has been updated to account for
the package:flutter rename.
2015-10-12 00:24:24 -07:00
Adam Barth
e4f201b299
Rev pub package
2015-10-11 12:14:46 -07:00
Adam Barth
55c6cb7efe
Merge pull request #1572 from abarth/bin_flutter
...
Add a bin/flutter.dart to the flutter package
2015-10-11 12:03:21 -07:00
Adam Barth
bea77286a8
Rev pub package
2015-10-10 00:52:32 -07:00
Adam Barth
b0f6dc75d9
Add a bin/flutter.dart to the flutter package
...
This command will eventually become the main entrypoint for the Flutter tools.
Also, fixup a reference to the "sky" package in sky_tool.
2015-10-10 00:43:59 -07:00
Adam Barth
f6e63440b4
Rev pub packages
2015-10-09 23:09:22 -07:00
Adam Barth
55772e1efb
Add missing file
2015-10-09 23:08:17 -07:00
Adam Barth
e2a83ecbf9
Update package:flutter pubspec
2015-10-09 21:00:58 -07:00
Adam Barth
b315cf127e
Merge pull request #1571 from abarth/as_ui
...
Import dart:ui as ui (instead of as sky)
2015-10-09 20:56:57 -07:00
Adam Barth
4d0b7911a0
Import dart:ui as ui (instead of as sky)
2015-10-09 20:55:54 -07:00