Commit History

Author SHA1 Message Date
  Oskar Wróbel db7dea6298 Merge branch 'master' into t/ckeditor5-ui/260 8 years ago
  Piotrek Koszuliński 103198e2f7 Merge pull request #174 from ckeditor/t/173 8 years ago
  Piotrek Koszuliński ae8cc8add3 Updated manual test to match the API change. 8 years ago
  Piotrek Koszuliński 1b235b603a Corrected API docs. 8 years ago
  Aleksander Nowodzinski 8c8a14bddf Tests: Added getOptimalPosition helper tests to check if it accepts Function or Rect as a Options#target/limiter. 8 years ago
  Aleksander Nowodzinski 670e4d5302 Merge branch 'master' into t/ckeditor5-ui/260 8 years ago
  Aleksander Nowodzinski d68babc1a0 Docs: Fixed JSDoc errors. 8 years ago
  Aleksander Nowodzinski 15d9d4c99d Made dom/scroll module export hlper functions and an object for testing purposes. 8 years ago
  Aleksander Nowodzinski 2259ba4a49 Aligned dom/position and dom/scroll modules to the latest Rect class API. 8 years ago
  Aleksander Nowodzinski 9878640f6e Code refactoring in the Rect class: removed static Rect.getViewportRect and replaced it with new Rect( window ). Introduced a new instance method #excludeScrollbarsAndBorders. 8 years ago
  Aleksander Nowodzinski 26cbad94ad Code refactoring and docs improvements in the dom/rect module. 8 years ago
  Aleksander Nowodzinski 8746541b0c Docs fixes and code refactoring in the getBorderWidths utility. 8 years ago
  Aleksander Nowodzinski 21665dba4c Tests: Updated stubs to the latest Sinon API. 8 years ago
  Aleksander Nowodzinski 83580a7983 Merge branch 'master' into t/173 8 years ago
  Piotrek Koszuliński abf0c35e23 Internal: Updated eslint-config-ckeditor5. [skip ci] 8 years ago
  Kamil Piechaczek 51d37ed37a Upgraded tests to the latest Chai and Sinon version. 8 years ago
  Piotrek Koszuliński 2bb5b3ce8e Internal: Updated eslint-config-ckeditor5. [skip ci] 8 years ago
  Aleksander Nowodzinski 73daedbf77 Allowed getOptimalPosition helper's limiter as a Function. 8 years ago
  Kamil Piechaczek d2b5ce3d2c Upgraded tests to the latest Chai and Sinon version. 8 years ago
  Aleksander Nowodzinski 2d612d7650 Merge branch 'master' into t/173 8 years ago
  Aleksander Nowodzinski ebd738f38d Docs: Fixed docs errors in the Rect class. 8 years ago
  Aleksander Nowodzinski 27ee807567 Tests: Fixed scrollViewportToShowTarget manual test because the module importing strategy has changed. 8 years ago
  Aleksander Nowodzinski 8080e17d39 Tests: Made the tests immune to the border-width-* styles in the test environment. 8 years ago
  Aleksander Nowodzinski fab20a71de Tests: Fixed broken getBorderWidths() test. 8 years ago
  Aleksander Nowodzinski 2b4e4615af Exported an object containing methods instead of separate function exports in scroll.js. 8 years ago
  Aleksander Nowodzinski e1dddc5d02 Implemented the scrollViewportToShowTarget and scrollAncestorsToShowTarget helpers. 8 years ago
  Piotrek Koszuliński 1b97289724 Docs: Added Gitter badge and standardized repo titles 8 years ago
  Aleksander Nowodzinski 93848801b5 Tests: Added manual test for scrollViewportToShowTarget helper. 8 years ago
  Aleksander Nowodzinski d7a9daf8b9 Used getBorderWidths() helper in getOptimalPosition(). 8 years ago
  Aleksander Nowodzinski ab167f71a9 Implemented Rect class methods #isEqual() and #contains(). Allowed exclusion of borders and scrollbars. 8 years ago