Commit graph

22 commits

Author SHA1 Message Date
Evan Czaplicki
1bec0cada0 Add more documentation 2014-03-07 14:28:36 -10:00
Evan Czaplicki
10506b5663 Rely directly on Native.Show.show when needed 2014-03-01 22:07:48 -08:00
Evan Czaplicki
e53ebfca30 Add a defaultStyle 2014-03-01 20:23:01 -08:00
Evan Czaplicki
0cf6ad25e1 Properly import show from the String library 2014-03-01 20:09:30 -08:00
Evan Czaplicki
9723d2d41c Revamp the Text library so that there is an explicit Text.Style record
The Style record is needed to allow formatting of text fields!
2014-03-01 17:26:19 -05:00
Evan Czaplicki
250685b08d Switch to new syntax for opening modules 2014-02-17 17:56:09 +01:00
Evan Czaplicki
82e9acf16e Change the internal representation of Text
Now generates significantly fewer spans and is a bit faster.
I also removed the `header` function.
2013-11-03 15:20:30 +01:00
Dénes Harmath
36fca0bbea Accepted another grammar fix proposal 2013-10-30 16:37:28 +01:00
Dénes Harmath
68101742c9 Fix grammar 2013-10-30 16:19:02 +01:00
Evan Czaplicki
ada499a7df Minor fixes in documentation 2013-09-10 19:22:52 -07:00
Evan Czaplicki
c69ff2a10b Minor layout tweaks in documentation 2013-09-09 23:07:49 -07:00
Justin Leitgeb
7b86205c4f Convert Text docs 2013-09-09 22:57:06 -05:00
Evan Czaplicki
7e1d95a108 Move the markdown function to the text library 2013-09-01 22:20:07 -07:00
Evan Czaplicki
3e4773ca2e Fix libraries to match new JS generation rules 2013-07-29 23:23:04 +02:00
Evan Czaplicki
748c608df2 Get standard libraries compiling (now that String is in Basics and Signal is in Signal) 2013-07-29 19:26:53 +02:00
Evan Czaplicki
3cc169ba09 Get Text compiling 2013-07-27 13:08:46 +02:00
Evan Czaplicki
727d708289 Get libraries to compile 2013-07-26 00:19:21 +02:00
Evan Czaplicki
340c2e7efa Switch to using px to set text height instead of em. 2013-06-23 04:48:32 -07:00
evancz
c92dd2f921 Add lots of documentation and do some minor API clean up. 2013-05-17 22:46:08 +02:00
evancz
104faf10ea Fix mistaken function name. 2013-04-28 18:52:13 -07:00
evancz
d114746957 Rename some of the Graphics libraries 2013-04-28 05:21:46 -07:00
evancz
2928e20c74 Move some modules out of Graphics/ 2013-04-28 05:01:27 -07:00
Renamed from libraries/Graphics/Text.elm (Browse further)