Commit Graph

29153 Commits

Author SHA1 Message Date
Hixie
7925e060b9 Fix double tap constants, add a doubletap test
Document the Gesture Detector constants.

Remove kEdgeSlop since it's obsolete on Android.

Add a test that verifies that when the first tap is canceled, the second
tap can become the first tap of a subsequent two-tap sequence.
2015-11-03 16:53:08 -08:00
Collin Jackson
055b642663 Merge pull request #1938 from collinjackson/http
Bare bones Mojo reimplementation of Dart’s http package
2015-11-03 16:35:50 -08:00
Collin Jackson
3536899938 Bare bones Mojo reimplementation of Dart’s http package 2015-11-03 16:27:20 -08:00
Hans Muller
218bbdc112 Merge pull request #1907 from HansMuller/toolbar_bottom
Add support for "extended height" toolbars - ToolBar bottom

Added a Widget-valued bottom ToolBar property. If set the bottom widget appears below the normal toolbar.

Removed the kToolBarHeight hardwiring from Scaffold.

Updated the "swipe away" demo to use an extended height toolbar.
2015-11-03 16:10:07 -08:00
Devon Carew
856f04bee2 Merge pull request #169 from devoncarew/daemon
add a persistent daemon/server mode to sky_tools
2015-11-03 16:01:50 -08:00
Devon Carew
7d0a298b0b start a daemon command
wrap up first daemon implementation
2015-11-03 15:58:02 -08:00
Adam Barth
4521fd2461 Rev sky_engine and sky_services 2015-11-03 15:43:18 -08:00
Adam Barth
78ba7d9281 Merge pull request #1934 from abarth/stocks_list
Stocks list doesn't update when stocks are loaded
2015-11-03 14:28:23 -08:00
Adam Barth
78d35391ce Stocks list doesn't update when stocks are loaded
Previously, we passed widgets up the hierarchy to display them in the overlay,
but that breaks the change propagation logic because those widgets won't get
rebuilt.  Now we pass WidgetBuilders instead, which can be rebuilt when the
overlay rebuilds.

