2568 Commits

Author SHA1 Message Date
Adam Barth
a43a34e901 Fix more analyzer warnings 2015-07-21 13:59:18 -07:00
Adam Barth
6dc026bdac Merge pull request #191 from abarth/image_height_width
Separate width and height parameters for Image widgets
2015-07-21 13:54:56 -07:00
Adam Barth
b5d28fb524 Merge pull request #192 from abarth/fix_warnings
Fix analyzer warnings
2015-07-21 13:52:37 -07:00
Adam Barth
b8d45ce91e Fix analyzer warnings 2015-07-21 13:51:27 -07:00
Chinmay Garde
2d18ed294c Merge pull request #190 from chinmaygarde/nexus
GL bindings for "GL_KHR_blend_equation" and "GL_KHR_debug"
2015-07-21 13:46:45 -07:00
Adam Barth
50eac9559a Separate width and height parameters for Image widgets
This change makes it easier to defined only the width or the height of an image
and let the other value be filled in from the image's intrinsic aspect ratio.

Fixes #175
2015-07-21 13:46:10 -07:00
mpcomplete
1c80d294c7 Merge pull request #188 from mpcomplete/animated_value
Renamed AnimatedType to AnimatedValue
2015-07-21 13:45:50 -07:00
Chinmay Garde
2c1db4b8e4 Add GL bindings for extensions "GL_KHR_blend_equation" and "GL_KHR_debug" 2015-07-21 13:42:23 -07:00
Viktor Lidholt
0c59c4963b Merge pull request #184 from vlidholt/master
Updates sprite widget to handle changes to renderbox
2015-07-21 13:32:22 -07:00
Viktor Lidholt
7039e9b09f Minor formatting fixes 2015-07-21 13:30:30 -07:00
Matt Perry
a421da3c1b Renamed AnimatedType to AnimatedValue 2015-07-21 12:55:16 -07:00
Ian Hickson
85710b508c Markdown fixes. 2015-07-21 12:42:43 -07:00
Ian Hickson
1cdeb7e86e Minor clarifications and typo fixes. 2015-07-21 12:41:53 -07:00
Ian Hickson
ea5361cbaf Merge pull request #186 from Hixie/homedemo
Minor style changes around demo cards.
2015-07-21 12:29:16 -07:00
Hixie
da2fa52eb4 Minor style changes around demo cards. 2015-07-21 12:18:10 -07:00
Ian Hickson
bee238803b Merge pull request #185 from Hixie/text-style-constant
Make typography.white and typography.black constants.
2015-07-21 12:15:20 -07:00
Hixie
2d149ca382 Make typography.white and typography.black constants. 2015-07-21 12:13:10 -07:00
Adam Barth
f65711af74 Merge pull request #182 from abarth/rename_sky_snapshot
Rename sky_packager to sky_snapshot
2015-07-21 12:04:16 -07:00
Viktor Lidholt
2715bc00e1 Merge branch 'master' of github.com:domokit/sky_engine into HEAD 2015-07-21 11:30:52 -07:00
Viktor Lidholt
db17b89c7f Adds main screen to game and graphics for game UI 2015-07-21 11:30:17 -07:00
Adam Barth
b6d4a0448f Rename sky_packager to sky_snapshot
This program just creates a snapshot, not the whole package.
2015-07-21 11:28:30 -07:00
Hans Muller
71746f9178 Merge pull request #181 from HansMuller/cards-animate-back
Dismissable: animate "snap back", only call dismiss() once
2015-07-21 11:27:30 -07:00
Viktor Lidholt
dd16c1a55a Updates sprite widget to handle changes to renderbox 2015-07-21 11:26:57 -07:00
Hans Muller
d84e608fef animate "snap back", only call dismiss() once 2015-07-21 11:20:01 -07:00
Eric Seidel
9c116d18f9 Merge pull request #178 from Hixie/tests
This demo is a fuzzer of sorts, testing in particular our text layout system and painting
2015-07-21 11:02:13 -07:00
Hixie
c63fd4b121 This demo is a fuzzer of sorts, testing in particular our text layout system and painting. 2015-07-21 10:56:08 -07:00
Hans Muller
2fdfdb4972 Merge pull request #174 from HansMuller/fix-variable-height-scrollable
Use didMount(), didUnmount() to manage the VariableHeightScrollable layoutState listener.
2015-07-21 08:59:42 -07:00
Hans Muller
a8d638e016 manage listener with on,didMount 2015-07-21 08:42:14 -07:00
Hans Muller
d5ab0b9801 manage listener with on,didMount 2015-07-21 08:41:58 -07:00
Hans Muller
5fab3708ec Fixed several typos 2015-07-21 08:25:49 -07:00
Adam Barth
0077a90f02 Merge pull request #173 from abarth/fix_dart_pkg
Fix dart_pkg.py build crash
2015-07-20 23:34:25 -07:00
Adam Barth
1cadb3b1ba Fix dart_pkg.py build crash
We need to work in absolute paths because os.path.exists("foo/..") is False but
os.mkdirs("foo/..") will generate an error.
2015-07-20 23:13:51 -07:00
Ian Hickson
71c0e76fd1 Update CONTRIBUTING.md 2015-07-20 22:54:52 -07:00
Ian Hickson
72675c23b7 Update README.md 2015-07-20 22:48:47 -07:00
Ian Hickson
1632513da1 Update README.md
Try to clarify initial execution.
2015-07-20 22:48:12 -07:00
Adam Barth
19ac93f332 Merge pull request #171 from domokit/abarth_try_j4
Increase j to 4
2015-07-20 21:04:24 -07:00
Adam Barth
9111752ee7 Merge pull request #170 from domokit/renderimage_constraints
Fix typos in RenderImage
2015-07-20 20:22:00 -07:00
Adam Barth
0ca8d745b9 Increase j to 4
Try building faster on Travis now that we're using Release and have less code.
2015-07-20 20:18:33 -07:00
Adam Barth
a040876d16 Fix typos in RenderImage
This function took innerConstraints as an argument but used constraints internally.
2015-07-20 20:04:03 -07:00
Chinmay Garde
764ce409b8 Merge pull request #168 from chinmaygarde/sky_engine
sky/engine and sky/services updates for Mac target
2015-07-20 17:54:18 -07:00
Chinmay Garde
6ccb1e6b0c sky/engine and sky/services updates for Mac target 2015-07-20 17:50:19 -07:00
Chinmay Garde
3256b1f061 Merge pull request #167 from chinmaygarde/build/config
Build configuration and toolchain updates for iOS and Mac targets
2015-07-20 17:48:22 -07:00
Chinmay Garde
ad591c629a Build configuration and toolchain updates for iOS and Mac targets 2015-07-20 17:41:51 -07:00
Collin Jackson
c12d5d9dfb Merge pull request #166 from collinjackson/fitness
Measurement tracking for fitness app.

There is an issue with the input control that prevents actually creating a measurement. Working on this with eseidel.

R=eseidel
2015-07-20 16:25:19 -07:00
Collin Jackson
3f55a95d00 Add basic measurement functionality to fitness app 2015-07-20 16:20:59 -07:00
Eric Seidel
b4c4b04f76 Merge pull request #164 from eseidelGoogle/ios_gn
Fix gn --ios
2015-07-20 15:57:58 -07:00
Adam Barth
4913315124 Rev skyx to 0.0.2 2015-07-20 15:54:04 -07:00
Eric Seidel
a6147864a6 Fix gn --ios
Currently crashes with a python exception due to typo.

R=abarth@google.com
2015-07-20 15:54:03 -07:00
Hans Muller
30f9377423 Merge pull request #122 from HansMuller/shrinking-card
Card Collection dismiss animation
2015-07-20 15:52:09 -07:00
Hans Muller
344ee7ccf4 Make it possible to identify BlockViewport children whose size or type has changed 2015-07-20 15:41:21 -07:00