8
0

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

Автор SHA1 Сообщение Дата
  Kamil Piechaczek 20acc7aa2e Added comment with explanation. [skip ci] 8 лет назад
  Kamil Piechaczek 85202fc930 Fixed indent in comment. [skip ci] 8 лет назад
  Kamil Piechaczek 15eed8847e Improved the tests. 8 лет назад
  Kamil Piechaczek 3d69876eba Improved docs and tests. 8 лет назад
  Kamil Piechaczek 2c6266851a Simplified "Position#getCommonAncestor()" (model) and fixed incorrect docs. 8 лет назад
  Kamil Piechaczek 6579c8406b Added method "DocumentFragment#getNodeByPath()". 8 лет назад
  Kamil Piechaczek 78d2eb60f0 Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`. 8 лет назад
  Szymon Cofalik 26122ab850 Other: Removed commented out code and out-dated comments. 8 лет назад
  Piotrek Koszuliński 23e61d5a80 Merge pull request #977 from ckeditor/remove-refactor 8 лет назад
  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 лет назад