Commit History

Author SHA1 Message Date
  Szymon Cofalik 14ff9e9f4b InsertOperation.clone() and InsertOperation OT introduced. 10 years ago
  Szymon Cofalik d3ca852791 ChangeOperation OT introduced. 10 years ago
  Szymon Cofalik 64957f26e9 Range new methods: intersectsWith(), clone(), containsPosition(), getTransformedByInsertion(), getDifference(), getCommon() and createFromPositionAndOffset() 10 years ago
  Szymon Cofalik eb631fe08d ChangeOperation._execute() removed some throwed errors, ChangeOperation.clone() introduced. 10 years ago
  Szymon Cofalik 2592900706 Operation.getTransformedBy() docs updated, Operation.clone() docs introduced. 10 years ago
  Szymon Cofalik c7f1fd27f5 NoOperation introduced. 10 years ago
  Szymon Cofalik a3a8c526e7 Changed name in document tests. 10 years ago
  Szymon Cofalik 9eff338bdc MoveOperation minor improvements + code style in tests. 10 years ago
  Szymon Cofalik dedf77e561 Position.getCombined(), .getTransformedByInsertion() and .getTransformedByDeletion() introduced. 10 years ago
  Szymon Cofalik 9ac4296aa7 Position.compareWith() introduced. 10 years ago
  Szymon Cofalik 59fa1fe849 Changes in Position: constructor may throw error, setter for .offset, .getParentPath() to .parentPath, introduced .clone() 10 years ago
  Szymon Cofalik 0c8f4f288c Changed utils.compareArrays so it returns index at which arrays differ. 10 years ago
  Piotr Jasiun b18f280045 Merge pull request #79 from ckeditor/t/55 10 years ago
  Piotrek Koszuliński cc19d31144 Merge branch 'master' into t/55 10 years ago
  Piotrek Koszuliński 932c21b0e4 Merge pull request #88 from cksource/t/69 10 years ago
  Piotr Jasiun 8077100f1d Renamed getAttrIterator to getAttrs. 10 years ago
  Piotr Jasiun 65655abf31 Remove magic from Transaction.register. 10 years ago
  Piotr Jasiun 9b2886159e Removed iterable interface from transaction and delta. 10 years ago
  Piotr Jasiun 747c933fc5 Renamed makeTransaction to createTransaction. 10 years ago
  Piotrek Koszuliński b43bfab395 API docs corrections. 10 years ago
  Piotrek Koszuliński f1cba7fa8a Added a missing comment. 10 years ago
  Piotr Jasiun fdc7d0b3d0 setAttr and removeAttr of the node. 10 years ago
  Piotr Jasiun f78b9d6a19 Docs: added docs to methods registered in deltas. 10 years ago
  Piotr Jasiun 4e367dad7b Docs: for change delta. 10 years ago
  Piotr Jasiun 0f0a9411a1 Docs: deltas classes descriptions. 10 years ago
  Piotr Jasiun d4c63b7f0a Docs: for the delta base class. 10 years ago
  Piotr Jasiun 8513eb1892 Transaction docs. 10 years ago
  Piotr Jasiun 306e5e8f58 Docs: Updated docs for the document. Added operation.delta property description. 10 years ago
  Piotr Jasiun 50ebc2d68c Removed _getAttrCount() and replaced it with getIteratorCount( element.getAttrIterator() ). 10 years ago
  Piotr Jasiun 5afb45822d Added tests for getAttrIterator(). 10 years ago