コミット履歴

作者 SHA1 メッセージ 日付
  Piotrek Koszuliński 2d2654f5d5 WIP 5 年 前
  Kamil Piechaczek 344ec71488 Internal: Bumped the year. [skip ci] 6 年 前
  Szymon Cofalik a98743c445 Another fixes in error handling after review. 6 年 前
  Maciej Bukowski fe519715a0 Fixed errors/warnings. 6 年 前
  Maciej Bukowski fa75dca94a Removed usage of logger. 6 年 前
  Mateusz Samsel aac61e3c87 Add a description in a code for the fix. Improve name of the unit test. 6 年 前
  Mateusz Samsel b9c37e358c Prevent of removing empty node in some special cases. 6 年 前
  Kamil Piechaczek 35aba7b0d6 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] 6 年 前
  Szymon Cofalik 4bca44a6e8 Internal: Fixed incorrectly obtained `insertionPosition` in `insertContent`. 6 年 前
  Szymon Cofalik 5a35023cf3 Docs: More clarification in comments in `insertContent`. 6 年 前
  Szymon Cofalik 0d20edd3d4 Added: `Model#insertContent` now returns "affected range" which is a range containing all the changes performed by the insertion. 6 年 前
  Kamil Piechaczek c7953fd655 Internal: Bumped the year. [skip ci] 6 年 前
  Maciej Gołaszewski d3c4cd397b Define Selectable type used to set selection in model. 7 年 前
  Maciej Gołaszewski 4056ace1e7 Add model/view Position.clone() method. 7 年 前
  Maciej Gołaszewski fa1bea6a29 Update model/view selection docs and tests. 7 年 前
  Maciej Gołaszewski 5f2f65a519 Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets(). 7 年 前
  Maciej Gołaszewski 217d1035e1 Changed: Use Position._createAt( position ) instead of Position._createFromPosition( position ) to clone position. 7 年 前
  Maciej Gołaszewski 4d500ac4d4 Changed: Make factory methods of model Position protected. 7 年 前
  Maciej Gołaszewski 742109912d Changed: The model.insertContent() should accept offset parameter. 7 年 前
  Piotrek Koszuliński df7eabf42f Docs: Fixed links. [skip ci] 7 年 前
  Maciej Gołaszewski 923d1601cb Docs: Add default values to the selectable in insertContent(). 7 年 前
  Maciej Gołaszewski 464a2ef6fb Docs: Move documentation about changing selection to `model.insertContent()` from `insertContent()`. 7 年 前
  Maciej Gołaszewski 1ceb1671a1 Docs: Update `insertContent()` documentation. 7 年 前
  Maciej Gołaszewski c7bf7ac166 The insertContent() function should also work with DocumentSelection. 7 年 前
  Maciej Gołaszewski 005c98d3fe Use `Selection` class instead of `DocumentSelection` to check if `insertContent()` needs to create `Selection` instance. 7 年 前
  Maciej Gołaszewski 29cdfeaec2 Changed: The insertContent() should accept position & range. 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 19dbe76502 Unified use of the 'post-fixer' term across the code. 7 年 前
  Kamil Piechaczek c63c55c6e9 Renamed "_*Children()" name of functions to "_*Child()". 7 年 前
  Kamil Piechaczek bfd5f00dc2 Changed public API to protected. 7 年 前