Fixes #1913
2015-11-03 14:27:54 -08:00
Hans Muller
56ccfc4e74 ToolBar withSizeOffsets() is now withPadding() 2015-11-03 14:27:34 -08:00
Hans Muller
24d2e69108 Scaffold toolBar is-a ToolBar 2015-11-03 14:16:45 -08:00
Hans Muller
fe3aee88c7 added ToolBar.withSizeOffsets() 2015-11-03 14:16:45 -08:00
Hans Muller
1b578e9eeb message string 2015-11-03 14:16:45 -08:00
Hans Muller
6f22661543 Extended height toolbar 2015-11-03 14:16:45 -08:00
Hixie
98c0282f21 Move multitap out of tap.dart
Tap and the othes classes in tap.dart are not really related.
2015-11-03 13:50:26 -08:00
Hixie
04ee7133b7 Minor cleanup in tap.dart 2015-11-03 13:44:53 -08:00
Jason Simmons
c5a966c5d6 Merge pull request #1908 from jason-simmons/canvas_rrect_marshal_2
Make RRect immutable and replace RRect.setRectXY with a fromRectXY co…
2015-11-03 13:33:20 -08:00
Matt Perry
071ebda56f Change flutter_tools to version 0.0.34. 2015-11-03 15:41:47 -05:00
Matt Perry
8ab21d7a9c Depend on the new flx 0.0.5 and remove use of deprecated KeyPair. 2015-11-03 15:28:55 -05:00
Hixie
0f0108d7b6 Convert the scale demo to a general gestures demo. 2015-11-03 12:26:02 -08:00
Matt Perry
b1f17c9c9d Merge pull request #1923 from mpcomplete/tests.2
Add tests for flx Bundle.
2015-11-03 15:11:15 -05:00
Matt Perry
713d654330 Add tests for flx Bundle.
Also cleaned up the flx code a bit. Replaced custom KeyPair class with
cipher's AsymmetricKeyPair.
2015-11-03 14:50:47 -05:00
Hans Muller
827af771b6 Merge pull request #1922 from HansMuller/justifycontent_collapse
Adds FlexJustifyContent.collapse
2015-11-03 11:29:08 -08:00
Hans Muller
d88cad16e6 fixed unit test dart analyzer-O 2015-11-03 11:10:41 -08:00
Hans Muller
a052842360 Adds FlexJustifyContent.collapse 2015-11-03 11:01:38 -08:00
Hans Muller
766eda6bf6 Restored BottomSheet dismiss tap 2015-11-03 09:34:28 -08:00
Ali Ghassemi
46f5d57a1e Exporting Uint8List 2015-11-03 09:29:13 -08:00
Ali Ghassemi
c069784a1d Merge branch 'master' of github.com:aghassemi/engine 2015-11-03 09:05:42 -08:00
Ali Ghassemi
f07c39a2e8 Adding RawImage component which takes in raw bytes
in the form of a Uint8List and decodes and renders
the bytes as an image.
2015-11-03 09:04:40 -08:00
Ali Ghassemi
38e3e9fd48 Adding RawImage component which takes in raw bytes
in the form of a Uint8List and decodes and renders
the bytes as an image.
2015-11-03 08:52:21 -08:00
Syoichi Tsuyuhara
5399ffe8c4 Fix a typo on the README.md 2015-11-03 16:24:08 +09:00
Adam Barth
21579a9d25 Add a missing README and a .gitignore file 2015-11-02 22:25:49 -08:00
Adam Barth
6d002482d9 Update Travis badges on the READMEs 2015-11-02 22:21:58 -08:00
Adam Barth
cc7cddae68 Merge pull request #29 from abarth/basic_structure
Start building the repository structure
2015-11-02 22:19:31 -08:00
Adam Barth
d5becff724 Merge branch 'newton' 2015-11-02 22:17:07 -08:00
Adam Barth
c7dfbc0451 Merge branch 'cassowary' 2015-11-02 22:10:41 -08:00
Adam Barth
6fea7f5871 Start building the repository structure 2015-11-02 22:00:11 -08:00
Ian Hickson
a0c8a4c61e Merge pull request #1911 from Hixie/so-long-show-press
Replace ShowPress with TapDown
2015-11-02 20:26:22 -08:00
Ian Hickson
6611bf625e Merge pull request #1910 from Hixie/gesture-cleanup
Merge DisposableArenaMember and GestureArenaMember
2015-11-02 20:26:15 -08:00
krisgiesing
33f13940c5 Merge pull request #1865 from krisgiesing/velocity-dart
Move velocity tracker to dart
2015-11-02 19:34:20 -08:00
Kris Giesing
5e9b2fbacf Style pass on velocity tracker and event recorder 2015-11-02 19:29:25 -08:00
Hixie
8a4a36d0fa Replace ShowPress with TapDown 2015-11-02 19:10:33 -08:00
Hixie
bfe3bacac2 Merge DisposableArenaMember and GestureArenaMember
Turns out there were no uses of GestureArenaMember other than those that
use DisposableArenaMember.
2015-11-02 18:06:29 -08:00
Jason Simmons
bf74bac537 Make RRect immutable and replace RRect.setRectXY with a fromRectXY constructor 2015-11-02 16:38:37 -08:00
Hans Muller
5ea50bf485 Adds CustomMultiChildLayout
CustomMultiChildLayout delegates to a MultiChildLayoutDelegate. Widget children are specified by their index in the list of children.
2015-11-02 14:06:00 -08:00
Adam Barth
f8d5ccbf04 One more rev of sky tools 2015-11-02 13:29:28 -08:00
Adam Barth
e971f32648 Rev pubspecs 2015-11-02 13:19:55 -08:00
Adam Barth
5079b1db01 Merge pull request #1899 from abarth/flutter_yaml
Rename sky.yaml to flutter.yaml
2015-11-02 13:13:48 -08:00
Hixie
466a91ab41 fix the 'dart:profiler' bug
...by requiring a new version of analyzer.

Also, when the subprocess is terminated unexpectedly, report the actual
problem in more detail.
2015-11-02 13:11:19 -08:00
Devon Carew
5978f1355d Merge pull request #162 from devoncarew/abstract_os
abstract some OS operations
2015-11-02 13:10:43 -08:00