5501 Commits

Author SHA1 Message Date
Hans Muller
2bc6c7d641 Merge pull request #1942 from HansMuller/dropdown_menu
Widen the dropdown menu item InkWells

Previously the horizontal padding on each menu item didn't response to taps.

Fixes #1916
2015-11-04 09:16:44 -08:00
Adam Barth
49298fa3c1 Rev flx version 2015-11-04 09:13:21 -08:00
Adam Barth
7615cdd5fb Merge pull request #1937 from abarth/split_big_red_button
Split big_red_button into two scripts:
2015-11-04 09:03:43 -08:00
Hans Muller
5039245587 Widen the dropdown menu item InkWells 2015-11-04 08:54:40 -08:00
Adam Barth
381cd4667f Merge pull request #1912 from aghassemi/master
Adding RawImage component
2015-11-04 08:45:30 -08:00
Ali Ghassemi
a0c541af3f Updating styles 2015-11-04 08:17:59 -08:00
Adam Barth
40e0586802 Merge pull request #1941 from abarth/stale_parent_data
Always reset parentData when dropping children
2015-11-04 08:06:48 -08:00
Adam Barth
3ef74ca7ac Always reset parentData when dropping children
Previously, we'd leave the old values in the parent data if the types matches,
but not all render objects would reset these values during layout. For example,
RenderProxyBox doesn't set the position field because it doesn't read the
position field. However, leaving the old data there violates the invariants of
the box protocol and can cause trouble (e.g., localToGlobal giving the wrong
result).

Fixes #1939
2015-11-04 08:02:05 -08:00
Adam Barth
08cd77ebf4 Drop dbus pkg_config, we don't need it 2015-11-03 23:01:27 -08:00
Ian Hickson
6cb1b0007f Merge pull request #1935 from Hixie/double-tap
Triple doubletap touch slop, add a doubletap test
2015-11-03 17:55:30 -08:00
Hixie
f5bf203c14 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
891cc57210 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
c9e621cd6c Bare bones Mojo reimplementation of Dart’s http package 2015-11-03 16:27:20 -08:00
Hans Muller
dd4090a836 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
Adam Barth
573ce5881b Split big_red_button into two scripts:
- sky/tools/release_engine.py, which releases sky_engine and sky_services
 - sky/tools/release_packages.py, which releases flutter and flutter_sprites
2015-11-03 15:50:45 -08:00
Adam Barth
05326bf487 Rev sky_engine and sky_services 2015-11-03 15:43:18 -08:00
Adam Barth
6bda3b353b 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
7e6b5f850b 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
f6cd880078 ToolBar withSizeOffsets() is now withPadding() 2015-11-03 14:27:34 -08:00
Hans Muller
9b8f7e042a Scaffold toolBar is-a ToolBar 2015-11-03 14:16:45 -08:00
Hans Muller
f072fca3bc added ToolBar.withSizeOffsets() 2015-11-03 14:16:45 -08:00
Hans Muller
a1274736fe message string 2015-11-03 14:16:45 -08:00
Hans Muller
faa349af26 Extended height toolbar 2015-11-03 14:16:45 -08:00
Chinmay Garde
fa83e34afb Merge pull request #1932 from chinmaygarde/master
Set the default linker run time search path on Mac and iOS
2015-11-03 14:13:09 -08:00
Chinmay Garde
024aecd78a Set the default linker run time search path on Mac and iOS 2015-11-03 14:10:33 -08:00
Ian Hickson
4b61e89552 Merge pull request #1929 from Hixie/multitap
Minor cleanup in tap.dart
2015-11-03 14:09:49 -08:00
Chinmay Garde
53282f6a15 Merge pull request #1930 from chinmaygarde/master
Avoid tripping on an assertion after calling Dart_ListGetRange with zero length
2015-11-03 14:08:20 -08:00
Chinmay Garde
3fbd90472e Avoid tripping on an assertion after calling Dart_ListGetRange with zero length 2015-11-03 13:58:07 -08:00
Hixie
08a03eba8a 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
b0372af2ac Minor cleanup in tap.dart 2015-11-03 13:44:53 -08:00
Chinmay Garde
aab0774d2e Merge pull request #1928 from chinmaygarde/master
Update Dart revision
2015-11-03 13:36:27 -08:00
Jason Simmons
f1f7e79cfe 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
Chinmay Garde
ab0e7c524d Update Dart revision 2015-11-03 13:27:49 -08:00
Ian Hickson
3c22b0717f Merge pull request #1926 from Hixie/gesture-demo
Convert the scale demo to a general gestures demo.
2015-11-03 12:49:44 -08:00
Chinmay Garde
ef4e90c0ff Merge pull request #1924 from chinmaygarde/master
Enable simulator builds when using precompilation for iOS
2015-11-03 12:30:35 -08:00
Hixie
38c69e7408 Convert the scale demo to a general gestures demo. 2015-11-03 12:26:02 -08:00
Matt Perry
6676d43bb9 Merge pull request #1923 from mpcomplete/tests.2
Add tests for flx Bundle.
2015-11-03 15:11:15 -05:00
Chinmay Garde
a2b61d4275 Enable simulator builds when using precompilation for iOS 2015-11-03 11:54:37 -08:00
Matt Perry
c85b55cb7a 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
7a383dab91 Merge pull request #1922 from HansMuller/justifycontent_collapse
Adds FlexJustifyContent.collapse
2015-11-03 11:29:08 -08:00
Hans Muller
3e8632b314 fixed unit test dart analyzer-O 2015-11-03 11:10:41 -08:00
Hans Muller
126989b636 Adds FlexJustifyContent.collapse 2015-11-03 11:01:38 -08:00
Hans Muller
db812c0361 Merge pull request #1904 from HansMuller/fix_modal_bottom_sheet_dismiss
Restored BottomSheet dismiss tap
2015-11-03 09:40:08 -08:00
Hans Muller
8dc3ae1943 Restored BottomSheet dismiss tap 2015-11-03 09:34:28 -08:00
Ali Ghassemi
a82cc6ba7a Exporting Uint8List 2015-11-03 09:29:13 -08:00
Ali Ghassemi
4177a64999 Merge branch 'master' of github.com:aghassemi/engine 2015-11-03 09:05:42 -08:00
Ali Ghassemi
7501836d79 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
3afc6bd490 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
Ian Hickson
93b3ea2cd5 Merge pull request #1911 from Hixie/so-long-show-press
Replace ShowPress with TapDown
2015-11-02 20:26:22 -08:00
Ian Hickson
96c659609e Merge pull request #1910 from Hixie/gesture-cleanup
Merge DisposableArenaMember and GestureArenaMember
2015-11-02 20:26:15 -08:00