elm/libraries/Native
Evan Czaplicki 284438d494 Fix so that focus is still handled by the browser, not Elm.
This resolves the issue observed by Max and me in which focus always
jumped to the first text field on the page.

https://groups.google.com/forum/#!topic/elm-discuss/du9x7E9AkDE
2014-03-04 07:56:44 -10:00
..
Graphics Fix so that focus is still handled by the browser, not Elm. 2014-03-04 07:56:44 -10:00
Signal Merge pull request #409 from maxsnew/keepWhen 2014-01-28 06:18:04 -08:00
Basics.js Move some library functions out of JS and into Elm 2013-10-29 17:16:47 +01:00
Bitwise.js Fix stupid error in Bitwise library 2014-02-08 19:42:44 +01:00
Char.js New convention for storing module values, fixes bug 2013-09-30 01:32:27 -07:00
Color.js Move conversion from colors to CSS to the Color library 2014-03-01 20:08:38 -08:00
Date.js Add Date.fromTime function, based on PR #357 2014-01-28 23:56:24 +01:00
Debug.js Add library for simple logging, specifically for debugging. 2014-02-21 11:57:18 -05: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 Make the fix from #435 2014-01-13 11:01:10 +01:00
Json.js Fix to Json Boolean native constructor 2013-11-15 15:58:16 +00:00
List.js Fix problem with Text alignment! 2014-01-20 20:54:16 +01:00
Ports.js Simplify the JS API for sending values to signal ports, making error handling more reasonable 2014-01-16 18:30:44 +01:00
Regex.js Introduce the HowMany type to simplify API 2014-02-10 20:08:40 +01:00
Show.js Remove unused dependencies 2014-02-24 10:30:07 -05:00
String.js Rely directly on Native.Show.show when needed 2014-03-01 22:07:48 -08:00
Text.js Remove dead code 2014-03-01 22:07:17 -08:00
Trampoline.js cosmetic: mess with style 2014-02-19 16:03:52 -05:00
Transform2D.js Add scale and documentation for translation 2013-10-29 16:58:54 +01:00
Utils.js Revamp the Text library so that there is an explicit Text.Style record 2014-03-01 17:26:19 -05:00