Chinmay Garde
82ce491db3
Update Dart revision
2015-09-25 14:28:39 -07:00
Adam Barth
2272c89e21
Merge pull request #1345 from abarth/fn3_more_tests
...
Port some more tests to fn3
2015-09-25 10:56:53 -07:00
Adam Barth
a895c1d693
Port some more tests to fn3
2015-09-25 10:51:56 -07:00
Adam Barth
6066a11a11
Merge pull request #1341 from abarth/fn3_editing
...
Port Input and EditableText to fn3
2015-09-25 10:51:31 -07:00
Ian Hickson
dffc3e6ce9
Merge pull request #1344 from Hixie/mixedViewportScrollables
...
Port ScrollableMixedWidgetListState to fn3.
2015-09-25 10:27:56 -07:00
Hixie
8c8837d63e
Port ScrollableMixedWidgetListState to fn3.
2015-09-25 10:27:43 -07:00
Chinmay Garde
dfac8962de
Merge pull request #1343 from chinmaygarde/master
...
Prefer a specific provisioning profile when none is explicitly provided
2015-09-25 10:23:51 -07:00
Chinmay Garde
3637a569d8
Prefer a specific provisioning profile when none is explicitly provided
2015-09-25 10:20:58 -07:00
Adam Barth
96166513bd
Merge pull request #1339 from abarth/fn3_tests
...
Convert some tests to fn3
2015-09-25 10:09:10 -07:00
Adam Barth
51cd4d0f1f
Port Input and EditableText to fn3
2015-09-25 10:08:29 -07:00
Adam Barth
065d445b96
Copy Input and EditableText into fn3
2015-09-25 10:06:59 -07:00
Chinmay Garde
fab6d7fae8
Merge pull request #1340 from chinmaygarde/master
...
Remove deleted header declaration for SaveFrameToSkPicture
2015-09-25 10:03:38 -07:00
Chinmay Garde
6f0b8edb8a
Remove deleted header declaration for SaveFrameToSkPicture
2015-09-25 10:02:15 -07:00
Adam Barth
f7e8792a1a
Convert some tests to fn3
2015-09-25 09:29:04 -07:00
Adam Barth
367ba2b6fd
Merge pull request #1338 from abarth/fn3_flex
...
Fix typos in fn3
2015-09-25 08:43:08 -07:00
Adam Barth
c54f91ea3b
Fix typos in fn3
2015-09-25 08:42:39 -07:00
James Robinson
8e14e22ce1
Merge pull request #1334 from jamesr/fflush_stdout_on_log
...
Flush stdout after printing messages from Dart
2015-09-24 17:15:32 -07:00
Adam Barth
26be6a647a
Merge pull request #1336 from abarth/fn3_more_examples
...
Port even more examples to fn3
2015-09-24 16:11:56 -07:00
Adam Barth
6890b652c5
Port even more examples to fn3
2015-09-24 16:09:37 -07:00
Ian Hickson
f5969bffbe
Merge pull request #1335 from Hixie/globalkey
...
fn3: GlobalKey registration progress
2015-09-24 16:07:57 -07:00
Hixie
722a097d39
fn3: GlobalKey registration progress
...
Remove the "update" notification logic.
Hook the register/unregister functions. We're still not notifying.
2015-09-24 16:06:00 -07:00
Ian Hickson
06710455e3
Merge pull request #1332 from Hixie/initState
...
Rename ComponentState and use initState().
2015-09-24 16:01:06 -07:00
Hixie
086a53d38f
Rename ComponentState and use initState().
...
ComponentState becomes State, for brevity.
Instead of overriding its constructor, override initState().
This makes writing States much simpler.
2015-09-24 16:00:51 -07:00
James Robinson
9423be0de5
Flush stdout after printing messages from Dart
...
This modifies the Logger_PrintString used to implement Dart's print() to
explicitly fflush stdout after writing. In some contexts stdout may not be line
buffered, such as when launching a process that runs sky using dart:io's
Process.start.
2015-09-24 15:59:37 -07:00
Adam Barth
66322b2c77
Merge pull request #1331 from abarth/more_examples
...
Port some more examples to fn3
2015-09-24 15:57:30 -07:00
Adam Barth
3f622d8b09
Port some more examples to fn3
2015-09-24 15:43:40 -07:00
Jeff Brown
4b9b4683cc
Merge pull request #1328 from j9brown/recognizer
...
Remove unused dependency on ui::GestureRecognizer.
2015-09-24 15:07:12 -07:00
Adam Barth
3b30a58067
Merge pull request #1330 from abarth/date_picker_example
...
Port Date Picker example to fn3
2015-09-24 14:52:30 -07:00
Ian Hickson
1b27ccd11f
Merge pull request #1329 from Hixie/fn3
...
fn3: MixedViewport
2015-09-24 14:52:21 -07:00
Hixie
a498903957
fn3: MixedViewport
...
Also:
- Expose the slot of each Element.
- Minor improvements to HomogeneousViewport.
- Replace TestComponent with FlipComponent in tests.
2015-09-24 14:52:13 -07:00
Adam Barth
0eccf690ad
Port Date Picker example to fn3
2015-09-24 14:46:29 -07:00
Jeff Brown
e7483b60a4
Remove unused dependency on ui::GestureRecognizer.
2015-09-24 14:00:04 -07:00
Adam Barth
aee7a95af0
Merge pull request #1327 from abarth/fn3_big_switch
...
Port big_switch.dart to fn3
2015-09-24 13:47:21 -07:00
Adam Barth
fb2c9e3c95
Port big_switch.dart to fn3
2015-09-24 13:29:40 -07:00
Adam Barth
e04ef5f571
Merge pull request #1324 from abarth/fn3_scaffold
...
Port scaffold to fn3
2015-09-24 13:14:28 -07:00
Adam Barth
1c6921cc75
Port PopupMenu to fn3
...
This changes how PopupMenu works slightly because there's no long an onPressed
callback on PopupMenuItem. Instead, callers should use showPopupMenu.
2015-09-24 12:57:50 -07:00
Adam Barth
2fa56ffe94
Port scaffold to fn3
2015-09-24 12:57:44 -07:00
Adam Barth
16fbd1e482
Merge pull request #1322 from abarth/date_picker
...
Port widgets that depend on scrolling to fn3
2015-09-24 11:19:45 -07:00
Adam Barth
0cd2e59d96
Port widgets that depend on scrolling to fn3
2015-09-24 11:13:57 -07:00
Adam Barth
ee83cfeca5
Rev pub package
2015-09-24 10:48:07 -07:00
Adam Barth
ba74e2af99
Rev pub packages
2015-09-24 10:44:09 -07:00
Adam Barth
9663b46ca2
Merge pull request #1321 from jamesr/update_for_sky_services_roll
...
Updates for change in Mojom dart enum generation
2015-09-24 10:42:36 -07:00
James Robinson
8a15072435
Updates for change in Mojom dart enum generation
2015-09-24 10:35:20 -07:00
Adam Barth
a00bdcc94d
Merge pull request #1319 from abarth/fn3_scrollable
...
Port most of scrollable.dart to fn3
2015-09-24 10:32:31 -07:00
Adam Barth
2714219a2e
Port most of scrollable.dart to fn3
2015-09-24 10:26:27 -07:00
Adam Barth
e91bf4c2b6
Merge pull request #1318 from abarth/fn3_transitions
...
Port transitions.dart to fn3
2015-09-24 09:38:30 -07:00
Adam Barth
b840e2732a
Port Focus and Navigator-based widgets to fn3
2015-09-24 09:36:08 -07:00
Chinmay Garde
8e72f267cd
Merge pull request #1316 from chinmaygarde/master
...
Map UITouch pointers to indentifiers similar to Android
2015-09-23 22:34:07 -07:00
Adam Barth
f960263d44
Port transitions.dart to fn3
2015-09-23 21:51:13 -07:00
Adam Barth
3c1b614cfb
Merge pull request #1313 from abarth/fn3_drawer
...
Port some drawer and button widgets to fn3
2015-09-23 20:27:21 -07:00