Commit graph

1671 commits

Author SHA1 Message Date
Evan Czaplicki
4b22dbb33a Fix typo pointed out by @mgold. Thanks! 2013-12-20 10:07:52 -08:00
Evan Czaplicki
60f67d6920 Clarify instal directions a bit 2013-12-19 14:14:17 -08:00
Evan Czaplicki
65dd54c99e add haskell platform link again 2013-12-19 14:09:49 -08:00
Evan Czaplicki
a3a5cd933f Update README.md 2013-12-19 14:08:39 -08:00
Evan Czaplicki
02bd3a5e34 Update README.md 2013-12-19 14:05:52 -08:00
Evan Czaplicki
ca672f6e46 Keep general instructions on main page 2013-12-19 14:04:03 -08:00
Evan Czaplicki
99683b9434 Merge pull request #398 from fosskers/master
Added link to new Installation instructions
2013-12-19 13:17:51 -08:00
Colin Woodbury
6b6147afb8 Added link to new Installation instructions 2013-12-20 06:06:38 +09:00
Evan Czaplicki
854eeaae67 Merge pull request #377 from cstork/master
Fix Keyboard.lastPressed to signal repeated keys
2013-12-13 15:47:40 -08:00
Christian Stork
61b2cd6e40 Fix Keyboard.lastPressed to signal repeated keys 2013-12-04 13:40:13 +01:00
Evan Czaplicki
9633af6723 Add Generate.Markdown to .cabal file, remove -O2 flag 2013-11-25 23:48:20 -06:00
Evan Czaplicki
bd77cc6e15 Report docs errors to stderr 2013-11-25 23:12:10 -06:00
Evan Czaplicki
c8643484be Abstract out the code for markdown parsing, making it easier to switch out the implementation 2013-11-22 12:12:22 -08:00
Evan Czaplicki
f0d9d3be1d Fix minor indentation issue with eightyCharLines 2013-11-19 22:39:48 -08:00
Evan Czaplicki
f73a6ff9f9 Add an occurs check to finally resolve #294
Add it in the more clever location suggested by Pottier and Remy. Also
change the style of error messages to get rid of the expected/actual
problem for now, and make hints read more smoothly.
2013-11-19 22:31:38 -08:00
Evan Czaplicki
54a99b7309 Add error and explanation for infinite type aliases 2013-11-19 22:29:25 -08:00
Evan Czaplicki
704da021b0 Fix "dropped" frames for text updates (#224, #339) using @timthelion's insights in #350
* Change the implementation of `notify` so that it does not have a
return value any more.

* Get rid of the only remaning use of the return value of `notify` in
the `every` function.

* Have a "lock" on each round to ensure that no library or runtime
calls `notify` synchronously, causing an update to happen half way
through another update, ultimately leading to a dropped frame.
2013-11-18 17:23:40 +01:00
Evan Czaplicki
a49d381c09 Merge pull request #345 from i-e-b/master
Fix to Json Boolean native constructor
2013-11-18 08:04:22 -08:00
i-e-b
75ad25b7ee Fix to Json Boolean native constructor 2013-11-15 15:58:16 +00:00
Evan Czaplicki
3ce4b09013 Update README.md 2013-11-07 18:59:50 +01:00
Evan Czaplicki
0728d5feb3 try to make install instructions clearer 2013-11-07 18:59:08 +01:00
Evan Czaplicki
13928107eb Update README.md 2013-11-07 18:57:39 +01:00
Evan Czaplicki
3d9f242465 cosmetic change 2013-11-07 18:56:49 +01:00
Evan Czaplicki
87d339b7c9 add note about clang on OS X 10.9 2013-11-07 18:55:45 +01:00
Evan Czaplicki
b90e832e6b Merge pull request #330 from timthelion/patch-1
Update String.elm
2013-11-07 04:11:04 -08:00
timthelion
2d4d1678c3 Update String.elm
You had your types swapped.
2013-11-07 12:51:40 +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
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
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
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
Dénes Harmath
68101742c9 Fix grammar 2013-10-30 16:19:02 +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
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
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
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
Evan Czaplicki
040389f507 Correct the value e 2013-10-24 15:02:43 +02:00
Evan Czaplicki
a6c96ebf6b fix show for numbers and other non-object types 2013-10-24 15:02:29 +02:00
Evan Czaplicki
e6f83075d0 Get rid of old info in the readme 2013-10-22 13:54:53 +02:00
Evan Czaplicki
2150eab871 fix string conversion in runtime/ 2013-10-22 10:44:40 +02:00
Evan Czaplicki
519484d85a Add the toList and fromList functions 2013-10-22 10:09:41 +02:00