1173 Commits

Author SHA1 Message Date
Adam Barth
377ccbb971 Merge pull request #1250 from abarth/update_readmes
Update URLs after moving to the Flutter organization
2015-09-19 09:08:01 -07:00
Adam Barth
a727d2e353 Update URLs after moving to the Flutter organization 2015-09-19 09:04:33 -07:00
Adam Barth
2f031d6d4c Rev pub packages 2015-09-18 15:16:28 -07:00
Chinmay Garde
3320b7d548 Update skia revision 2015-09-18 14:11:52 -07:00
Adam Barth
c708b9048e Update README.md 2015-09-18 10:27:04 -07:00
Adam Barth
29edbb6e56 Merge pull request #1231 from abarth/material_lib
Move theme into material.dart
2015-09-18 09:58:52 -07:00
Adam Barth
d481a3e9d1 Move theme into material.dart
Also, introduce Colors and Typography to hold the material colors and the
typography declarations. Previously we expected clients of these libraries to
import them into a namespace, but that doesn't play nice with re-exporting them
from material.dart.
2015-09-18 09:57:21 -07:00
Adam Barth
6227554507 Add missing file 2015-09-17 16:28:40 -07:00
Adam Barth
c9c802af35 Remove the skyx package
This code is now part of sky_tools.
2015-09-17 16:00:28 -07:00
Adam Barth
c7cd9c4f5a Merge pull request #1205 from abarth/services_lib
Move mojo frontend into services.dart
2015-09-16 22:46:49 -07:00
Adam Barth
5abb242329 Move mojo frontend into services.dart
What's important about this code is that it's presenting services outside the
VM, not the particular technology used to present the services.
2015-09-16 19:13:50 -07:00
Collin Jackson
6c593002aa Update documentation for running tests on Mac 2015-09-16 17:20:23 -07:00
Adam Barth
fbf5748281 Rev pub packages 2015-09-16 17:11:26 -07:00
Adam Barth
4c92256936 Simplify TestRunner now that we don't have test_sky 2015-09-16 11:00:33 -07:00
Adam Barth
bb73a57b2d Merge pull request #1185 from abarth/rm_webkitpy
Remove sky/tools/test_sky
2015-09-16 09:12:16 -07:00
Adam Barth
b13d023933 Remove sky/tools/test_sky
This patch also removes webkitpy, which now has no clients.
2015-09-16 09:09:59 -07:00
Adam Barth
d0b492f852 Update Dart SDK 2015-09-16 09:03:47 -07:00
Adam Barth
ba9973132a Rev pub packages 2015-09-15 09:11:55 -07:00
Chinmay Garde
0772e6f462 Merge pull request #1160 from chinmaygarde/master
Update Skia revision
2015-09-14 13:49:23 -07:00
Chinmay Garde
2323ab47dd Update Skia revision 2015-09-14 12:59:06 -07:00
Ian Hickson
65483a22bd Fix markdown 2015-09-10 18:12:00 -07:00
Ian Hickson
44906f0aac Mention Mac-specific needs for building for Android
TBR @abarth
2015-09-10 18:11:41 -07:00
Adam Barth
3b6f31b50b Remove dart-pub-cache
There's no reason for us to have our own dart-pub-cache in the source tree.  We
can just use the default one on the system.
2015-09-10 08:49:56 -07:00
Adam Barth
db18f1596b Update README.md 2015-09-09 22:22:58 -07:00
Adam Barth
9bf4f8b9c3 Merge pull request #1116 from abarth/rev_dart_sdk
Pull in a new version of the Dart SDK
2015-09-09 17:27:35 -07:00
Adam Barth
ad7596777b Pull in a new version of the Dart SDK 2015-09-09 17:26:36 -07:00
Adam Barth
0c0463a960 Rev pub versions 2015-09-09 17:20:39 -07:00
Adam Barth
468dce8c62 Merge pull request #1107 from sgraham/fiddle-mine-digger
mine_digger: Fix not being able to de-flag on Android
2015-09-09 17:10:04 -07:00
Scott Graham
6a4d9cb014 mine_digger: Fix not being able to de-flag on Android 2015-09-09 14:53:35 -07:00
Adam Barth
481bb1317b Rev pub package 2015-09-09 14:47:35 -07:00
Adam Barth
a51a2feb66 Merge pull request #1079 from abarth/skyx_crash
The skyx tool shouldn't crash if an icon variant doesn't exist
2015-09-08 17:04:45 -07:00
Adam Barth
b8ff2515e3 Roll Skia 2015-09-08 13:32:50 -07:00
Adam Barth
0c25867593 Merge pull request #1080 from abarth/painting_lib
Introduce painting.dart and move painting code to src/painting
2015-09-08 10:44:01 -07:00
Adam Barth
f9567cd9d5 Introduce painting.dart and move painting code to src/painting 2015-09-08 10:36:14 -07:00
Adam Barth
ff472f4309 The skyx tool shouldn't crash if an icon variant doesn't exist
Fixes #1077
2015-09-08 09:25:43 -07:00
Adam Barth
d6b52c36c0 Merge pull request #1075 from abarth/fold_editing_into_widgets
Fold package:sky/editing/* into package:sky/widgets.dart
2015-09-07 10:40:39 -07:00
Adam Barth
9e932b45bb Fold package:sky/editing/* into package:sky/widgets.dart
The editing directory just defined two widgets. We might as well fold them into
the main widgets library.
2015-09-07 10:07:41 -07:00
Devon Carew
d8f75ab6a4 working on generating docs as part of the build
revert PATH changes

fix typo

some dartdoc changes in files
2015-09-04 19:21:53 -07:00
Ian Hickson
177349d155 Dart isn't dark. 2015-09-04 13:16:16 -07:00
Adam Barth
239c808d2d Rev pub packages 2015-09-03 11:32:57 -07:00
Chinmay Garde
784516a9f7 Merge pull request #1028 from sethladd/sethladd-patch-1
Slightly clarify contribution workflow
2015-09-03 00:52:28 -07:00
Seth Ladd
68dfaec7ba Slightly clarify contribution workflow 2015-09-02 15:59:58 -07:00
krisgiesing
35869015c3 Update CONTRIBUTING.md 2015-09-02 14:21:12 -07:00
Adam Barth
1f4a1c1abc Rev pub package 2015-09-02 13:49:34 -07:00
Alhaad Gokhale
6d0a636daf Merge pull request #1019 from alhaad/skyx_fix
Fix a type error being triggered when this is being run as a snapshot.
2015-09-02 13:45:04 -07:00
Alhaad Gokhale
822bec3d50 Fix a type error being triggered when this is being run as a snapshot. 2015-09-02 13:40:20 -07:00
Adam Barth
f24dfebe51 Merge pull request #1016 from abarth/clean_icons
Remove unused icons from the material design icons package
2015-09-02 13:20:52 -07:00
Adam Barth
f4b5c2b74f Rev pub package 2015-09-02 13:20:32 -07:00
Adam Barth
c67170c2e9 Remove unused icons from the material design icons package
We only use the "drawable" version of the icons.
2015-09-02 13:18:41 -07:00
Adam Barth
ebc46fdf10 Merge pull request #1007 from abarth/travis_container
Use Travis container-based infrastructure
2015-09-01 22:29:45 -07:00