Commit Graph

102 Commits

Author SHA1 Message Date
Danny Yoo
c29ec1bf7e Need to account for the pageX and pageY of the playground 2012-06-24 20:18:44 -04:00
Danny Yoo
3fe5288dd1 copying all the width and heights 2012-06-24 19:41:39 -04:00
Danny Yoo
fa36b9c3c5 adding view-width and view-height methods 2012-06-24 18:56:54 -04:00
Danny Yoo
f6cc08afa9 about to do drag-and-drop 2012-06-24 18:44:58 -04:00
Danny Yoo
aa57c8f378 first version to add new boxes dynamically 2012-06-24 18:41:01 -04:00
Danny Yoo
2f90adf7fc fixing type error in web-world 2012-06-24 18:30:19 -04:00
Danny Yoo
47f04305fc starting to cook up a drag-and-drop example 2012-06-24 17:51:52 -04:00
Danny Yoo
7d6f46d50e fixing indentation 2012-05-14 16:24:16 -04:00
Danny Yoo
e804a8c52b updating the select example to not printf 2012-05-14 16:23:57 -04:00
Danny Yoo
8397c4bece fix for issue 91 2012-05-14 16:23:07 -04:00
Danny Yoo
995f093baa writing small example with select 2012-05-14 15:16:07 -04:00
Danny Yoo
ce7a998ba8 correcting white-space: Firefox does not like it 2012-03-22 17:45:19 -04:00
Danny Yoo
4843664059 Cleaning up the program output a little 2012-03-19 22:33:24 -04:00
Danny Yoo
fd43fd59d7 got the example working a lot better now. 2012-03-19 22:31:16 -04:00
Danny Yoo
7f8b88abf4 Got a simple clicking example working. 2012-03-19 22:08:44 -04:00
Danny Yoo
ebc3191676 changing the success continuation passed to js-function->procedure so it can return multiple values back easily. 2012-03-19 21:50:59 -04:00
Danny Yoo
5a35785c7a continuing to load the map element 2012-03-19 19:00:06 -04:00
Danny Yoo
7fbb36e4b1 trying to write simple binding to google maps 2012-03-19 18:22:31 -04:00
Danny Yoo
ce0e1259b5 variable renaming 2012-03-05 17:10:26 -05:00
Danny Yoo
3315d65f43 js-get-message example 2012-03-05 16:04:42 -05:00
Danny Yoo
15812e1c53 got another thing working 2012-03-05 16:03:14 -05:00
Danny Yoo
002521a21b intra-iframe communication example 2012-03-05 15:55:02 -05:00
Danny Yoo
714eb87844 trying to extend web world for this. 2012-03-04 20:24:34 -05:00
Danny Yoo
cf40b06d69 trying to test out the js binding stuff 2012-03-04 18:24:57 -05:00
Danny Yoo
83f6db4211 back-porting the corrections I needed to make to take advantage of load-script, as well as correctly sending string rather than naked id to the call to the Raphael JS library 2012-02-28 18:26:21 -05:00
Danny Yoo
2abca33a81 updating raphael-demo with new version from Jens 2012-02-28 18:24:58 -05:00
Danny Yoo
862fa431fe correcting example so it works under firefox too 2012-02-28 00:29:44 -05:00
Danny Yoo
d41aa187e3 adding load-script to the FFI; modified examples/raphael-demo.rkt so that it loads the raphael library dynamically 2012-02-27 21:39:32 -05:00
Jens Axel Søgaard
9bce797f13 Added command line for compiling the example. 2012-02-27 23:23:59 +01:00
Jens Axel Søgaard
2def5b99a8 Adds js-eval for evaluting JavaScript from Whalesong. 2012-02-27 23:11:36 +01:00
Jens Axel Søgaard
2d7baca4c5 Adding the flag --include-script to build. Used to textual include Javascript files in the header. 2012-02-27 19:26:13 +01:00
Danny Yoo
d70db16956 continuing to optimize 2012-02-10 14:24:42 -05:00
Danny Yoo
6d035504af trying to fix benchmark for list-length, which is failing badly 2012-02-10 13:27:26 -05:00
Danny Yoo
158cc6ddf6 sierpenski carpet example 2012-01-18 19:26:24 -05:00
Danny Yoo
3881e0c085 fixing image width and height bug in resources 2012-01-17 12:38:33 -05:00
Danny Yoo
4aed984bb8 comments 2012-01-17 12:24:46 -05:00
Danny Yoo
0eb8168c5b trying to port my iron-puzzle to Whalesong 2012-01-17 11:28:25 -05:00
Danny Yoo
a9f2cab637 tracing issue to parseStringAsHtml: the android browser has a broken innerHTML parser that ignores link href. Argh 2011-11-22 00:28:47 -05:00
Danny Yoo
cefa8407ca css example 2011-11-21 23:31:01 -05:00
Danny Yoo
dcb94873fe including the avltree sources 2011-11-03 17:17:27 -04:00
Danny Yoo
e0a3da2c39 simple toy example of shuffling numbers around 2011-11-03 16:10:28 -04:00
Danny Yoo
d477de9e23 corrections and typos 2011-10-05 13:56:56 -04:00
Danny Yoo
f087ec8619 more revisions to documentation 2011-10-04 15:54:00 -04:00
Danny Yoo
c4ec1ae744 adding where-am-i as a cs019 example, using signatures 2011-10-04 15:33:25 -04:00
Danny Yoo
40038edd82 adding tick-tock example with signatures 2011-10-04 14:28:24 -04:00
Danny Yoo
b7489b5b0c some cleanup; also turning on the context preservation stuff in hopes that it will make the generated code smaller 2011-09-28 14:23:53 -04:00
Danny Yoo
cba2b31e45 more support for some character stuff 2011-09-25 16:38:49 -04:00
Danny Yoo
5ccaf1ca46 correcting coordinate calculations 2011-09-16 13:11:49 -04:00
Danny Yoo
2542f2b1e6 mouse events in progress 2011-09-16 13:01:26 -04:00
Danny Yoo
27552665e1 added hack to specialize certain resources 2011-09-14 15:52:28 -04:00