Commit History

Author SHA1 Message Date
  Kuba Niegowski aa535c19be Removed findAncestor() table helper. 5 years ago
  Maciej Gołaszewski b0a58f5d67 Move structure related utility methods to utils/structure.js. 5 years ago
  Maciej Gołaszewski c210d2583b Move common utility methods to utils/common.js. 5 years ago
  Maciej Gołaszewski 6376ba835f Move selection related utilities to utils/selection.js. 5 years ago
  Maciej Gołaszewski 13152fa52b Rename utils/utils.js to utils/common.js. 5 years ago
  Maciej Gołaszewski 10dd479905 Move utils.js to utils/utils.js. 5 years ago
  Kuba Niegowski d94af12438 Some changes made during review to understand how it works. 5 years ago
  Maciej Gołaszewski 40c45ad968 Set table heading columns now splits overlapping cells vertically. 5 years ago
  Maciej Gołaszewski c67e84d0f8 Refactor utility methods. 5 years ago
  Maciej Gołaszewski 8161c727cd Move cutCellsHorizontallyAt() to general utils. 5 years ago
  Maciej Gołaszewski 01002e86a7 Change the cut cells horizontally utility to single function. 5 years ago
  Maciej Gołaszewski 22cb400123 Handle horizontal split when making rectangular selection. 5 years ago
  Maciej Gołaszewski 12b4fa6282 Fix sorting indexes array bug. 5 years ago
  Marek Lewandowski e6640d7a8a Internal: Adjusted to use the new API. 5 years ago
  Marek Lewandowski ad19a6cd27 Internal: Integrated multi cell selection with set row header command. 5 years ago
  Marek Lewandowski 9017defe53 Internal: Integrated header row command's isEnabled and value properties with multiple cell selection. 5 years ago
  Anna Tomanek 77ec129812 Docs: Table API docs improvements, part 2. [skip ci] 5 years ago
  Kamil Piechaczek 7a5188b042 Internal: Bumped the year. [skip ci] 6 years ago
  Szymon Cofalik 60f805965d Internal: change `execute( forceValue )` to `execute( options )`. 6 years ago
  Szymon Cofalik f688e82ff9 Internal: Refactored `SetHeaderColumnCommand#execute()` and `SetHeaderRowCommand#execute()` to use `#value` for simpler code. 6 years ago
  Szymon Cofalik e68469f2dd Feature: `SetHeaderColumnCommand#execute()` and `SetHeaderRowCommand#execute()` now can take `forceValue` parameter. 6 years ago
  Kamil Piechaczek db6b0450ae Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] 6 years ago
  Kamil Piechaczek 5c3b474622 Internal: Bumped the year. [skip ci] 6 years ago
  Maciej Gołaszewski 7ecdcb7f83 Remove Position, Range, Selection imports from engine/model. 7 years ago
  Maciej Gołaszewski de1c301ab9 Changed: Removed commands/utils~getParentTable() method and renamed commands/utils~getParentElement() to findAncestor(). 7 years ago
  Maciej Gołaszewski 767cd3ab95 Unify creation of empty table cells with block content. 7 years ago
  Maciej Gołaszewski 1f23fce751 Merge branch 'master' into t/56 7 years ago
  Maciej Gołaszewski c3efd1a7ec Changed: Downcast conversion will work with a block content always present in the table. 7 years ago
  Maciej Gołaszewski db9282901f Fix: Switching heading columns/rows off will now behave as expected. 7 years ago
  Maciej Gołaszewski 8e479de5a8 Docs: Improve common API section of a table feature guide. 7 years ago