Commit graph

1878 commits

Author SHA1 Message Date
Evan Czaplicki
5eaa5b1c1e Merge branch 'master' into dev 2013-10-31 15:54:44 +01:00
Evan Czaplicki
e3c3d217f9 Merge branch 'dev' of https://github.com/evancz/Elm into dev 2013-10-31 15:53:35 +01:00
Tobias Hermann
1ed37fee60 type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool 2013-10-31 15:52:35 +01:00
Evan Czaplicki
4991cb17fa Add note about Transform2D improvements 2013-10-31 15:52:18 +01:00
Evan Czaplicki
a1b1b7473d Merge pull request #316 from Dobiasd/patch-1
type annotation of String.isEmpty: "isEmpty : String" => isEmpty : Strin...
2013-10-31 07:51:10 -07:00
Evan Czaplicki
0ec031440a Merge pull request #317 from Sheeo/dev-patch
[Cosmetic] Whitespace/indentation fixes in JS runtime
2013-10-31 07:31:42 -07:00
Michael Sondergaard
d57762e3ce Fix mixed indent and whitespace in Utils.js 2013-10-31 14:51:12 +01:00
Michael Sondergaard
9aa468e59a Fix newline at EOF in Element.js 2013-10-31 14:50:21 +01:00
Michael Sondergaard
3c5d415c77 Fix whitespace and mixed indent in Collage.js 2013-10-31 14:48:47 +01:00
Michael Sondergaard
db7e3f618f Fix whitespace in Init.js 2013-10-31 14:47:31 +01:00
Tobias Hermann
167298290b type annotation of String.isEmpty: "isEmpty : String" => isEmpty : String -> Bool 2013-10-31 14:25:22 +01:00
Evan Czaplicki
65509d7991 Correct the scaleY function, get rid of a 3x3 matrix in docs, use 3x3 matrices in multiply docs to clarify how two 3x2 matrices can be multiplied 2013-10-31 12:23:42 +01:00
Evan Czaplicki
b89ace01cf Merge branch 'master' into dev 2013-10-31 12:16:14 +01:00
Evan Czaplicki
5edfdb0bdd Merge pull request #307 from Sheeo/transform
Improve Transform2D
2013-10-31 04:12:33 -07:00
Michael Sondergaard
76de6741c3 Use s for scaling variable 2013-10-31 12:01:41 +01:00
Evan Czaplicki
b89694116f Merge pull request #314 from jsl/304_print_program_fix
Remove the --print-program option
2013-10-30 13:43:04 -07:00
Evan Czaplicki
9235464276 update for 0.10 and 0.11 so far 2013-10-30 21:27:03 +01:00
Evan Czaplicki
d1af099b33 Merge pull request #315 from thSoft/patch-1
Fix grammar
2013-10-30 08:40:11 -07:00
Dénes Harmath
36fca0bbea Accepted another grammar fix proposal 2013-10-30 16:37:28 +01:00
Evan Czaplicki
5d1ba746ac Merge branch 'master' into dev 2013-10-30 16:34:29 +01:00
Evan Czaplicki
427ac521a3 Hide internal structure of Elements, Forms, and Positions 2013-10-30 16:34:06 +01:00
Evan Czaplicki
117294ee94 Provide a fake window in needed, making runtime run on node.js 2013-10-30 16:33:44 +01:00
Evan Czaplicki
d57b91c537 Stop using a custom cache directory, and stop deleting the cache immediately. Also clean up related code. 2013-10-30 16:31:29 +01:00
Dénes Harmath
68101742c9 Fix grammar 2013-10-30 16:19:02 +01:00
Justin Leitgeb
006e086cd5 Remove print_program option
This option was applied inconsistently based on whether previous build
artifacts existed, and isn't incredibly useful anyway for users of the
language.
2013-10-30 08:52:24 -05:00
Evan Czaplicki
9c9fcc7a1e Actually switch to the new module name 2013-10-29 19:50:55 +01:00
Evan Czaplicki
904c22450b Rename Bits to Bitwise
A substitute for being streetwise
2013-10-29 19:42:04 +01:00
Evan Czaplicki
abf05d70c8 Make explanations a bit more helpful 2013-10-29 19:06:55 +01:00
Evan Czaplicki
2f7739949f Add a library for bitwise operators 2013-10-29 18:47:37 +01:00
Justin Leitgeb
17f407adda Trim trailing whitespace 2013-10-29 11:22:33 -05:00
Evan Czaplicki
a3ba3d3e2e Move some library functions out of JS and into Elm 2013-10-29 17:16:47 +01:00
Michael Sondergaard
b44a34e484 Unify matrices to 3x2 representation. 2013-10-29 17:05:17 +01:00
Michael Sondergaard
3a02543b26 Add scale and documentation for translation
Express translate in terms of the native matrix method instead.
2013-10-29 16:58:54 +01:00
Michael Sondergaard
a654bfa96b Add scaleX and scaleY 2013-10-29 16:58:31 +01:00
Michael Sondergaard
f0b38aeb3c Add Transform2D translation
I'm unsure of why so much code is commented out in Transform2D.

A more mature version of this module could generally be useful for doing
collision detection/modelling scenegraphs outside of the Collage interface.
2013-10-29 16:57:38 +01:00
Evan Czaplicki
3ae8b16109 Merge branch 'master' into dev 2013-10-29 15:40:12 +01:00
Evan Czaplicki
d97fe192e0 Merge branch 'markdown' into dev
Conflicts:
	Elm.cabal
2013-10-29 15:36:56 +01:00
Evan Czaplicki
737fedcb69 Merge pull request #303 from jsl/fix_issue_299
Print types even when the elm file has already been compiled.
2013-10-29 07:30:12 -07:00
Evan Czaplicki
71fb0a3663 Merge pull request #312 from tomberek/patch-1
Updated the functions in  "Transforming Forms" to use Float
2013-10-29 06:46:50 -07:00
tomberek
1d0ce8e3f2 Updated the functions in "Transforming Forms" to use Float
Per: https://groups.google.com/forum/#!topic/elm-discuss/pdWc2_7JJDU

This should now match the Form type usage of Float.
2013-10-29 08:30:24 -04:00
Justin Leitgeb
576bc28142 Print types even when the elm file has already been compiled.
This fixes issue #299, where types are not printed even when the
`--print-types` option is given for an elm file that has already
been compiled.
2013-10-28 16:29:28 -05:00
Evan Czaplicki
8e69683235 Take out init for now.
Perhaps last should come out too.
2013-10-28 11:29:00 +01:00
Evan Czaplicki
d8ced9ee74 Merge branch 'master' into dev 2013-10-28 11:27:07 +01:00
Evan Czaplicki
7174d9a0c4 Merge pull request #311 from cris/master
Update Automaton.elm
2013-10-27 13:05:21 -07:00
Sergii Boiko
fd1d962a6b Update Automaton.elm
Fixed broken link in documentation.
2013-10-27 22:00:46 +02:00
Evan Czaplicki
5f82630ebc Add bounds on language-ecmascript 2013-10-26 22:12:48 +02:00
Evan Czaplicki
df8df364fc Add bounds on language-ecmascript 2013-10-26 22:04:12 +02:00
Evan Czaplicki
56ecbbc70a Implement markdown interpolation 2013-10-25 17:36:30 +02:00
Evan Czaplicki
cb0183ba46 Fix error with request function 2013-10-24 18:33:38 +02:00
Evan Czaplicki
7435e310af Bump version number 2013-10-24 18:33:26 +02:00