Commit Graph

57 Commits

Author SHA1 Message Date
Danny Yoo
8465e0ca95 trying to use a tree representation to make the operations less expensive 2011-09-06 17:48:51 -04:00
Danny Yoo
5cbf5843b1 traced 2011-09-05 17:01:18 -04:00
Danny Yoo
21a8ce9894 trying to make the initial render a little more reliable 2011-09-05 12:13:31 -04:00
Danny Yoo
58fc1b400a js-impl now records just the paths in the implementation; compile time is when we suck the content into the file 2011-09-05 12:01:17 -04:00
Danny Yoo
41cd179339 correcting parsing error on dom 2011-09-03 16:58:26 -04:00
Danny Yoo
f9766a764f making sure the elements get parsed in a good way 2011-09-03 15:49:29 -04:00
Danny Yoo
5de0164064 correcting cyclical printing 2011-09-02 15:49:37 -04:00
Danny Yoo
8e5f2ca59d fixing some trailing bugs 2011-09-02 14:02:43 -04:00
Danny Yoo
d6759935cd major api change: view focus now only treats its input as an id, rather than a general selector. We'll have extension to this later. 2011-09-02 13:56:34 -04:00
Danny Yoo
6adf007205 dom-remove 2011-09-01 14:53:18 -04:00
Danny Yoo
f711a43512 updated the todo example to be more sophisticated. 2011-09-01 14:27:20 -04:00
Danny Yoo
29671b68f1 working on xexps 2011-09-01 13:08:01 -04:00
Danny Yoo
c0ac816fda continuing to work on xexps 2011-09-01 12:59:39 -04:00
Danny Yoo
9a886e7789 adding function for seeing if we can focus on an element 2011-09-01 12:14:05 -04:00
Danny Yoo
2cc5ab5c28 web-world implementation clean under jslint 2011-08-31 17:18:24 -04:00
Danny Yoo
366ef4b7d2 jslinting before fixing navigation of views 2011-08-31 17:15:31 -04:00
Danny Yoo
cad4087134 trying to guard against weirdness 2011-08-30 17:41:26 -04:00
Danny Yoo
ee6c214aa0 guarding against weird implementation of geolocation 2011-08-30 17:16:23 -04:00
Danny Yoo
12dfe2caa0 Merge remote-tracking branch 'origin/master' into web-world 2011-08-30 01:16:59 -04:00
Danny Yoo
84c7d457cb ripping out with-output-to; unused 2011-08-29 16:42:08 -04:00
Danny Yoo
726bee2974 example with redirected current output 2011-08-29 16:28:53 -04:00
Danny Yoo
a04d954dfb fixing typo 2011-08-29 12:48:35 -04:00
Danny Yoo
769fa20fe7 where-am-i appears to be doing something 2011-08-29 12:43:52 -04:00
Danny Yoo
9fe0b343c7 structure references check their arguments now. 2011-08-29 12:30:06 -04:00
Danny Yoo
e0a55875fe need to reduce time to compile 2011-08-29 12:17:26 -04:00
Danny Yoo
cc4cf4b879 need to work on events now 2011-08-29 11:42:34 -04:00
Danny Yoo
d4ff2ecaa7 where-ami- 2011-08-29 11:28:51 -04:00
Danny Yoo
28367166fe dwarves example is running, but does not yet show dynamic html stuff 2011-08-29 08:59:41 -04:00
Danny Yoo
944ac897cf still chasing exceptions 2011-08-29 08:24:46 -04:00
Danny Yoo
5d24ac1af7 fixing bind on anonymous values. 2011-08-29 07:50:23 -04:00
Danny Yoo
c00a64d078 trying to see if we can do appendchild ok 2011-08-29 07:23:24 -04:00
Danny Yoo
8ff9dd51d7 adding view and show 2011-08-29 07:14:02 -04:00
Danny Yoo
128a22b701 cleaning up the structure of the page 2011-08-27 09:27:26 -04:00
Danny Yoo
938aba65a3 to-draw will fire off on initialization now 2011-08-26 23:49:47 -04:00
Danny Yoo
a41c961452 trying to clean up the code so I can call redrawView in arbitrary position 2011-08-26 23:47:25 -04:00
Danny Yoo
4a86aad8c3 removing the console logs 2011-08-26 23:24:12 -04:00
Danny Yoo
474ee76279 got bind working on mock views. Now to see if it works dynamically. 2011-08-26 23:23:44 -04:00
Danny Yoo
1dee54a11a trying to implement bind 2011-08-26 22:30:08 -04:00
Danny Yoo
69c60aac07 localizing domToCursor, so that I can do some more work 2011-08-26 20:56:06 -04:00
Danny Yoo
60530bf759 getting indices to locate items in the dom 2011-08-26 16:16:16 -04:00
Danny Yoo
c60f540685 working on bind 2011-08-25 22:38:09 -04:00
Danny Yoo
9f6f35548f trying to figure out issue with animation 2011-08-25 16:55:23 -04:00
Danny Yoo
f33b86112a adding attribute update 2011-08-25 15:58:00 -04:00
Danny Yoo
718ff5b5c0 Aded nonces in so we can reliably detect when the mock view we're given is stale 2011-08-25 14:51:49 -04:00
Danny Yoo
e172f47aa9 adding nonces to the mockview to detect whether or not we're getting a stale mockview to draw. 2011-08-25 14:17:39 -04:00
Danny Yoo
c5d8933126 tick-tock is doing something 2011-08-25 13:44:14 -04:00
Danny Yoo
84c6df5f90 trying to get simple view stuff working. 2011-08-24 16:56:58 -04:00
Danny Yoo
0469cfe4cd ontick looks like it's doing something reasonable 2011-08-24 14:24:21 -04:00
Danny Yoo
f1920ae7c4 trying to get events to work next 2011-08-23 16:39:27 -04:00
Danny Yoo
24030a4cfd hack to get around another weird issue with dynamic evaluation Also fixing initialRendering of a view. 2011-08-23 15:55:25 -04:00