Historique des commits

Auteur SHA1 Message Date
  Kamil Piechaczek d2d387f759 Code style. il y a 5 ans
  Maciej Gołaszewski 5eb77f6ca4 Fix dangling comma. il y a 5 ans
  Kamil Piechaczek 344ec71488 Internal: Bumped the year. [skip ci] il y a 6 ans
  Szymon Cofalik 68b9ef1624 Fix: Prevented `Differ` crashing in some scenarios invloving attribute changes on elements. il y a 6 ans
  Szymon Cofalik 20ed90861b Feature: Introduced `model.Differ#refreshItem()`. il y a 6 ans
  Kamil Piechaczek 35aba7b0d6 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] il y a 6 ans
  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. il y a 6 ans
  Oskar Wróbel 23f864bf6f Simplified the test. il y a 6 ans
  Oskar Wróbel e88b80c311 Added another case for checking if range is moved to the same position. il y a 6 ans
  Oskar Wróbel b6e6dd4084 Fix: Moving to the same position is not handled by the Differ as a change. il y a 6 ans
  Szymon Cofalik e8d144b482 Introduced `Differ#getChangedMarkers`. il y a 6 ans
  Kamil Piechaczek c7953fd655 Internal: Bumped the year. [skip ci] il y a 6 ans
  Maciej Gołaszewski 5f2f65a519 Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets(). il y a 7 ans
  Maciej Gołaszewski 4d500ac4d4 Changed: Make factory methods of model Position protected. il y a 7 ans
  Szymon Cofalik 6e8e191dc6 Removed: Removed WrapOperation and UnwrapOperation and associated code. il y a 7 ans
  Szymon Cofalik cd5643f770 Changed: Removed `insertionPosition` from `SplitOperation` constructor. il y a 7 ans
  Szymon Cofalik fe735a2084 Added: Introduced `SplitOperation#insertionPosition` as a settable property. Renamed `SplitOperation#position` to `#splitPosition`. il y a 7 ans
  Szymon Cofalik 2b8720e8f6 Fix: Graveyard changes are correctly handled in Differ for new operations. il y a 7 ans
  Szymon Cofalik 97744b7f6b Changed: Removed unreachable branch in `model.Range#_getTransformedByMergeOperation`. il y a 7 ans
  Szymon Cofalik 9ee2170d45 Changed: Remove `ReinsertOperation` and `RemoveOperation`. il y a 7 ans
  Szymon Cofalik 65ca18933d Operational transformation refactor. Added new operations, transformations and changed other code connected with it. Added new tests. il y a 7 ans
  Maciej Bukowski 51af75c154 Renamed `willDataChange` to `hasDataChanges`. il y a 7 ans
  Maciej Bukowski 15daf42bfe Renamed `containsMarkerAffectingData()` to `willDataChange()`. Improved implementation. il y a 7 ans
  Maciej Bukowski cd2684bcf8 Introduced Differ#containsMarkerAffectingData. il y a 7 ans
  Szymon Cofalik d04644067a Fix: `model.Differ` did not handle attribute change transformation correctly. il y a 7 ans
  Piotrek Koszuliński a90e282363 FTests: ixed outdated test. il y a 7 ans
  Piotrek Koszuliński 0fcc2521af Merge branch 'master' into t/ckeditor5/742 il y a 7 ans
  Szymon Cofalik 94c7224549 Fixed: Remove by remove change transformation in Differ was incorrect. il y a 7 ans
  Kamil Piechaczek c63c55c6e9 Renamed "_*Children()" name of functions to "_*Child()". il y a 7 ans
  Szymon Cofalik 3c6dc4fdaa Fix: Markers were not refreshed when a model element was renamed. il y a 7 ans