Commit Graph

  • d6e07bc419 Drop dependency on http since it doesn't work when building for Fuchsia (#6914) Ian McKellar 2016-11-17 16:01:28 -08:00
  • 58801a0ee4 Expose the current velocity on AnimationController (#6908) Ian Hickson 2016-11-17 15:59:25 -08:00
  • 861492d6f4 Changed vm_service_client version back to 0.2.2+2 (#6909) Hans Muller 2016-11-17 15:33:45 -08:00
  • 32de8e4975 Remove hooks for unused mojom archives. (flutter/engine#3239) Chinmay Garde 2016-11-17 15:32:52 -08:00
  • 6d8141b242 Added comment for INTERNET permission in Android manifest (#6835) Joel Trottier-Hebert 2016-11-17 18:04:57 -05:00
  • aaf61e227c Roll Dart and Tonic forward (flutter/engine#3237) John McCutchan 2016-11-17 14:14:58 -08:00
  • 4d131068d4 Fix Linux builds after Skia roll due to missing FontConfig target. (flutter/engine#3236) Chinmay Garde 2016-11-17 14:07:10 -08:00
  • 5730cf9d82 Update Skia and get using its BUILD.gn instead of maintaining own own copy. (flutter/engine#3233) Chinmay Garde 2016-11-17 12:36:16 -08:00
  • c49eb9a680 Disable Dart's profiler in unoptimized builds (flutter/engine#3234) John McCutchan 2016-11-17 10:14:53 -08:00
  • 964f053ea4 Clean Up: Removing unused interface GetTable from MinikinFont. Seigo Nonaka 2016-10-18 11:21:59 +09:00
  • e906f2b416 Merge "Implement word spacing" Seigo Nonaka 2016-11-17 07:59:57 +00:00
  • 9cb914df17 Allow for application-specific log readers. (#6898) Todd Volkert 2016-11-16 17:19:00 -08:00
  • dbacf77519 Bump json_schema version. (#6900) Phil Quitslund 2016-11-16 16:35:24 -08:00
  • c693907f61 Fix Mozart child views (flutter/engine#3232) Adam Barth 2016-11-16 15:30:57 -08:00
  • 4145f5fcfd allow passing file path as reference to devicelab task (#6877) Yegor 2016-11-16 13:54:06 -08:00
  • 473df6d632 dartdoc doesn't seem to support tables (#6895) Ian Hickson 2016-11-16 13:12:40 -08:00
  • e7c2571b57 Handle empty sizes in AppBar's toolbar layout (#6894) Jason Simmons 2016-11-16 12:31:56 -08:00
  • 762d1367b3 Faster hash codes. (flutter/engine#3214) Sigurd Meldgaard 2016-11-16 21:28:25 +01:00
  • cac5459401 Update engine.version (#6893) Adam Barth 2016-11-16 10:45:05 -08:00
  • d26fc5be2f Update pointer change constants in Java (flutter/engine#3231) Adam Barth 2016-11-16 10:13:28 -08:00
  • 3edf44fd99 Bump Dart SDK to 1.21.0 dev.6.0. (#6861) Phil Quitslund 2016-11-16 09:45:02 -08:00
  • a7360d24fe Factor out Input's layout: add InputContainer etc (#6881) Hans Muller 2016-11-16 08:53:07 -08:00
  • 7c620ba62d Fix calls to deprecated range_x. Martijn Coenen 2016-11-14 16:47:18 +01:00
  • 6b9c9dec1f Implement word spacing Seigo Nonaka 2016-11-15 19:02:52 +09:00
  • 7c56f00f00 added self to authors (#6889) Michael 'afrolion' Perrotte 2016-11-16 02:25:19 -05:00
  • 4bc00df7f6 fixed typo (#6888) Michael 'afrolion' Perrotte 2016-11-16 01:24:28 -05:00
  • a4a783b64f Add support for pointer hover (#6884) Adam Barth 2016-11-15 21:13:37 -08:00
  • bd95aafbe5 Add support for hover pointer events (flutter/engine#3227) Adam Barth 2016-11-15 20:18:22 -08:00
  • 15fb5c4ca6 Clean up some RenderObject layer stuff (#6883) Ian Hickson 2016-11-15 17:55:51 -08:00
  • a8fe83ae19 Forget then deactivate (#6885) Ian Hickson 2016-11-15 17:54:35 -08:00
  • eceff83817 Enable android_full_debug on —unoptimized builds. (flutter/engine#3228) Chinmay Garde 2016-11-15 17:44:39 -08:00
  • 18362ec61d Improve the debugDumpFoo output (#6882) Ian Hickson 2016-11-15 16:53:03 -08:00
  • bf2c46e263 Fix the ignore identifiers (#6876) Ian Hickson 2016-11-15 16:52:58 -08:00
  • 9e7e2778d0 Rename "detachChild" to "forgetChild" (#6845) Ian Hickson 2016-11-15 16:52:52 -08:00
  • 443de688fb Enable engine builds for Android ARM64 targets (flutter/engine#3225) Jason Simmons 2016-11-15 14:56:08 -08:00
  • 856fef876b Update engine.version (#6875) Adam Barth 2016-11-15 14:42:52 -08:00
  • 5801119d2e Update raw keyboard example (#6871) Adam Barth 2016-11-15 14:42:45 -08:00
  • 9cfde14762 Silence more new analyzer warnings (#6874) Ian Hickson 2016-11-15 14:24:01 -08:00
  • ae1881e4c7 Fix handling of empty --project-assets option (#6873) John McCutchan 2016-11-15 13:47:57 -08:00
  • 2b84d1ff1b Silence new analyzer warnings (#6866) Ian Hickson 2016-11-15 12:35:50 -08:00
  • 9f1c91f934 Update README.md (#6867) Ian Hickson 2016-11-15 12:35:18 -08:00
  • 15ea399fdd add identifiers to progress messages (#6868) Devon Carew 2016-11-15 12:13:56 -08:00
  • f496ad055a Fix GridTileBar layout (#6844) Hans Muller 2016-11-15 12:01:27 -08:00
  • d8e6de8ec7 Add support for raw key events on Fuchsia (#6754) Adam Barth 2016-11-15 10:33:07 -08:00
  • 7424a7604a Cross-references (#6860) Ian Hickson 2016-11-15 08:39:01 -08:00
  • d54bed45f3 Support specifying a fixed list of assets on the command line (#6857) John McCutchan 2016-11-15 07:01:00 -08:00
  • fd5a08941e Clarify pub.dart messages (#6856) Ian Hickson 2016-11-14 16:54:24 -08:00
  • 6c93270d85 FileImage (#6853) Ian Hickson 2016-11-14 16:36:39 -08:00
  • d3dc5d7ca9 Roll engine to pick up fix for JITing on the Pixel. (#6854) Ryan Macnak 2016-11-14 15:26:01 -08:00
  • 34e466f1fd Refactor flutter command exit code - part 3 of 3 (#6838) Dan Rubel 2016-11-14 14:21:30 -05:00
  • ece851d5cd Minor improvements to the render tree dump. (#6831) Ian Hickson 2016-11-14 11:18:46 -08:00
  • f0b8c866db Fix gallery demo body centering (#6841) Hans Muller 2016-11-14 10:21:05 -08:00
  • e384c0d982 Refactor flutter command exit code - part 2 (#6817) Dan Rubel 2016-11-13 22:09:03 -05:00
  • 90f7afcbcf flutter doctor show one intellij install per location (#6820) Dan Rubel 2016-11-13 22:03:56 -05:00
  • df25e4899d Provide a way to override the Material border radius (#6828) Ian Hickson 2016-11-12 15:09:12 -08:00
  • 3f8c37cfab Fix for issue https://github.com/flutter/flutter/issues/6826 (#6833) Raju Bitter 2016-11-12 18:20:34 +01:00
  • 661543227e Mention visitChildren in RenderObjectElement docs. (#6824) Ian Hickson 2016-11-11 21:45:17 -08:00
  • 8d2f80a6c2 Update the Flutter GDB script to work with Android N (flutter/engine#3220) Jason Simmons 2016-11-11 16:02:05 -08:00
  • fa18423ccb Add BUILD.gn for flutter_test. (#6823) Andrew Wilson 2016-11-11 14:16:12 -08:00
  • d9392e7fbb Move destruction of PictureLayer's SkPicture to the IO thread (flutter/engine#3219) Jason Simmons 2016-11-11 13:43:23 -08:00
  • 45c95b261d Performance fixes for hot reload when using a prebuilt loader (#6821) John McCutchan 2016-11-11 13:28:21 -08:00
  • cccd917ac2 Refactor flutter command exit code - part 1 (#6803) Dan Rubel 2016-11-11 10:42:09 -05:00
  • b04f35e8c0 Revert "trace IntelliJ config and install locations on Linux (#6805)" (#6816) Dan Rubel 2016-11-11 09:44:08 -05:00
  • 77d1df9d19 Randomize the color of the checkerboard pattern per raster cache entry. (flutter/engine#3218) Chinmay Garde 2016-11-10 18:21:12 -08:00
  • 8ed446e1d0 Add support for child view on Fuchsia (flutter/engine#3217) Adam Barth 2016-11-10 18:03:00 -08:00
  • e2bdb9a8c9 Update buildroot. (flutter/engine#3216) Chinmay Garde 2016-11-10 15:54:40 -08:00
  • d0ff41ec35 Add accentTextTheme and accentIconTheme to ThemeData (#6808) Chris Bracken 2016-11-10 15:33:02 -08:00
  • f172f0675d Miscellaneous cleanups (#6813) John McCutchan 2016-11-10 15:28:19 -08:00
  • e4c2169524 Give the Mac window an autosave identifier. (flutter/engine#3215) Chinmay Garde 2016-11-10 14:36:18 -08:00
  • ab894d55d5 Add support for Fuchsia IDL on Fuchsia (flutter/engine#3211) Adam Barth 2016-11-10 13:12:32 -08:00
  • ca5e1f3f23 In the semantics tree, do not detach a child if it has already been assigned a new parent (#6773) Jason Simmons 2016-11-10 12:55:56 -08:00
  • 546cef5277 trace IntelliJ config and install locations on Linux (#6805) Dan Rubel 2016-11-10 15:48:49 -05:00
  • e908655207 Remove legacy restart support (#6801) John McCutchan 2016-11-10 11:12:59 -08:00
  • 83be3e599f Stop tracking time to first frame because it is unreliable. (#6800) John McCutchan 2016-11-10 10:38:11 -08:00
  • 74e31679fb Respect the --no-codesign flag even for simulators (#6799) Todd Volkert 2016-11-10 10:30:17 -08:00
  • 11ca0f1ada Support caching host filesystem symlink targets to speedup DevFS updates (#6798) John McCutchan 2016-11-10 08:31:11 -08:00
  • bbf98d9c6b SizedBox.expand (#6791) Ian Hickson 2016-11-09 23:34:31 -08:00
  • fcd47f84d2 CustomPaint size (#6790) Ian Hickson 2016-11-09 20:50:43 -08:00
  • 01a8d51022 Clean up abstract node docs (#6786) Ian Hickson 2016-11-09 18:15:51 -08:00
  • 958d2a6fb8 Abort a hot reload if we detect an error in flutter.yaml (#6787) John McCutchan 2016-11-09 18:13:06 -08:00
  • b9c3871163 Add debug info to offstage renderer (#6789) Ian Hickson 2016-11-09 18:10:50 -08:00
  • f75e6074a8 Minor stylistic cleanup in flutter_tools/lib/src/dart/summary.dart (#6788) Ian Hickson 2016-11-09 18:10:40 -08:00
  • 8c70ad43ae Remove old benchmark code from the non-hot runner. (#6762) John McCutchan 2016-11-09 16:48:49 -08:00
  • 4958a55f2f Roll Tonic to 36142e27c6765301a4122dd85045c565b2d8b33f (flutter/engine#3210) John McCutchan 2016-11-09 16:31:09 -08:00
  • 1f737f5c94 Add a table to the updateChild docs (#6782) Ian Hickson 2016-11-09 16:28:35 -08:00
  • cffd551793 log full timeline when transition test fails; print stack chain in task errors (#6772) Yegor 2016-11-09 15:32:22 -08:00
  • d63430773c add driver failure test (#6776) Yegor 2016-11-09 15:28:30 -08:00
  • 690ec45095 Fix Material docs (#6781) Ian Hickson 2016-11-09 15:16:13 -08:00
  • 49b5701224 Minor fixes (mostly doc consistency) (#6780) Ian Hickson 2016-11-09 15:05:56 -08:00
  • 0db2fc3fd9 RenderObjectElement docs (#6770) Ian Hickson 2016-11-09 13:04:16 -08:00
  • 1939ba12d2 Wire up checkerboarding of raster cache images in the framework and gallery. (#6749) Chinmay Garde 2016-11-09 11:36:17 -08:00
  • 71900776af Add an IntelliJ runConfig for the Gallery example (#6759) Michael Thomsen 2016-11-09 11:07:28 +01:00
  • 17aeb2f5e4 fix transparency bug for sidebar in mobile (#6764) Seth Ladd 2016-11-08 17:29:05 -08:00
  • 5883152bf1 Bump tools version to 0.0.3. (#6771) Phil Quitslund 2016-11-08 16:39:27 -08:00
  • 0cd69826f5 100% doc coverage in package:flutter_driver (#6738) Yegor 2016-11-08 15:30:31 -08:00
  • 64609588f4 Fix the hot reload colors to look better (#6753) Ian Hickson 2016-11-08 15:16:46 -08:00
  • 7f182dacb7 A variety of trivial fixes. (#6752) Ian Hickson 2016-11-08 15:16:39 -08:00
  • 106ff33255 Detailed RenderBox and RenderObject docs (#6745) Ian Hickson 2016-11-08 15:16:33 -08:00
  • b9a620694c CircleAvatar docs (#6735) Ian Hickson 2016-11-08 14:49:49 -08:00
  • 6331b6c8b5 revert args to 0.13.6 (#6765) Dan Rubel 2016-11-08 17:15:11 -05:00