Historique des commits

Auteur SHA1 Message Date
  Marek Lewandowski f863b19b77 Intenral (utils): Fixed type returned by Rect#getBoundingRect(). il y a 5 ans
  Marek Lewandowski 4ce955fac5 Feature (utils): Introduced the Rect#getBoundingRect() method that returns a `Rect` instance containing all other rectangles. il y a 5 ans
  Marek Lewandowski 0d6cd9c214 Tests (utils): Removed integration test for sequenced range Rect. il y a 5 ans
  Marek Lewandowski 0de304531e Tests: Added unit tests calculating Rect for a sequenced range. il y a 5 ans
  Kamil Piechaczek 2283aa4f74 Internal: Bumped the year. [skip ci] il y a 6 ans
  Aleksander Nowodzinski 11c2501ec2 Fix: `Rect#excludeScrollbarsAndBorders` should support RTL content. Fixed incorrect output of the method. Closes #297. il y a 6 ans
  Piotr Jasiun aee2e94059 Warn about rect-source-not-in-dom only in CK_DEBUG mode. il y a 6 ans
  Maciej Bukowski f9e6038ca8 Removed usage of logger. il y a 6 ans
  Kamil Piechaczek 98899fd81e Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] il y a 6 ans
  Kamil Piechaczek 3e031cfe15 Internal: Bumped the year. [skip ci] il y a 6 ans
  Maciej Gołaszewski bacc3a704c Tests: Properly use sinon sandbox in tests. il y a 7 ans
  Piotrek Koszuliński 1eba2cbdb7 Internal: Bumped the year. [skip ci] il y a 8 ans
  Maciej Bukowski 52460a5abc Added test for Rect class. il y a 8 ans
  Kamil Piechaczek f0070e2613 Fixed failing tests in Safari. il y a 8 ans
  Kamil Piechaczek 417d9ab1f8 Used `Node#appendChild` method instead of `Node#append`. il y a 8 ans
  Aleksander Nowodzinski 82dc93f5e3 Tests: Added tests to verify Rect class works for various cases of another window's context. il y a 8 ans
  Aleksander Nowodzinski ebf5029b4b Made Rect class independent of global#window and document. Using rect source's window instead. il y a 8 ans
  Aleksander Nowodzinski ac9a54af45 Tests: Silenced Rect warnings. il y a 8 ans
  Aleksander Nowodzinski 36a5abd385 Internal: A warning should show up when a Rect instance is for an HTML element or a DOM range not belonging to a rendered DOM tree. Closes #178. il y a 8 ans
  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. il y a 8 ans
  Aleksander Nowodzinski 21665dba4c Tests: Updated stubs to the latest Sinon API. il y a 8 ans
  Kamil Piechaczek 51d37ed37a Upgraded tests to the latest Chai and Sinon version. il y a 8 ans
  Aleksander Nowodzinski ab167f71a9 Implemented Rect class methods #isEqual() and #contains(). Allowed exclusion of borders and scrollbars. il y a 8 ans
  Aleksander Nowodzinski b1f09018dd Other: Provided a static `Rect#getDomRangeRects` method for external usage. Closes #168. il y a 8 ans
  Aleksander Nowodzinski 14e38d6c63 Fix: Rect utility should work for collapsed DOM Ranges. Closes #153. il y a 8 ans
  Aleksander Nowodzinski d6b2b2138c Renamed Rect#_obj to Rect#_source. Code refactoring. il y a 8 ans
  Aleksander Nowodzinski 64cc2f7775 Performance: Speed up Rect#getVisible nearly twice by avoiding window#getComputedStyles. il y a 8 ans
  Aleksander Nowodzinski e1088036e1 Fixed: Range#getVisible throws when used for document#body. il y a 8 ans
  Aleksander Nowodzinski 114e54bbb8 Implemented Rect#getVisible method. Defined Rect#_obj property. il y a 8 ans
  Piotrek Koszuliński 69b66d2a0c Updated imports to use scoped packages. il y a 9 ans