elm/libraries/Native
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
..
Graphics New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Signal Fix "dropped" frames for text updates (#224, #339) using @timthelion's insights in #350 2013-11-18 17:23:40 +01:00
Basics.js Correct the value e 2013-10-24 15:02:43 +02:00
Char.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Color.js cosmetic: fix indentation 2013-10-10 13:57:33 -07:00
Date.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Error.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Function.js Convert the List and Misc modules. 2013-03-08 23:31:19 -08:00
JavaScript.js Fix string conversion problems 2013-10-06 17:50:09 -07:00
Json.js Fix to Json Boolean native constructor 2013-11-15 15:58:16 +00:00
List.js Properly join Text 2013-10-10 14:29:47 -07:00
Prelude.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Show.js Hide internal structure of Elements, Forms, and Positions 2013-10-30 16:34:06 +01:00
String.js Add the toList and fromList functions 2013-10-22 10:09:41 +02:00
Text.js Mark Char and Text values to distinguish them from Strings 2013-10-10 13:57:33 -07:00
Transform2D.js Add scale and documentation for translation 2013-10-29 16:58:54 +01:00
Utils.js Fix mouse and touch tracking for embedded Elm programs, #291 2013-10-13 19:10:02 -04:00