Commit History

Author SHA1 Message Date
  Szymon Cofalik 529ac0c519 Merge branch 'master' into t/1049 8 years ago
  Kamil Piechaczek f35cf1cf12 Upgraded tests to the latest Chai and Sinon version. 8 years ago
  Szymon Cofalik 91c4d73046 Changed: Added `view.Selection#isSimilar`. 8 years ago
  Kamil Piechaczek 8e68177ec1 Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory. 8 years ago
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 years ago
  Maciej Bukowski f9347cce59 Moved createFromRanges method to the constructor optional parameters. 8 years ago
  Maciej Bukowski 205de3cde0 Added static method `createFromRanges` to model/selection. 8 years ago
  Maciej Bukowski 58a26d8072 Added static method `createFromRanges` to view/selection. 8 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 Kupś aada33fa97 Fixed minor issues with view selection getSelectedElement. 9 years ago
  Szymon Kupś 670f2e6f1e Added test to view selection isEqual method to have 100% CC. 9 years ago
  Szymon Kupś 3b725351ca Added getSelectedElement method to view selection. 9 years ago
  Szymon Cofalik 8564bd1021 Tests: expanded tests for model/view.Selection to cover more cases. 9 years ago
  Szymon Cofalik 5fec43d122 Added: Implemented destroy chain for EditingController->observers->dom events. 9 years ago
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 years ago
  Szymon Kupś db41e1f472 Added test checking if view selection setFocus method fires change event. 9 years ago
  Szymon Kupś ba2fbcdf4d Added setFake method, isFake and fakeSelectionLabel getters to view selection. 9 years ago
  Szymon Cofalik 3843ef6555 Added: missing view.Selection#setFocus method + tests. 9 years ago
  Maksymilian Barnaś a04d16dc61 Revert "Merge pull request #573 from ckeditor/t/572" 9 years ago
  Maksymilian Barnaś 2b5390945f Update tests with `throwCKEditorError` check. 9 years ago
  Maksymilian Barnaś 745adac0cb Updated 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 f0957a5b1b Changed: added and changed engine.view classes to unifiy view API with model API. 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
  Oskar Wrobel bd55233ff4 Unified error codes. 9 years ago
  Oskar Wrobel 9472153c14 Added validation for Range. 9 years ago
  Szymon Kupś ac4b473089 Added change event firing to view.Selection.setTo method. 9 years ago