Commit Graph

  • 06b566bdea Merge pull request #1106 from HansMuller/tab_view_demo Hans Muller 2016-01-07 09:27:23 -08:00
  • e3d587ea52 Move default back behavior to FlutterWidgetBinding Adam Barth 2016-01-07 09:24:14 -08:00
  • 1b11336ee6 Page Selector gallery demo Hans Muller 2016-01-06 17:28:09 -08:00
  • ea3864b1e4 Fix Scrollable.of() Ian Hickson 2016-01-06 22:38:09 -08:00
  • 19fb068d83 Merge pull request #1108 from Hixie/canFlex-error Ian Hickson 2016-01-06 22:03:38 -08:00
  • 13d6cc3273 Rationalise all our exception catching and reporting code Ian Hickson 2016-01-06 21:49:23 -08:00
  • 4bb53ef025 Minikin: Disable sanitizer on x86 am: 251f4772fb am: 473628753d Andreas Gampe 2016-01-07 04:47:52 +00:00
  • 473628753d Minikin: Disable sanitizer on x86 am: 251f4772fb Andreas Gampe 2016-01-07 04:45:20 +00:00
  • 251f4772fb Minikin: Disable sanitizer on x86 Andreas Gampe 2016-01-06 20:28:52 -08:00
  • 07ed3fbf38 Merge pull request #1107 from Hixie/debugDoesLayoutWithCallback Ian Hickson 2016-01-06 19:42:51 -08:00
  • 94833b24bf Remove unreferenced getter "debugDoesLayoutWithCallback". Ian Hickson 2016-01-06 19:14:45 -08:00
  • 410f1e69a7 Merge "Fix lock assertion failures in unit test." Seigo Nonaka 2016-01-07 03:14:25 +00:00
  • f17f1ba1e5 Merge pull request #1102 from abarth/animated_container Adam Barth 2016-01-06 18:04:19 -08:00
  • d8edf1c27b Merge pull request #1104 from flutter/revert-1103-listen_exit Eric Seidel 2016-01-06 17:17:28 -08:00
  • 330c08199e Revert "Make flutter listen exit nicely when missing dependencies" Eric Seidel 2016-01-06 17:17:16 -08:00
  • 43cd6a0946 Merge pull request #1103 from eseidelGoogle/listen_exit Eric Seidel 2016-01-06 17:09:56 -08:00
  • 79c797a115 AnimatedContainer has an issue with one config value change and not another Adam Barth 2016-01-06 16:12:31 -08:00
  • 3a2aa89064 Make flutter listen exit nicely when missing dependencies Eric Seidel 2016-01-06 14:33:06 -08:00
  • 8694fada8f Merge pull request #1101 from abarth/lockdown_virtual_viewport Adam Barth 2016-01-06 16:13:46 -08:00
  • 0033a8fcdf Enable more asserts when building with virtual viewports Adam Barth 2016-01-06 16:03:26 -08:00
  • d46f0cebb5 Merge pull request #1098 from abarth/pageable_list2 Adam Barth 2016-01-06 16:02:34 -08:00
  • e64d93a520 Switch PageableList over to using RenderList Adam Barth 2016-01-06 15:13:40 -08:00
  • e1b16729bf Merge pull request #1093 from chinmaygarde/master Chinmay Garde 2016-01-06 13:40:35 -08:00
  • 854f9f717d Merge pull request #1090 from devoncarew/log_stderr Devon Carew 2016-01-06 13:39:11 -08:00
  • f5f9440a2d Download the Xcode artifacts for the current engine revision Chinmay Garde 2016-01-06 13:37:44 -08:00
  • d7d4a46d36 Merge pull request #1091 from eseidelGoogle/device_time Eric Seidel 2016-01-06 13:38:39 -08:00
  • 0d783718ba Teach flutter trace stop to use time on the device. Eric Seidel 2016-01-06 13:29:32 -08:00
  • ed215fb842 have flutter logs log stderr Devon Carew 2016-01-06 13:29:24 -08:00
  • c3a7ec8af1 Enable integer sanitization in libminikin am: da13d5e835 am: 7521326d4f Dan Austin 2016-01-06 20:44:58 +00:00
  • 7521326d4f Enable integer sanitization in libminikin am: da13d5e835 Dan Austin 2016-01-06 20:42:47 +00:00
  • da13d5e835 Enable integer sanitization in libminikin Dan Austin 2016-01-06 12:30:12 -08:00
  • a271eb5612 Merge pull request #1081 from abarth/ship_scrollable_list2 Adam Barth 2016-01-06 11:26:16 -08:00
  • 627c1ffb5c Replace ScrollableList with ScrollableList2 Adam Barth 2016-01-06 10:35:23 -08:00
  • fa15fc2d04 Merge pull request #1077 from HansMuller/selection_type Hans Muller 2016-01-06 11:01:34 -08:00
  • 6494cd1f35 Make TabBarSelection a parameterized type Hans Muller 2016-01-05 10:56:17 -08:00
  • 81b7067544 Merge pull request #1082 from abarth/scrollable_crash Adam Barth 2016-01-06 10:51:56 -08:00
  • d2a1389ed0 Fix assert in Stocks app Adam Barth 2016-01-06 10:44:19 -08:00
  • 1854e6c2df Revert "Enable integer sanitization in libminikin." am: 2ffc286102 am: 8c5fc9931f Dan Austin 2016-01-06 18:38:18 +00:00
  • 8c5fc9931f Revert "Enable integer sanitization in libminikin." am: 2ffc286102 Dan Austin 2016-01-06 18:36:33 +00:00
  • 2ffc286102 Revert "Enable integer sanitization in libminikin." Dan Austin 2016-01-06 18:31:38 +00:00
  • 1d362de4cc Enable integer sanitization in libminikin. am: 147ce0acb9 am: ea647a237d Dan Austin 2016-01-06 17:08:33 +00:00
  • ea647a237d Enable integer sanitization in libminikin. am: 147ce0acb9 Dan Austin 2016-01-06 17:06:22 +00:00
  • 02345a5e8f Fix lock assertion failures in unit test. Seigo Nonaka 2016-01-06 22:49:33 +09:00
  • ce3b0ada93 Merge "Fix race condition in Paint.hasGlyph()" Seigo Nonaka 2016-01-06 06:00:38 +00:00
  • 5f7e7e239e Fix race condition in Paint.hasGlyph() Seigo Nonaka 2016-01-05 15:20:39 +09:00
  • 147ce0acb9 Enable integer sanitization in libminikin. Dan Austin 2016-01-05 17:36:31 -08:00
  • c4faad115d Merge pull request #1074 from abarth/scrollable_list_features Adam Barth 2016-01-05 16:35:18 -08:00
  • b1f9138f52 Switch clients of ScrollableList to ScrollableList2 Adam Barth 2016-01-04 21:52:10 -08:00
  • 37106ea603 Complete features of ScrollableList2 Adam Barth 2016-01-04 17:33:15 -08:00
  • ce6d478f39 Merge "Replace Qaae script with Zsye" Roozbeh Pournader 2016-01-05 21:54:29 +00:00
  • f72c8f6db7 Merge pull request #1076 from devoncarew/clear_logs Devon Carew 2016-01-05 13:34:03 -08:00
  • 782f505fb8 clear logs on app launch Devon Carew 2016-01-05 11:02:49 -08:00
  • 76801ecf8b Merge pull request #2214 from mpcomplete/android.build Matt Perry 2016-01-05 12:39:18 -05:00
  • e9fcd133b9 Fix android BUILD.gn to match Chromium's latest. Matt Perry 2016-01-05 12:20:28 -05:00
  • 9d30380ce9 Replace Qaae script with Zsye Seigo Nonaka 2015-12-22 13:22:12 +09:00
  • 5bacbeb514 Save all kind of script tags into FontLanguage. Seigo Nonaka 2015-12-14 18:33:23 -08:00
  • ad170378cf Merge pull request #1073 from abarth/rm_scrolldirection_both Adam Barth 2016-01-04 17:01:36 -08:00
  • b4591274c9 Merge pull request #1072 from jason-simmons/apk_keystore Jason Simmons 2016-01-04 16:50:54 -08:00
  • 7aa575b0d4 Remove ScrollDirection.both Adam Barth 2016-01-04 16:46:40 -08:00
  • 24fadf49fc Merge pull request #1070 from abarth/scrollable_list2 Adam Barth 2016-01-04 16:44:44 -08:00
  • 99bca282c9 Introduce ScrollableList2 Adam Barth 2016-01-04 14:38:44 -08:00
  • c8ac09a56d Merge pull request #1042 from Hixie/wordSpacing Ian Hickson 2016-01-04 15:38:56 -08:00
  • dcd34f472c Merge pull request #1071 from flutter/rev Ian Hickson 2016-01-04 15:22:09 -08:00
  • 3a37c36cea Add flags for signing an APK with a custom keystore Jason Simmons 2016-01-04 13:59:01 -08:00
  • 1156bd254f rev engine Ian Hickson 2016-01-04 13:53:23 -08:00
  • 675bd2f0bd Merge pull request #2212 from Hixie/rev Ian Hickson 2016-01-04 13:50:11 -08:00
  • 1b46710b93 rev engine Hixie 2016-01-04 13:49:33 -08:00
  • 888dc770c8 Merge pull request #1063 from abarth/scrollable_grid Adam Barth 2016-01-04 12:13:33 -08:00
  • 6106fa9d6d Add support for scrollable grids Adam Barth 2016-01-04 00:25:44 -08:00
  • 11e0b373d2 Update Skia revision Chinmay Garde 2015-12-21 12:15:10 -08:00
  • 35b18c3def Merge pull request #1062 from Hixie/better-asserts Ian Hickson 2016-01-03 23:16:58 -08:00
  • b1bd8017b4 Change how we provide additional information for asserts in the Widget framework. Ian Hickson 2016-01-03 21:05:01 -08:00
  • 7bf3cb4102 Merge pull request #1061 from abarth/generalize_grid_layout Adam Barth 2016-01-02 14:36:35 -08:00
  • 46a178dce6 Generalize grid layout Adam Barth 2016-01-02 02:20:10 -08:00
  • a5925149d6 Merge pull request #1059 from abarth/moar_gitignore Adam Barth 2016-01-01 22:03:59 -08:00
  • e40912b1e0 Merge pull request #1060 from abarth/box_offset Adam Barth 2016-01-01 22:03:41 -08:00
  • e9ac6d308d RenderBox should use Offset for child offset Adam Barth 2016-01-01 20:11:38 -08:00
  • eecb8012af flutter init should gitignore .atom Adam Barth 2016-01-01 19:44:39 -08:00
  • 31bc220d3b Merge pull request #1057 from abarth/fix_assert Adam Barth 2016-01-01 19:39:59 -08:00
  • 9484370042 ScrollbarPainter exception when scrolling MaterialList Adam Barth 2016-01-01 16:33:00 -08:00
  • 636fa1ab15 Merge pull request #1056 from abarth/list_item_padding Adam Barth 2016-01-01 16:36:21 -08:00
  • ab614847f7 Ink well in ListItem doesn't fill MaterialList Adam Barth 2016-01-01 16:17:01 -08:00
  • 04d542b16f Merge pull request #1045 from devoncarew/min_api_level Devon Carew 2015-12-30 23:13:15 -08:00
  • fc0b18c7f1 update the min api level in the generated android manifest; use constants for the android version name Devon Carew 2015-12-22 18:25:37 -08:00
  • 29ab6efd1d Merge pull request #1044 from Hixie/better-errors Ian Hickson 2015-12-30 17:02:00 -08:00
  • 7df2dfcaf7 Improve diagnostics around misuse of ParentDataWidgets. Ian Hickson 2015-12-30 16:22:52 -08:00
  • 24cdc2ccf0 Merge pull request #1041 from devoncarew/docs Devon Carew 2015-12-30 13:14:25 -08:00
  • 8cc229b5c8 add code style Devon Carew 2015-12-29 13:55:18 -08:00
  • 4588524ca7 Hook up wordSpacing and inline height. Ian Hickson 2015-12-30 12:05:44 -08:00
  • b7500a9a89 Merge pull request #2208 from abarth/rm_material_build Adam Barth 2015-12-29 23:27:46 -08:00
  • 99500de827 Unhook packages/material_design_icons from the build Adam Barth 2015-12-29 23:07:32 -08:00
  • 1d3e7515e7 Merge pull request #1037 from Hixie/listen Ian Hickson 2015-12-28 19:43:27 -08:00
  • 4fe10dbf7e Refactor listen in terms of start. Ian Hickson 2015-12-28 17:10:01 -08:00
  • 73102aec7c Merge pull request #1031 from Hixie/input Ian Hickson 2015-12-28 15:12:16 -08:00
  • 3e6dc7eff1 Merge pull request #1030 from Hixie/travis-on-non-travis Ian Hickson 2015-12-28 15:07:39 -08:00
  • b1dae4c4cc Various Input and Focus fixes Ian Hickson 2015-12-28 11:26:36 -08:00
  • 7d83903e75 Allow travis/test.sh to be run locally (not on travis) Ian Hickson 2015-12-28 11:34:37 -08:00
  • c812628806 Merge pull request #1024 from Hixie/transform Ian Hickson 2015-12-26 11:54:18 -08:00
  • a141fa75d6 Merge pull request #1026 from eseidel/patch-1 Ian Hickson 2015-12-25 19:02:45 -08:00
  • 37142842e0 Add documentation for GridPaper Eric Seidel 2015-12-25 17:16:33 -08:00