Commit graph

492 commits

Author SHA1 Message Date
Evan Czaplicki
7d882ac01b Add library for simple logging, specifically for debugging. 2014-02-21 11:57:18 -05:00
Evan Czaplicki
7920a4f3af Merge pull request #504 from 5outh/master
Tiny typo in String.elm
2014-02-19 20:09:05 -05:00
Evan Czaplicki
5a39ddf7ac cosmetic: mess with style 2014-02-19 16:03:52 -05:00
Timothy Hobbs
c0d4c4de4b Declare the trampoline variable before using it.
This makes the trampoline "module" work in strict mode which you are now using everywhere.
2014-02-19 19:56:05 +00:00
Benjamin Kovach
ed8089a60c Update String.elm
Super minor typo
2014-02-19 11:12:08 -05:00
Evan Czaplicki
ea28a87b7b Merge branch 'input' into dev
Conflicts:
	libraries/Native/Graphics/Input.js
	runtime/Render/Element.js
2014-02-19 08:00:33 -05:00
Evan Czaplicki
86436d7280 Merge pull request #502 from Xashili/dev
Added support for .pointer-events.
2014-02-19 07:50:38 -05:00
pseudonom
b7a45f650d Docs were missing repeat 2014-02-19 00:41:44 -05:00
Evan Czaplicki
139f73a1e1 Add examples! 2014-02-18 18:33:21 -05:00
Evan Czaplicki
57c4b79eb3 Add more examples
Based on very valid observation here
(https://groups.google.com/forum/#!topic/elm-discuss/_vvE0OWNKDU) that
these docs were bad before.
2014-02-18 18:06:14 -05:00
Evan Czaplicki
d5df18d51a Merge branch 'dev' into input 2014-02-18 14:24:37 -05:00
Evan Czaplicki
a35f47fac9 Add examples for all exported functions 2014-02-18 14:21:12 -05:00
Evan Czaplicki
6a2d21fbdb Fix bug revealed by TodoFRP 2014-02-18 13:18:20 -05:00
Evan Czaplicki
bb13c9c5b1 cosmetic: silly indentation changes in comments 2014-02-18 12:23:54 -05:00
Evan Czaplicki
0018d32627 Start using new Input type everywhere!
Whoo! :D
2014-02-18 12:14:10 -05:00
Evan Czaplicki
0c805d8c4f Get drop down menus rendering 2014-02-17 21:28:15 +01:00
Evan Czaplicki
88e9e6756d Fix problem with checkboxes 2014-02-17 20:58:10 +01:00
Evan Czaplicki
49901dc5d3 Fix bugs in fields 2014-02-17 20:57:57 +01:00
Evan Czaplicki
250685b08d Switch to new syntax for opening modules 2014-02-17 17:56:09 +01:00
Evan Czaplicki
1c832af6b0 Attempt to revamp the Graphics.Input library, much testing still needed 2014-02-17 17:38:37 +01:00
Evan Czaplicki
8fbb9c799d Cosmetic: adjust indentation 2014-02-17 10:42:13 +01:00
Evan Czaplicki
8971b79125 Add small note referring people to the Regex library 2014-02-10 21:18:36 +01:00
Evan Czaplicki
f0f84cbb54 Introduce the HowMany type to simplify API 2014-02-10 20:08:40 +01:00
Evan Czaplicki
f51ddf9e4e Fix stupid error in Bitwise library 2014-02-08 19:42:44 +01:00
Evan Czaplicki
f5c612f13c Add Date.fromTime function, based on PR #357 2014-01-28 23:56:24 +01:00
Evan Czaplicki
f636b7576f Merge pull request #409 from maxsnew/keepWhen
Change semantics of keepWhen/dropWhen.
2014-01-28 06:18:04 -08:00
Evan Czaplicki
007ea7126f Get rid of isClicked
It can be argued that everything should be derived from isDown and
position (the two real facts about the mouse), so maybe that is a
direction to go from here.
2014-01-27 12:29:52 +01:00
Evan Czaplicki
3fec0f94ee attempt to make the documentation easier 2014-01-24 18:07:49 +01:00
Evan Czaplicki
4ef397c3dc Get rid of dead code, cannot be called because of the type checker 2014-01-24 18:07:07 +01:00
Evan Czaplicki
5d5b01cb2d Merge pull request #456 from maxsnew/trampoline
Trampoline
2014-01-24 08:31:58 -08:00
Evan Czaplicki
ea23081f05 Get rid of extra word 2014-01-21 00:01:57 +01:00
Evan Czaplicki
3ab80bf608 Bump to 0.11 2014-01-20 23:54:18 +01:00
Max New
df135b8c9b Update trampoline docs to new interface. 2014-01-20 14:40:10 -06:00
Max New
b47166144d Simplify Trampoline datatype. 2014-01-20 14:38:12 -06:00
Evan Czaplicki
df95c68c56 Fix problem with Text alignment! 2014-01-20 20:54:16 +01:00
Max New
50bc5a493f Remove old JS dropWhen/keepWhen 2014-01-20 11:22:06 -06:00
Max New
9dc1549431 Uncomplicate keepWhen implementation 2014-01-20 11:22:06 -06:00
Max New
0a1c8990eb Change semantics of keepWhen/dropWhen.
They no longer propagate the right Signal when the left Signal
changes.
2014-01-20 11:22:06 -06:00
Evan Czaplicki
6556b1bf4e Merge pull request #461 from jvoigtlaender/keepIf-docu
corrected documentation of keepIf and friends
2014-01-20 08:13:18 -08:00
Evan Czaplicki
4e5ba54934 Revert "Merge pull request #462 from jvoigtlaender/Mouse.isClicked-correction"
This reverts commit 26b7fc617f, reversing
changes made to 9be0abd018.
2014-01-20 17:09:34 +01:00
Evan Czaplicki
26b7fc617f Merge pull request #462 from jvoigtlaender/Mouse.isClicked-correction
change Mouse.isClicked to adhere to its documentation
2014-01-20 08:07:42 -08:00
Evan Czaplicki
9be0abd018 Try to address #464 2014-01-20 17:06:25 +01:00
Evan Czaplicki
bb056ac2f4 Attempt to address #463
@ jvoigtlaender, does this clarify things enough?
2014-01-20 16:48:43 +01:00
jvoigtlaender
c3c12b929b change Mouse.isClicked to adhere to its documentation 2014-01-20 07:46:49 +01:00
jvoigtlaender
b79a8a8061 corrected documentation of keepIf and friends 2014-01-20 07:40:24 +01:00
Max New
84aab5843b Basic docs for trampolines 2014-01-18 13:41:26 -06:00
Max New
8ae1c1c246 Add native Trampoline support for unbounded recursion 2014-01-18 13:41:19 -06:00
Evan Czaplicki
598058e1db Get rid of the word "simply". It is a condescending word. 2014-01-17 19:19:30 +01:00
Evan Czaplicki
6a382825d8 Add the always function
I want it, I do not want to rename constant, and I think it is a good
name.
2014-01-17 18:19:42 +01:00
Evan Czaplicki
996848ce86 Simplify the JS API for sending values to signal ports, making error handling more reasonable 2014-01-16 18:30:44 +01:00