5280 Commits

Author SHA1 Message Date
Kris Giesing
b681670ed9 Handle mouseover events in pointer event conversion
Fixes #1806
2015-10-26 15:29:43 -07:00
Adam Barth
1fa881bed1 Merge pull request #1798 from abarth/inherit_text_style
Be explicit about whether text styles inherit
2015-10-26 13:42:01 -07:00
Viktor Lidholt
de8f599a42 Merge pull request #1797 from vlidholt/master
Adds motors to revolute joints and prismatic joints
2015-10-26 13:28:32 -07:00
Adam Barth
ba96347f76 Be explicit about whether text styles inherit
Now TextStyle has a boolean "inherit" value, which controls whether null values
should use should inherit from the current default text style or whether they
should use their initial values.
2015-10-26 13:25:20 -07:00
Viktor Lidholt
0815a86143 Adds motors to revolute joints and prismatic joints 2015-10-26 13:24:08 -07:00
Viktor Lidholt
9b2da74531 Removing debug printout 2015-10-26 13:23:33 -07:00
Jason Simmons
6f1d8f3232 Merge pull request #1796 from jason-simmons/input_test_unused_var
Remove an unused variable from input_test
2015-10-26 12:59:41 -07:00
Ian Hickson
083272078c Merge pull request #1795 from Hixie/ensure_visible
Port ensure_visible.dart to fn3.
2015-10-26 12:47:17 -07:00
Jason Simmons
eca97d6d29 Remove an unused variable from input_test 2015-10-26 12:46:28 -07:00
Hixie
02f45a5d06 Port ensure_visible.dart to fn3.
This concludes the fn3 port!
2015-10-26 12:44:54 -07:00
Jason Simmons
05f2a0c406 Merge pull request #1791 from jason-simmons/stocks_example_fetch
In the stock list, filter out any symbols that have not yet been fetched
2015-10-26 12:37:03 -07:00
Ian Hickson
3d99525620 Merge pull request #1776 from Hixie/stocks-back
Fix Stocks search mode back button.
2015-10-26 12:02:33 -07:00
Ian Hickson
e75b9b0815 Merge pull request #1777 from Hixie/debug-touches
debugPaintPointersEnabled mode
2015-10-26 12:02:27 -07:00
Ian Hickson
1af5aa52c5 Merge pull request #1782 from Hixie/gesture-fixes
trivial cleanup in gesture code
2015-10-26 12:02:24 -07:00
Ian Hickson
6efc36632a Merge pull request #1783 from Hixie/better-feedback-for-null-child
better feedback for null child to a Block or Column
2015-10-26 12:02:18 -07:00
Ian Hickson
48f4170da5 Merge pull request #1789 from Hixie/ValueChange
Radio<T> and ValueChanged<T>
2015-10-26 12:02:09 -07:00
Chinmay Garde
37f70d0e99 Merge pull request #1793 from chinmaygarde/master
Nuke unused document watcher on iOS
2015-10-26 11:56:39 -07:00
Matt Perry
a2eb688d2c Merge pull request #1792 from mpcomplete/license
Add LICENSE file to flx package.
2015-10-26 14:55:55 -04:00
Chinmay Garde
40314239aa Nuke unused document watcher on iOS 2015-10-26 11:54:24 -07:00
Matt Perry
0f9ecd3edd Add LICENSE file to flx package. 2015-10-26 14:52:52 -04:00
Matt Perry
a52bb04c1f Merge pull request #1723 from mpcomplete/flx.2
Change updater to use shared flx package
2015-10-26 14:45:29 -04:00
Matt Perry
cf097758bf Change updater to use shared flx package.
This changes flutter's updater package to depend on and use the new flx
package. I also did a little cleanup of the Bundle interface.
2015-10-26 14:20:32 -04:00
Chinmay Garde
1c19bdbd36 Merge pull request #1790 from chinmaygarde/master
Update Dart revision
2015-10-26 11:19:05 -07:00
Jason Simmons
c83bb78a94 In the stock list, filter out any symbols that have not yet been fetched
If you load the example and immediately switch to the Portfolio tab, you may
see exceptions due to symbols that are in the portfolio list but whose
data is not yet present in the stocks map
2015-10-26 11:12:08 -07:00
Chinmay Garde
ae7f980d31 Update Dart revision 2015-10-26 11:12:03 -07:00
Hixie
f3f1fd8d7c Radio<T> and ValueChanged<T>
Make Radio widgets take a type that describes the type of their value,
so that you can catch when you use the wrong value.

