Commit History

Author SHA1 Message Date
  Szymon Kupś 0191eec0f4 Tests: Added simple limits tests for deleteContent and insertContent methods. 9 years ago
  Szymon Kupś ddca3c40ef Adding limits support to data controller's modifySelection method. 9 years ago
  Szymon Kupś 30e9c70064 Added 'limits' set to schema. 9 years ago
  Szymon Kupś fe85b95b70 Merge pull request #813 from ckeditor/t/808 9 years ago
  Szymon Kupś fa53a8ec20 Docs: minor fixes. 9 years ago
  Szymon Cofalik d47b66daeb Changed: Fixed logging of applied operation and a test. 9 years ago
  Szymon Cofalik 2f8ba3f654 Changed: After enabling engine debug, overwritten .toString() methods return also class name. 9 years ago
  Szymon Cofalik be574afebc Removed: In dev-utils enableEngineDebug, removed unneeded condition. 9 years ago
  Szymon Kupś 73b8933736 Fix: dev-utils/model#setData() should work with custom roots. Closes #815. 9 years ago
  Piotrek Koszuliński 0f9a311ead Feature: Introduced `view.Range#getEnlarged()`, `view.Range#getTrimmed()`, `view.Position#getLastMatchingPosition()`, `model.Position#getLastMatchingPosition()`, `view.TreeWalker#skip()`, `model.TreeWalker#skip()`. Closes #789. 9 years ago
  Piotrek Koszuliński 30b3ff526f Tests: Fixed coverage by removing unneeded code. 9 years ago
  Piotrek Koszuliński 642ebebbd0 Fixed issue when setData() didn't work with custom roots. 9 years ago
  Szymon Cofalik b36e08bace Merge pull request #814 from ckeditor/t/789 9 years ago
  Piotr Jasiun 0bd55a6840 Fixed docs. 9 years ago
  Piotr Jasiun eaa205ddc8 Merged getPriorPosition and getFurtherPosition into one getLastMatchingPosition. Renamed `Range.getShrinked` to `Range.getTrimmed`. 9 years ago
  Piotr Jasiun 2bc3fad52b Use view.Range#getEnlarged() in converters. 9 years ago
  Piotr Jasiun 5826201a7c Fixed typo in the function name. 9 years ago
  Piotr Jasiun 9ff873a7bb Fixed import bug. 9 years ago
  Piotrek Koszuliński c9cf39146a Internal: Updated PR template. [skip ci] 9 years ago
  Szymon Cofalik 1c4e83f0db Docs: typo. 9 years ago
  Piotr Jasiun 0f80458404 Fixed typos in docs. 9 years ago
  Piotr Jasiun 7e26937be2 Introduced model.TreeWalker#skip, model.Position#getFurtherPosition, model.Position#getPriorPosition. 9 years ago
  Szymon Cofalik 34c7d9abc9 Docs: added docs for enableEngineDebug. 9 years ago
  Szymon Cofalik 22dfa50912 Added: Introduced engine debugging tools. 9 years ago
  Szymon Cofalik 6765a39e95 Changed: made model.Document#_roots public and renamed to #roots. 9 years ago
  Piotr Jasiun 625c85b055 Introduced view.Range#getEnlarded, view.Range#getShrinked, view.Position#getFurtherPosition, view.Position#getPriorPosition, view.TreeWalker#skip. 9 years ago
  Piotr Jasiun 2bbbc672db Merge pull request #810 from ckeditor/t/792 9 years ago
  Szymon Cofalik ad3f5e9f06 Added: view.UIElement converters. 9 years ago
  Szymon Cofalik ab4e688a59 Changed: conversion.Mapper recognizes view.UIElement and returns 0 as its model length. 9 years ago
  Szymon Cofalik 421e4908f5 Fixed: text node with 'elementEnd' returned by view.TreeWalker if start position is at the end of text node. 9 years ago