Commit Graph

  • 50fa81d191 fixed focus issue v0.3.2 DadaMonad 2015-01-30 17:02:03 +00:00
  • 93e75e0111 updated npm+bower version to v0.3.1 v0.3.1.1 DadaMonad 2015-01-30 11:30:11 +00:00
  • cbcdebf33e updated connector functionality DadaMonad 2015-01-30 11:29:05 +00:00
  • 7c842efd52 updated README DadaMonad 2015-01-27 19:32:51 +00:00
  • 60daa082f7 updated README DadaMonad 2015-01-27 17:59:58 +00:00
  • 5681ba84bf added lost dependencies v0.3.1 DadaMonad 2015-01-26 23:35:36 +00:00
  • 978203d73e renamed to yjs v0.3.0 DadaMonad 2015-01-26 23:24:50 +00:00
  • d5c7d51dc4 change name DadaMonad 2015-01-23 22:29:08 +00:00
  • bba92f6a73 double checked urls DadaMonad 2015-01-23 16:17:29 +00:00
  • 31e80f0727 cleaning up DadaMonad 2015-01-23 16:00:03 +00:00
  • f23bb36635 fixing firefox issues DadaMonad 2015-01-22 23:26:30 +00:00
  • b39e9d6450 firefox dom_root issue DadaMonad 2015-01-22 08:57:43 +00:00
  • d93aa8a2ba adding an option to delete arbitrary operations DadaMonad 2015-01-21 00:51:26 +00:00
  • 672696ef86 Update README.md v0.1.0 nicolaescu 2015-01-19 18:19:15 +01:00
  • 7c81dceb23 meme issues DadaMonad 2015-01-19 13:45:53 +00:00
  • 592a0969d3 changing the connector adapter to serve a maximum of 30 operations DadaMonad 2015-01-19 10:19:00 +00:00
  • 00458bab58 more text bind issues DadaMonad 2015-01-19 06:46:08 +00:00
  • bc1c1f7bcf even more range bugs vanished DadaMonad 2015-01-19 05:47:59 +00:00
  • ed392e72ae white space bug DadaMonad 2015-01-19 05:26:59 +00:00
  • fb68550e2c really fixed the shadow dom bug :) DadaMonad 2015-01-19 05:14:29 +00:00
  • 08fe014f9b fixing bind in shadow root DadaMonad 2015-01-19 04:41:40 +00:00
  • 9f9ba33428 selection problem DadaMonad 2015-01-19 03:49:23 +00:00
  • 0421b1ab6a doubble textfield issue DadaMonad 2015-01-19 03:38:19 +00:00
  • bec7d107bd fixes in array type DadaMonad 2015-01-19 02:27:37 +00:00
  • 54844f4535 added support for html content editable. Now you can bind event html tags to text types DadaMonad 2015-01-19 01:56:22 +00:00
  • 02d0ace241 fixing Polymer elements DadaMonad 2015-01-16 23:17:19 +00:00
  • bab4bcc94b added support for Lists (like Arrays, but mutable). It has the same properties as the mutable string type, formerly known as Word Type DadaMonad 2015-01-16 21:20:47 +00:00
  • e54402e842 no more Immutable types :) DadaMonad 2015-01-16 20:02:06 +00:00
  • f1f710b269 Introduced a new model for custom collaborative types. DadaMonad 2015-01-16 19:13:01 +00:00
  • b647b2af58 There are now "Pseudo operations" that are not sent, and get be queried by a special parameter with the HB.getOperation. This will reduce the number of operations that are sent and is necessary for the Array implementation, that I plan to implement in the near future DadaMonad 2015-01-16 13:36:15 +00:00
  • 6b46500325 finishing for tutorial v0.0.8 DadaMonad 2015-01-12 17:01:20 +00:00
  • 3f2ab5cdfe version 0.7 v0.0.7 DadaMonad 2015-01-08 16:53:25 +00:00
  • ef9e183138 All tests working again (including double-late-join) DadaMonad 2015-01-08 15:08:44 +00:00
  • a1b07f84ea changing the GC algorith. Only operations left to an deleted insertion can be garbage collected. (incomplete!) DadaMonad 2015-01-08 12:10:57 +00:00
  • af3cd2361a cleaning up DadaMonad 2015-01-07 14:09:04 +00:00
  • d898136f64 making sync more efficient. using new connector features. found lots of small bugs DadaMonad 2015-01-06 10:29:50 +00:00
  • d2fa906b50 support for the new connector version DadaMonad 2015-01-04 02:20:12 +00:00
  • 17a752c93e added tests with paper-slider DadaMonad 2015-01-03 03:44:50 +00:00
  • e73829f73b added XMPP example, fixed bug in TextType binding to textfield DadaMonad 2015-01-03 01:08:28 +00:00
  • 877365d00c adding yatta-element DadaMonad 2015-01-02 22:43:43 +00:00
  • 6790355232 Polymer elements support bind, creation of new elements, overwrite with simple object, events DadaMonad 2014-12-26 13:36:45 +00:00
  • fd1128d456 added tests for observer types DadaMonad 2014-12-24 11:35:06 +00:00
  • 2f47ad9e3a deleting unused stuff DadaMonad 2014-12-22 17:13:21 +00:00
  • cacfb54d5e testing observers, refactoring some Basic Types DadaMonad 2014-12-22 17:05:15 +00:00
  • 21f7350c4d Cleaning up. No more bubbling events. All tests run fine. Following the Object.observe pattern (untested). DadaMonad 2014-12-17 22:50:08 +00:00
  • 584964153c Everything is working smoothly again. Execution speed increased by 10x. Cleaned up the code and unused stuff. DadaMonad 2014-12-16 18:01:33 +00:00
  • 2cf899418a Adding to HB is now handled by Operation.execute. engine changed. Currently fixing errors and working on memory menagement for large HB tables DadaMonad 2014-12-16 11:21:57 +00:00
  • 7696864841 cleaning up (1) DadaMonad 2014-12-14 17:00:02 +00:00
  • 9b582fc795 added support for Object.observe in supported browsers DadaMonad 2014-12-02 09:50:21 +00:00
  • d4bb2dc173 fixed error with native event listeners DadaMonad 2014-12-01 11:01:14 +00:00
  • e1900e8561 Finished support for new connector type DadaMonad 2014-11-25 15:51:30 +00:00
  • 03925ab32f Merge branch 'master' into gh-pages DadaMonad 2014-11-18 11:02:36 +00:00
  • 6965678581 removed errors in connector. Added new connector type - this is unfinished DadaMonad 2014-11-18 11:00:42 +00:00
  • df838fa1a6 extended .gitignore Kevin Jahns 2014-10-20 10:06:05 +00:00
  • 94e66af751 added test for thesis paper Kevin Jahns 2014-10-20 10:04:53 +00:00
  • ee516a6271 url change v0.0.6 Kevin Jahns 2014-10-17 13:13:53 +00:00
  • 84601c2b94 links Kevin Jahns 2014-10-17 13:04:06 +00:00
  • bab06e9f3d links Kevin Jahns 2014-10-17 13:02:12 +00:00
  • be814f8f8c updated md_s Kevin Jahns 2014-10-06 16:59:18 +02:00
  • ee7c5e4bad examples Kevin Jahns 2014-10-06 16:56:15 +02:00
  • 590c5ea900 switched to self hosted peerjs server Kevin Jahns 2014-10-06 16:53:09 +02:00
  • 3c21fd08b7 switch to self hosted peerjs server Kevin Jahns 2014-10-06 15:55:10 +02:00
  • d2f16eaa87 merge Kevin Jahns 2014-10-06 14:19:56 +02:00
  • 98e582c413 finishing xml Kevin Jahns 2014-10-06 14:16:32 +02:00
  • 693f9bab67 update Kevin Jahns 2014-10-06 10:35:02 +02:00
  • 6caab5e853 docs Kevin Jahns 2014-10-06 10:17:42 +02:00
  • 530210ca63 small fixes Kevin Jahns 2014-10-06 10:16:06 +02:00
  • 3415d0ee5e tests run fine. but it needs some more user testing Kevin Jahns 2014-10-02 21:14:37 +02:00
  • 968e07a8ff fixed jquery.replaceWith Kevin Jahns 2014-09-30 20:10:34 +02:00
  • 1455933abb more jquery methods work Kevin Jahns 2014-09-29 19:26:25 +02:00
  • eb3afe9106 many jquery methods work Kevin Jahns 2014-09-29 18:52:05 +02:00
  • 1e73381863 added counter for golovin Kevin Jahns 2014-09-29 15:32:09 +02:00
  • 5cb7951d44 more xml Kevin Jahns 2014-09-29 15:28:44 +02:00
  • 631bf47a96 merge Kevin Jahns 2014-09-29 13:12:02 +02:00
  • 51b5294e3c a Kevin Jahns 2014-09-29 13:10:22 +02:00
  • 607d442abc decreased sync timeout Kevin Jahns 2014-09-29 12:26:04 +02:00
  • 6623bd6134 increased gc timeout Kevin Jahns 2014-09-29 12:10:33 +02:00
  • c337f37665 sync process Kevin Jahns 2014-09-29 11:58:30 +02:00
  • 8fcd8f6809 Added PeerJs error handlers Kevin Jahns 2014-09-29 11:06:05 +02:00
  • 03d652f70b insertBefore (xml), and prevent bug for addProperty-listener Kevin Jahns 2014-09-29 09:58:44 +02:00
  • 98b1a8f660 created xml branch Kevin Jahns 2014-09-26 12:07:44 +02:00
  • 09cd9f3394 created xml branch Kevin Jahns 2014-09-26 12:02:14 +02:00
  • 12e8768c31 resoved issue #7, empty value when addProperty fires on late join Kevin Jahns 2014-09-26 11:58:42 +02:00
  • 93a04c8e23 merge xml support and bugfixes Kevin Jahns 2014-09-26 10:57:17 +02:00
  • 977e4d2a7c begin implementing xml support Kevin Jahns 2014-09-26 10:48:21 +02:00
  • 4da6efd634 fixed late join issues, and null on event Kevin Jahns 2014-09-25 19:38:33 +02:00
  • b750d95b98 Issue #6: Events carry creator information Kevin Jahns 2014-09-17 18:13:05 +02:00
  • 68c17f1876 Operations are now Garbage Collected! Kevin Jahns 2014-09-17 16:10:41 +02:00
  • b03f477a3f Issue #5, handle null in json Kevin Jahns 2014-08-26 03:05:43 +02:00
  • f444b25ac9 changed few things in the example v0.0.5 Kevin Jahns 2014-08-24 02:21:49 +02:00
  • 86849ae8b1 Documentation and cleanup Kevin Jahns 2014-08-24 01:52:15 +02:00
  • 77739deda3 Issue #4: Improved sync process. Only unsynced operations are sent now Kevin Jahns 2014-08-22 20:50:39 +02:00
  • ad5898a77a fixes issue #1 and #2 Kevin Jahns 2014-08-21 04:19:55 +02:00
  • 465a2f18e6 publish 0.0.4 Kevin Jahns 2014-08-20 17:19:46 +02:00
  • 974d2ba0de more example Kevin Jahns 2014-08-20 17:13:12 +02:00
  • 9e6c238870 connect example Kevin Jahns 2014-08-20 16:42:31 +02:00
  • d8a4d8613e connect example Kevin Jahns 2014-08-20 16:39:42 +02:00
  • f4fdfda9ba connect example Kevin Jahns 2014-08-20 16:37:56 +02:00
  • 2f73c499d3 connect example Kevin Jahns 2014-08-20 16:36:44 +02:00
  • 6ea027b8c0 fixed imports Kevin Jahns 2014-08-20 16:29:26 +02:00