Commit History

Author SHA1 Message Date
  Szymon Cofalik 7b9406582b Fixed: default `remove()` converter should not remove `view.UIElement`s that are next to removed nodes. 8 years ago
  Szymon Cofalik 2c46850297 Changed: ModelConversionDispatcher should use `remove` + `insert` conversion for `move` and `rename` changes. 8 years ago
  Szymon Cofalik ad3f5e9f06 Added: view.UIElement converters. 9 years ago
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 years ago
  Piotrek Koszuliński c904325be6 Bump up the year. 9 years ago
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 years ago
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 years ago
  Szymon Cofalik c4df85feae Merge branch 'master' into t/643 9 years ago
  Szymon Cofalik 051c792935 Changed: PR fixes for Markers. 9 years ago
  Piotrek Koszuliński 66f4e8eb2c Tests: wrapped tests in the main describe(). 9 years ago
  Szymon Cofalik 39651489fe Changed: model converters: introduced markers converters, simplified move and remove converter, other slight tweaks. 9 years ago
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 years ago
  Szymon Cofalik 06c3cab82e Fixed: ModelConversionDispatcher#convertMove and #convertRemove. 9 years ago
  Oskar Wrobel a478937ad2 Refactored uses of EmitterMixin. 9 years ago
  Szymon Cofalik a952797ecd Changed: Moved some rename conversion logic from ModelConversionDispatcher to converter. 9 years ago
  Szymon Cofalik 2c42a3e4f1 Added: Rename change type conversion. 9 years ago
  Szymon Cofalik 43312012c8 Tests: missing tests for model-to-view-converters. 9 years ago
  Szymon Cofalik d4967ae681 Changed: ModelConversionDispatcher#convertInsert renamed to convertInsertion. 9 years ago
  Szymon Cofalik 75f74d3f6f Tests: fixed red tests. 9 years ago
  Szymon Cofalik e0982a68d8 Changed: model/view Range constructors. 9 years ago
  Szymon Cofalik 89fffdcc38 Tests: added tests with unicode characters and also did some minor fixes in tests. 9 years ago
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 years ago
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 years ago
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 years ago
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 years ago
  Szymon Kupś 586a658b9f Converted engine.view.Writer class to utilities functions. 9 years ago
  Piotr Jasiun 98d0cb2603 Tests: added automated tests for converters. 9 years ago
  Oskar Wrobel b49f0f2db5 Removed default parameters from model.document.getRoot() calls. 9 years ago
  Oskar Wrobel 564f153d7d Changed parameters orded of model.document.createRoot() method. 9 years ago
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 years ago