Danny Yoo
fd43fd59d7
got the example working a lot better now.
2012-03-19 22:31:16 -04:00
Danny Yoo
beb2c02e31
removing google-maps: not ready yet
2012-03-16 16:56:22 -04:00
Danny Yoo
8798ab96a7
trying to get in abort-current-continuation
2012-03-16 16:55:05 -04:00
Danny Yoo
3a7507bab9
removing debug messages; adjusting the numeric tower to send errors it sees to the current machine
2012-03-15 16:53:47 -04:00
Danny Yoo
2d7de1f256
caught the bug. control after calling the fail continuation wasn't being returned in baselib-functions/internalCallDuringPause. Subtle.
2012-03-15 16:33:30 -04:00
Danny Yoo
5798e28801
avoiding the internal error by explicitly checking the arity
2012-03-15 16:28:16 -04:00
Danny Yoo
441c40d305
fixing argument passing to the callback
2012-03-15 15:07:24 -04:00
Danny Yoo
45ef3b21f9
correcting a problem with regards to accumulated event handlers in the presence of a to-draw that doesn't return a view that depends on the current view.
2012-03-15 14:29:44 -04:00
Danny Yoo
1f04418f7c
continuing to fix
2012-03-15 13:54:09 -04:00
Danny Yoo
f05f452dd6
continuing to fix some typos
2012-03-15 13:32:33 -04:00
Danny Yoo
4e8b8a64cd
continuing to push the cps-ing through
2012-03-15 13:14:51 -04:00
Danny Yoo
764afaa731
adding a foreachK helper
2012-03-15 13:08:00 -04:00
Danny Yoo
da295687e5
cpsing the web-world a little more so I can call event handler on-start and on-stop too
2012-03-15 13:00:29 -04:00
Danny Yoo
a88e4192e3
in the middle of revising the ffi for the world
2012-03-14 21:16:01 -04:00
Danny Yoo
2e44e1cfdb
trying to get it to work
2012-03-04 21:41:34 -05:00
Danny Yoo
ecb62a63e8
trying to get it to work
2012-03-04 21:20:53 -05:00
Danny Yoo
714eb87844
trying to extend web world for this.
2012-03-04 20:24:34 -05:00
Danny Yoo
8df8168d1c
making the construction of the mockview lazy
2012-02-27 23:02:36 -05:00
Danny Yoo
3ed2d19eab
adding expectations for what happens for module-scoping test.
...
fixing up the namespace stuff so it goes through getters and setters
trying to add the necessary to the il, but running into typed racket issues
corrected compilation of toplevelref so it works more correctly on module
variables.
2012-02-26 22:59:37 -05:00
Danny Yoo
14a3604705
adding example of view-bind-many
2012-02-13 11:44:37 -05:00
Danny Yoo
55b74e277b
cooking up small example with view-bind-many
2012-02-13 11:31:46 -05:00
Danny Yoo
46c0ba5b7e
changing dwarves-with-remove to use view-bind-many*
2012-02-13 11:20:52 -05:00
Danny Yoo
c8e0b848b6
fix for issue 79. Thanks to Jens Soegaard for finding this bug.
2012-02-13 11:10:30 -05:00
Danny Yoo
9ed5898c1f
trying to reduce allocation to shave off a second from iron puzzle
2012-01-19 15:23:06 -05:00
Danny Yoo
61d6774a14
view-prepend-child
2012-01-12 11:28:37 -05:00
Danny Yoo
719ec6a554
starting to work on monty hall game, trying to figure out why multi-stage programs are difficult to express in World style.
2011-12-13 16:59:46 -05:00
Danny Yoo
976b6112f1
Merge branch 'with-exclusive-lock'
...
Conflicts:
js-assembler/runtime-src/runtime.js
version.rkt
web-world/main.rkt
2011-12-13 15:31:04 -05:00
Danny Yoo
a75c3d6c85
adding a form to make it easier to do bulk binds
2011-12-13 15:23:59 -05:00
Danny Yoo
ac499e24f6
locking internalCall
2011-12-09 22:31:36 -05:00
Danny Yoo
2d10681a26
wrapped all the web-world handlers with syntaxes that check that they're being used in a big-bang lexical context
2011-12-08 18:09:08 -05:00
Danny Yoo
13db47eac8
correcting raise to raiseFailure, to get better error stack messages
2011-12-08 17:17:50 -05:00
Danny Yoo
32fb3812d1
synchronizing the checkboxes
2011-11-22 02:38:50 -05:00
Danny Yoo
d80d7bdb3a
getting rid of the copying debug message
2011-11-22 02:30:44 -05:00
Danny Yoo
d6fb2ff295
adding method for checking presence or absence of attribute
2011-11-22 02:21:53 -05:00
Danny Yoo
efbf45747b
removed erroneous cloning
2011-11-22 02:05:41 -05:00
Danny Yoo
899d9c127e
forgot that regexp.match returns null when it doesn't find anything
2011-11-22 01:29:50 -05:00
Danny Yoo
3234ab5b24
adding remove-view-attr, which is necessary for things like checkboxes.
2011-11-22 01:14:11 -05:00
Danny Yoo
229a849658
kludge to make things work on the android.
2011-11-22 00:59:38 -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
5f45876bc5
relaxing type test of update-view-css
2011-11-21 19:23:19 -05:00
Danny Yoo
452fbffcd5
more stringent type tests
2011-11-21 18:38:08 -05:00
Danny Yoo
c91e2f2dbb
adding some more error trapping on the tree navigation primitives
2011-11-21 18:34:50 -05:00
Danny Yoo
2c44867618
trying to address issue 67 on bad error messages.
2011-11-21 17:40:37 -05:00
Danny Yoo
7adfdffe31
bumping up rate of updates, as requested by Keith Decker
2011-11-07 19:36:48 -05:00
Danny Yoo
40038edd82
adding tick-tock example with signatures
2011-10-04 14:28:24 -04:00
Danny Yoo
89d485ed29
writing comment to myself re: why there's weird code in View.prototype.initialRender. Hack hack hack...
2011-09-30 18:51:25 -04:00
Danny Yoo
79c36704ca
adjusting defaults for web-world drawing
2011-09-30 18:17:45 -04:00
Danny Yoo
c8f1ef07d4
corrected the weirdness with saving the old argcount before restarting computation. Now the makeRestartFunction handles this low-level detail for us.
2011-09-29 18:14:52 -04:00
Danny Yoo
f189201ee0
trying to make the code more robust to things like watchPosition erroring out when enableHighAccuracy is set to true.
2011-09-26 15:11:38 -04:00
Danny Yoo
f8b9496a86
modifying geolocation watchposition to request high accuracy readings, which should trigger GPS
2011-09-26 14:22:43 -04:00