Commit Graph

26 Commits

Author SHA1 Message Date
Tony Garnock-Jones 5621685052 Make boot() return (optional) initialGestalts instead of having a separate argument to spawn(). Fixes failing test case for initial actor route signalling. 2014-08-30 14:52:33 -07:00
Tony Garnock-Jones f5e59bfcd8 Update textfield example to use Actor 2014-08-25 11:44:59 -07:00
Tony Garnock-Jones 216935d60f Webworkerized DOM example 2014-08-05 17:25:40 -07:00
Tony Garnock-Jones 659ee24105 Experimental Web Worker support 2014-08-02 00:32:46 -07:00
Tony Garnock-Jones 76044b539e Update chat example to Actor; preserve non-Actor version; remove
currently-useless OSX app resources
2014-07-25 16:57:16 -07:00
Tony Garnock-Jones 55c9fa1d49 Convert DOM and smoketest examples to actor.js 2014-07-25 16:57:16 -07:00
Tony Garnock-Jones cfeb46ef62 Prefer Array.isArray() to "instanceof Array" tests 2014-07-25 16:56:06 -07:00
Tony Garnock-Jones a605a438cf Multidom example (buggy!) 2014-07-25 16:56:05 -07:00
Tony Garnock-Jones f7baa65a2d Use nested-arrays (sexpr style) instead of hashes for DOM fragments 2014-07-24 16:21:07 -07:00
Tony Garnock-Jones 7bab9be492 Some modularity; general cleanup of codebase 2014-07-23 17:21:51 -07:00
Tony Garnock-Jones fe2fcdb1c8 Bring chat example up to date 2014-05-28 19:45:12 -04:00
Tony Garnock-Jones 424a00c675 Update textfield example for fastrouting 2014-05-26 23:29:29 -04:00
Tony Garnock-Jones 03773b6d6d Adapt marketplace implementation to fastrouting 2014-05-26 14:36:57 -04:00
Tony Garnock-Jones 402af825b0 encodeEvent and decodeAction properly belong in websocket-driver.js 2014-03-10 17:22:07 -04:00
Tony Garnock-Jones b8fd680a24 Switch to obviously-better approach to timeouts in routing-table widget 2014-03-10 15:22:31 -04:00
Tony Garnock-Jones 946e07fb5c Add routing-table widget to chat example. 2014-03-10 15:18:37 -04:00
Tony Garnock-Jones 9a511e2b9b Add routing-table widget to textfield example 2014-03-10 15:02:03 -04:00
Tony Garnock-Jones 218f74f271 Style and extract routing-table-widget 2014-03-10 14:50:56 -04:00
Tony Garnock-Jones 1aa0420048 Experimental display of current subscriptions 2014-03-10 09:20:38 -04:00
Tony Garnock-Jones 0273f2557e Support element attributes as intended 2014-03-07 09:35:41 -05:00
Tony Garnock-Jones f04fb92ea4 DOM driver and example 2014-02-28 09:48:10 -05:00
Tony Garnock-Jones fd9ad65092 Ah, use oninput instead of onchange/onkeypress 2013-12-06 11:24:49 -05:00
Tony Garnock-Jones 7d3b127cf2 Text field example after Hesam Samimi's paper 2013-12-02 21:54:35 -05:00
Tony Garnock-Jones a9d3e4eca4 Split out common drivers from chat example. 2013-12-02 20:41:19 -05:00
Tony Garnock-Jones b3e2d17966 Update page title 2013-12-02 20:35:03 -05:00
Tony Garnock-Jones 56532f80ad Rearrange files, splitting the library from the example(s). 2013-12-02 20:31:12 -05:00