10 Commits

Author SHA1 Message Date
Caleb James DeLisle
86c4a69a97 Switch to patching with DiffDOM for testing :D 2016-02-11 16:10:44 +01:00
Caleb James DeLisle
37db31b09e Attempt an operational transformation and if the result is not valid JSON then fail 2016-02-11 12:34:06 +01:00
Caleb James DeLisle
e16299b5c4 Revert "restub OT until it's verified"
This reverts commit 350c9e6c7658d93df015fe2b0c82934e0d861bf6.
2016-02-11 12:33:12 +01:00
ansuz
350c9e6c76 restub OT until it's verified 2016-02-11 09:44:47 +01:00
ansuz
9b13fd8f34 pull cursor correction code out of main.js
put it in cursor.js
2016-02-10 11:38:53 +01:00
ansuz
aa3880f442 up to date 2016-02-03 16:48:49 +01:00
ansuz
d96124229b clean up realtime-input.js, break API
use an object for configuration, so as to be more extensible.
modify applications which use the API to match.
2016-02-03 12:45:45 +01:00
ansuz
e220113e98 fix the 'crapstorm' bug 2016-02-01 19:41:55 +01:00
ansuz
08fb010627 give 'onChange' a name 2016-02-01 14:27:43 +01:00
ansuz
d14e42fedd start on a vdom-based wysiwyg realtime
There are still a few conditions that cause it to 'explode'
when different browsers disagree on element semantics.

Overall it's a much cleaner approach, but it will require
extensive tuning to improve performance, as there are still
many complete dom traversals which will not scale for large documents
2016-01-29 12:40:45 +01:00