Commit History

Author SHA1 Message Date
  Kuba Niegowski d914edc1ee Replaced item.is( 'text' ) with item.is( '$text' ) and the same for textProxy -> $textProxy. 5 years ago
  Kuba Niegowski 9a10205c22 Added model Position#findAncestor() and Element#findAncestor() methods. 5 years ago
  Piotrek Koszuliński 8298b37461 Exposed these utils as public helpers and added minimal tests. 5 years ago
  Maciej Gołaszewski b8269ee376 Fix upcoming ESLint problems in tests. 5 years ago
  Kamil Piechaczek 344ec71488 Internal: Bumped the year. [skip ci] 6 years ago
  Piotrek Koszuliński 153245505d Merge branch 'master' into t/1667 6 years ago
  Piotrek Koszuliński d3166335e3 Added validation for position's getters in order to achieve better errors.. 6 years ago
  Mateusz Samsel 7ca55de973 Improve code spacing. 6 years ago
  Mateusz Samsel 7a360adede Remove checks for no parameters, as those shouldn't be supported. 6 years ago
  Mateusz Samsel 9d85b88c93 Add unit test for 'is' methods. 6 years ago
  Maciej Bukowski 1c950d60e4 Fixed all context errors. 6 years ago
  Maciej Bukowski 81a8cb1ee0 Fixed view tests. 6 years ago
  Maciej Bukowski 57d2396204 Fixed model tests. 6 years ago
  Maciej Bukowski ab458a9e2c WIP - changing errors. 6 years ago
  Kamil Piechaczek 35aba7b0d6 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] 6 years ago
  Szymon Cofalik 2224bfcb73 Fix: Static creators for `model.Position` should handle `stickiness`. 6 years ago
  Kamil Piechaczek c7953fd655 Internal: Bumped the year. [skip ci] 6 years ago
  Piotrek Koszuliński 6321ebfd65 Docs: A lot of corrections all across the docs. 7 years ago
  Maciej Gołaszewski 4056ace1e7 Add model/view Position.clone() method. 7 years ago
  Maciej Gołaszewski 94feadd5d2 Review writerSetSelection() API calls with single position. 7 years ago
  Maciej Gołaszewski f4fd8ff443 Update model/view position docs and tests. 7 years ago
  Maciej Gołaszewski f562fee02a Docs: Remove Position._createAt() references from docs. 7 years ago
  Maciej Gołaszewski 5f2f65a519 Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets(). 7 years ago
  Maciej Gołaszewski 217d1035e1 Changed: Use Position._createAt( position ) instead of Position._createFromPosition( position ) to clone position. 7 years ago
  Maciej Gołaszewski 4d500ac4d4 Changed: Make factory methods of model Position protected. 7 years ago
  Maciej Gołaszewski 8df81fd046 Remove default value of offset parameter from model methods. 7 years ago
  Maciej Gołaszewski 90d2a88bf7 Make Position.createAt() offset parameter required. 7 years ago
  Szymon Cofalik 6e8e191dc6 Removed: Removed WrapOperation and UnwrapOperation and associated code. 7 years ago
  Szymon Cofalik cd5643f770 Changed: Removed `insertionPosition` from `SplitOperation` constructor. 7 years ago
  Szymon Cofalik fe735a2084 Added: Introduced `SplitOperation#insertionPosition` as a settable property. Renamed `SplitOperation#position` to `#splitPosition`. 7 years ago