コミット履歴

作者 SHA1 メッセージ 日付
  Kamil Piechaczek 344ec71488 Internal: Bumped the year. [skip ci] 6 年 前
  Szymon Cofalik 68b9ef1624 Fix: Prevented `Differ` crashing in some scenarios invloving attribute changes on elements. 6 年 前
  Oskar Wróbel 61b6254637 Improved performance of Differ. 6 年 前
  Szymon Cofalik 20ed90861b Feature: Introduced `model.Differ#refreshItem()`. 6 年 前
  Kamil Piechaczek 35aba7b0d6 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] 6 年 前
  Szymon Cofalik 001e4fabbb Fix: Attribute and remove change on intersecting ranges done in the same change block will be correctly saved in `Differ` and downcasted. 6 年 前
  Oskar Wróbel e88b80c311 Added another case for checking if range is moved to the same position. 7 年 前
  Oskar Wróbel b6e6dd4084 Fix: Moving to the same position is not handled by the Differ as a change. 7 年 前
  Szymon Cofalik e8d144b482 Introduced `Differ#getChangedMarkers`. 7 年 前
  Kamil Piechaczek c7953fd655 Internal: Bumped the year. [skip ci] 7 年 前
  Maciej Gołaszewski 2e35e803aa Add model/view Range.clone() method. 7 年 前
  Maciej Gołaszewski e2cec333d0 Merge branch 'master' into t/1555 7 年 前
  Szymon Cofalik 10835f364d Fix: Fixed CC drop in `.sort` comparing function. 7 年 前
  Maciej Gołaszewski 29c5ce6be4 Docs: Update protected model factory methods in Position & Range. 7 年 前
  Maciej Gołaszewski 5f2f65a519 Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets(). 7 年 前
  Maciej Gołaszewski 4d500ac4d4 Changed: Make factory methods of model Position protected. 7 年 前
  Szymon Cofalik 6e8e191dc6 Removed: Removed WrapOperation and UnwrapOperation and associated code. 7 年 前
  Szymon Cofalik 55c99f9661 Changed: Minor simplifactions in `Differ`. 7 年 前
  Szymon Cofalik fe735a2084 Added: Introduced `SplitOperation#insertionPosition` as a settable property. Renamed `SplitOperation#position` to `#splitPosition`. 7 年 前
  Szymon Cofalik 2b8720e8f6 Fix: Graveyard changes are correctly handled in Differ for new operations. 7 年 前
  Szymon Cofalik 26a2c6d0da Fix: SplitOperation properties were wrong if the split was in graveyard. 7 年 前
  Szymon Cofalik c4a05f16b3 Changed: Minor changes in code related to OT. 7 年 前
  Szymon Cofalik 65ca18933d Operational transformation refactor. Added new operations, transformations and changed other code connected with it. Added new tests. 7 年 前
  Piotrek Koszuliński f7c71cae6d Docs: Various API docs improvements. 7 年 前
  Maciej Bukowski 4175df1fa1 Fixed API docs - data model incorrect usage. 7 年 前
  Maciej Bukowski 51af75c154 Renamed `willDataChange` to `hasDataChanges`. 7 年 前
  Maciej Bukowski 15daf42bfe Renamed `containsMarkerAffectingData()` to `willDataChange()`. Improved implementation. 7 年 前
  Maciej Bukowski e12de1632e API docs fixes. 7 年 前
  Maciej Bukowski cd2684bcf8 Introduced Differ#containsMarkerAffectingData. 7 年 前
  Maciej Bukowski 2d790252c0 Improved `change:data` event. 7 年 前