8
0

История коммитов

Автор SHA1 Сообщение Дата
  Piotrek Koszuliński 4c16225d80 Minor API docs fixes. 8 лет назад
  Szymon Cofalik 36e044af3b Changed: Removed `RemoveOperation#fromJson` that did nothing more than `MoveOperation#fromJson`. 8 лет назад
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation. 8 лет назад
  Szymon Cofalik a9b215ad08 Tests: Fixed and added tests for delta transformations after changes done to operations and deltas transformations. 8 лет назад
  Szymon Cofalik 288546d85a Fixed: Fixes in deltas transformations: context.forceWeakRemove depends on document.history, better context setting, deltas normalization. 8 лет назад
  Szymon Cofalik 52815e541b Changed: Refactored `SplitDelta` transformations. 8 лет назад
  Szymon Cofalik e03eb7e240 Tests: fixed tests due to "move operation normalization" done in `MoveOperation` x `MoveOperation` transformation. 8 лет назад
  Szymon Cofalik e4b3ca230f Changed: refactored `MoveOperation` x `MoveOperation` transformation. 8 лет назад
  Szymon Cofalik a26531c90f Changed: context.insertBefore now also affects `InsertOperation` transformation. 8 лет назад
  Szymon Cofalik 973f1d6f19 Docs: Added "missing" example in a comment. 8 лет назад
  Szymon Cofalik 612e5501f3 Fixed: `SplitDelta#_moveOperation` should return null if second operation is `NoOperation`. 8 лет назад
  Szymon Cofalik c68ce8637e Fixed: Prevent errors in AttributeDelta if one of operations is NoOperation. 8 лет назад
  Szymon Cofalik 02f40d876f Changed: Added logging whether `MoveOperation` is sticky for `MoveOperation.log()`. 8 лет назад
  Szymon Cofalik 50d14e38ec Fixed: Remove and reinsert change types needs fixes during range transformations since `RemoveOperation` no longer creates `graveyardHolder`. 8 лет назад
  Szymon Cofalik b05aff7ddb Fixed: `RemoveOperation#getReversed()` and `ReinsertOperation#getReversed()` were incorrect after `RemoveOperation` no longer creates `$graveyardHolder`. 8 лет назад
  Szymon Cofalik 68b006a163 Fixed: RemoveOperation#isPermanent sometimes had no effect during OT. 8 лет назад
  Szymon Cofalik e1b7889cbf Changed: model.Range and view.Range#containsRange changed parameter name and default value from strict to loose. 8 лет назад
  Szymon Cofalik 9917897f58 Added: Introduced `model.Document#transformDeltas` as an entry point for deltas transformation (instead of `deltaTransform.transformDeltaSets` which is protected). 8 лет назад
  Szymon Cofalik 7abb5fb325 Added: introduce context in operations and delta transformations. 8 лет назад
  Szymon Cofalik 67206cd791 Changed: `MergeDelta` and `SplitDelta` should create sticky move operations on reverse. 8 лет назад
  Szymon Cofalik 3fba25e149 Changed: update `LiveSelection` range fixing algorithms after changes in `LiveRange` and `RemoveOperation`. 8 лет назад
  Szymon Cofalik 6b04950bc6 Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own. 8 лет назад
  Szymon Cofalik 3c7db47699 Added: model.LiveRange now passes data about change in document that caused the live range to change. 8 лет назад
  Szymon Cofalik 5182ec9abd Changed: removed deleting deltas from model.History, added marking deltas as "undo pairs". 8 лет назад
  Szymon Cofalik bd6976680a Added: Introduced `strict` parameter in model.Range#containsRange and view.Range#containsRange. 8 лет назад
  Piotrek Koszuliński 695319a028 Tests: Added tests created while debugging ckeditor/ckeditor5-clipboard#2. 8 лет назад
  Piotrek Koszuliński fa26db5e49 Merge pull request #989 from ckeditor/t/922 8 лет назад
  Piotrek Koszuliński 0a70abd46b Merge branch 'master' into t/922 8 лет назад
  Szymon Kupś ecc5065162 Merge pull request #988 from ckeditor/t/822 8 лет назад
  Piotrek Koszuliński b187498039 Merge branch 'master' into t/922 8 лет назад