Adam Barth
87b65fa6f2
Merge pull request #855 from abarth/big_circle_test
...
Turn big_circle.dart into a test
2015-08-26 11:20:36 -07:00
Collin Jackson
667b2822c3
Merge pull request #856 from collinjackson/more_date_picker_improvements
...
Date picker improvements
2015-08-26 11:20:20 -07:00
Collin Jackson
5ea6d5bf1f
Add haptic feedback to date picker
2015-08-26 11:20:00 -07:00
Collin Jackson
05896db89e
Cancel timer when un-mounting date picker widget
2015-08-26 11:19:43 -07:00
Collin Jackson
8089828423
Move ClipRRect logic from Card to Material (fixes rounded corners on top of date picker dialog)
2015-08-26 11:17:49 -07:00
Adam Barth
433f825ca0
Turn big_circle.dart into a test
...
Fixes #829
2015-08-26 11:10:16 -07:00
Adam Barth
514635c646
Merge pull request #854 from abarth/sector_broken
...
Sector demo is broken because of compositor changes
2015-08-26 11:02:51 -07:00
Adam Barth
eb72d4b674
Sector demo is broken because of compositor changes
...
We need to implement visitChildren for the RenderObjects in the sector demo.
Also, add a test.
Fixes #790
2015-08-26 10:58:30 -07:00
Viktor Lidholt
75c687f374
Merge pull request #851 from vlidholt/master
...
Fixes issues in sprite constraints
2015-08-26 10:42:20 -07:00
Collin Jackson
5da1afe0b1
Merge pull request #838 from collinjackson/improve_date_picker
...
Add date picker to widgets library and teach fitness app to use it
2015-08-26 10:28:27 -07:00
Viktor Lidholt
a7ede89e93
Splits up demo game into multiple files for better readability
2015-08-26 10:22:09 -07:00
Hixie
16051e0201
Update the documentation on sizing, make another assert point to it.
...
This hopefully explains things well enough that it fixes #846 , after a manner.
2015-08-26 10:10:56 -07:00
Viktor Lidholt
33f64444ad
Updates demo game to work with new constraints api
2015-08-26 10:07:59 -07:00
Viktor Lidholt
0a1dbbd64f
Switches to named arguments in sprite constraints
2015-08-26 10:07:24 -07:00
Viktor Lidholt
68c7aa141b
Fixes issue with inheritance in sprite constraints
2015-08-26 09:54:32 -07:00
Adam Barth
a97aef8d86
Merge pull request #849 from abarth/physical_size
...
Plumb physical size along with SkPicture
2015-08-26 09:30:40 -07:00
Adam Barth
795df1327b
Plumb physical size along with SkPicture
...
Previously we were using the cull rect of the SkPicture to size the GPU buffer,
but Skia is too smart and shrinkwraps the cull rect, which meant we weren't
sizing the GPU buffer to the right size.
Fixes #814
2015-08-26 09:26:51 -07:00
Ian Hickson
3b5dec7768
Merge pull request #848 from Hixie/flex-part3
...
Replace Flex to Row and Column in tests and examples.
2015-08-26 09:13:52 -07:00
Hixie
71e6f53a57
Replace Flex to Row and Column in tests and examples.
...
This still leaves Flex and FlexDirection available. At some point once
people have transitioned to Row/Column we should rename Flex to _Flex
and stop reexporting FlexDirection from basic.dart.
2015-08-26 09:05:14 -07:00
Adam Barth
b5f930ead9
Rev pub package
2015-08-26 08:59:09 -07:00
John McCutchan
6a39f279f3
Merge pull request #845 from johnmccutchan/roll_dart_2
...
Update Dart
2015-08-26 07:21:29 -07:00
John McCutchan
b2b211ccc2
Update Dart
2015-08-26 06:52:07 -07:00
Adam Barth
b4d8a1cd3a
Merge pull request #844 from abarth/missing_dep
...
Add missing dependency
2015-08-25 20:49:37 -07:00
Adam Barth
c7b8d482a8
Add missing dependency
2015-08-25 19:59:52 -07:00
Adam Barth
374f9d6c2b
Merge pull request #842 from abarth/test_mimic
...
Add a basic test for Mimic tree movement
2015-08-25 17:26:09 -07:00
Adam Barth
f44e4c0615
Add a basic test for Mimic tree movement
2015-08-25 16:50:44 -07:00
Collin Jackson
d8690b8cae
Add date picker to widgets library and teach fitness app to use it
...
Also, add an example for the date picker
2015-08-25 16:41:11 -07:00
Ian Fischer
ed7c2d00c2
Merge pull request #840 from iansf/change_fitness_app_id
...
Change Fitness app id
2015-08-25 16:40:10 -07:00
Viktor Lidholt
80f9495578
Merge pull request #841 from vlidholt/master
...
Adds license file and required fields to pubspec
2015-08-25 16:36:40 -07:00
Viktor Lidholt
ca7adecdd4
Adds license file and required fields to pubspec
2015-08-25 16:35:05 -07:00
Viktor Lidholt
3ee8259b0c
Merge pull request #837 from vlidholt/master
...
Updates skysprites readme
2015-08-25 16:34:39 -07:00
James Robinson
207ec53e30
Merge pull request #839 from jamesr/deps_mojo_devtools
...
Pull in mojo/devtools via DEPS
2015-08-25 16:31:56 -07:00
Ian Fischer
80658a1585
Change Fitness bundle id to be compatible with signing with Google’s keys.
2015-08-25 16:24:28 -07:00
James Robinson
586544fd2d
Pull in mojo/devtools via DEPS
2015-08-25 16:18:50 -07:00
Collin Jackson
d7cc013548
Fix typo in syncRenderObject arguments
2015-08-25 16:18:21 -07:00
Viktor Lidholt
1c87527c54
Updates skysprites readme
2015-08-25 16:14:58 -07:00
Adam Barth
90581e0beb
Merge pull request #836 from abarth/test_align_bug
...
Add a test for #833
2015-08-25 16:14:29 -07:00
Adam Barth
f16249adcd
Add a test for #833
...
This test just exercises Align to make sure it can sync.
2015-08-25 16:13:33 -07:00
Viktor Lidholt
c46ff6f2f3
Merge pull request #835 from vlidholt/master
...
Moves sky sprites to its own package
2015-08-25 16:12:30 -07:00
Viktor Lidholt
872a1cbfa4
Moves sky sprites to its own package
2015-08-25 16:08:46 -07:00
Ian Hickson
ba21befce4
Merge pull request #833 from Hixie/align
...
Fix signature of Align.syncRenderObject()
2015-08-25 16:04:43 -07:00
Hixie
340296505e
Fix signature of Align.syncRenderObject()
2015-08-25 16:04:01 -07:00
Adam Barth
fb9a3982c5
Rev pub package
2015-08-25 15:49:27 -07:00
Adam Barth
42fcc36407
Rev pub packages
2015-08-25 15:42:20 -07:00
Adam Barth
5e46a0f49a
Update dart SDK
2015-08-25 15:41:26 -07:00
Adam Barth
dff1bd031c
Merge pull request #832 from Hixie/positioner
...
Introduce Align widget for aligning children.
2015-08-25 15:37:43 -07:00
Adam Barth
7b265cb08a
Merge pull request #831 from abarth/track_mimic
...
Properly track mimics that move in the tree
2015-08-25 15:36:59 -07:00
Hixie
9352213766
Introduce Align widget for aligning children.
2015-08-25 15:35:20 -07:00
Adam Barth
1031c0ed60
Properly track mimics that move in the tree
...
We weren't telling the new mimicable that we wanted to start mimicing it.
2015-08-25 15:33:52 -07:00
Viktor Lidholt
51f3f7ea04
Merge pull request #826 from vlidholt/master
...
Updates to demo game
2015-08-25 15:33:49 -07:00