Standardise on ValueChanged<Foo> instead of having a FooValueChanged
for every value of Foo.
2015-10-26 11:03:24 -07:00
Adam Barth
abe6ee9b90 Rev pub packages 2015-10-26 10:42:14 -07:00
Adam Barth
27e5b1b0ba Merge pull request #1786 from abarth/roll_skia
Roll Skia
2015-10-26 10:36:48 -07:00
Adam Barth
3327356aee Roll Skia 2015-10-26 10:36:00 -07:00
Jason Simmons
d3ad502cb8 Merge pull request #1762 from jason-simmons/selection_delete_surround
Keep the selection within bounds in deleteSurroundingText
2015-10-26 09:58:06 -07:00
Adam Barth
ae83ec4188 Fix the build 2015-10-26 09:28:21 -07:00
Ian Hickson
fc03dcb00c better feedback for null child to a Block or Column
Fixes #1687.
2015-10-25 20:27:10 -07:00
Ian Hickson
6b301ba44c trivial cleanup in gesture code 2015-10-25 20:09:20 -07:00
Ian Hickson
f2e7475e1a Fix Stocks search mode back button.
Back button wasn't reliably working in checked mode.
2015-10-25 18:31:03 -07:00
Ian Hickson
e617b2c8f3 debugPaintPointersEnabled mode
Implements a mode that highlights RenderBoxes while events are being
routed through them.

Also, moves the size painting to after paint, so that opaque boxes
don't obscure the debugging lines.
2015-10-25 18:30:52 -07:00
Adam Barth
849c3a5c08 Merge pull request #1775 from abarth/dart_library_natives
Rework how we lookup native functions from Dart
2015-10-25 13:14:26 -07:00
Adam Barth
0c03d1c560 Rework how we lookup native functions from Dart
This patch changes how we lookup native functions from Dart to be more
extensible. This patch paves the way for removing the dart:ui_internals
library.
2015-10-25 00:41:45 -07:00
Adam Barth
b7a66619a4 Merge pull request #1773 from abarth/rm_dead_code
Remove a bunch of dead code
2015-10-24 19:08:38 -07:00
Ian Hickson
5306923ab8 Merge pull request #1769 from Hixie/moanalyze
Strong modeify the examples
2015-10-24 17:36:50 -07:00
Adam Barth
01c14ff74b Remove a bunch of dead code
I left this code along in my uber patch to remove the DOM and CSS, but it's
just as dead. Also, move lone files out of dead directories into more sensible
places.
2015-10-24 16:09:21 -07:00
Adam Barth
70103c1eaa Merge pull request #1772 from abarth/remove_dom
Remove the DOM and CSS
2015-10-24 00:40:20 -07:00
Adam Barth
a5768f2718 Remove the DOM and CSS
We don't use the DOM or CSS anymore. Instead, we work directly with the render
tree.
2015-10-24 00:26:24 -07:00
Hixie
a8bd598fc4 Strong modeify the examples
This makes skyanalyzer also check the examples, and fixes everything it
found there.
2015-10-23 18:13:25 -07:00
Viktor Lidholt
2d566b0cc5 Merge pull request #1768 from vlidholt/master
Fixes issue in sprite node
2015-10-23 16:45:16 -07:00
Viktor Lidholt
5df57057ed Fixes issue in sprite node 2015-10-23 16:42:27 -07:00
Todd Volkert
a3605a77af Merge pull request #1767 from tvolkert/CONTRIB
Minor documentation update
2015-10-23 15:52:47 -07:00
Todd Volkert
5400475e78 Update 'Getting the code and configuring your environment' to have
the user run download_android_tools.py before adding platform-tools
to their path so they don't fret over the platform-tools folder
not existing yet.
2015-10-23 15:08:53 -07:00
Chinmay Garde
947e469296 Merge pull request #1766 from chinmaygarde/master
Ensure the workbench uses the a version of sky_tools greater or equal to 0.0.26
2015-10-23 15:04:28 -07:00
Chinmay Garde
05987c725b Ensure the workbench uses the a version of sky_tools greater or equal to 0.0.26 2015-10-23 15:01:01 -07:00
Jason Simmons
9e8386a9f8 Keep the selection within bounds in deleteSurroundingText
If the text is empty, the IME may call deleteSurroundingText(1, 0) if the user
hits the delete key.  The selection should remain at position 0 if this
happens.
2015-10-23 14:55:14 -07:00