Historique des commits

Auteur SHA1 Message Date
  Kuba Niegowski 86bdae4df4 Removed unnecessary code. il y a 5 ans
  Kuba Niegowski f1845bcced Restoring multi-cell selection on undo. il y a 5 ans
  Kuba Niegowski b5bd857bc6 Introducing removeEmptyRows, removeEmptyColumns and removeEmptyRowsColumns functions. il y a 5 ans
  Kuba Niegowski 12e1b3aa59 Removing empty columns (with no cells anchored). il y a 5 ans
  Maciej Gołaszewski c210d2583b Move common utility methods to utils/common.js. il y a 5 ans
  Maciej Gołaszewski 6376ba835f Move selection related utilities to utils/selection.js. il y a 5 ans
  Maciej Gołaszewski 13152fa52b Rename utils/utils.js to utils/common.js. il y a 5 ans
  Maciej Gołaszewski 10dd479905 Move utils.js to utils/utils.js. il y a 5 ans
  Maciej Gołaszewski eaeddf8d5f Merge branch 'master' into i/6120 il y a 5 ans
  Maciej Gołaszewski 0c09a2e47d Use selected table cells in isSelectionRectangular(). il y a 5 ans
  Kuba Niegowski 5aa707d71e Added the edge case test of removing multiple empty rows after cells merge. il y a 5 ans
  Kuba Niegowski 92aecf82ea Apply suggestions from code review il y a 5 ans
  Kuba Niegowski 974f266686 Updating heading rows in one enqueued change block (to use the current table state for update). il y a 5 ans
  Kuba Niegowski 9275e84902 Merging cells and removing empty rows in one batch. il y a 5 ans
  Kuba Niegowski dba9fac0d9 Table heading rows should be properly updated after removing rows as a side effect of merging cells. il y a 5 ans
  Maciej Gołaszewski 8bc3650ad2 Disable non-rectangular selection from paste handling. il y a 5 ans
  Anna Tomanek a488d5e60a Docs (table): API docs for tables improved. [skip ci] il y a 5 ans
  Piotrek Koszuliński 1b51bc4f5e Merge branch 'master' into i/6634 il y a 5 ans
  Aleksander Nowodzinski 17dce0c127 Update src/commands/mergecellscommand.js il y a 5 ans
  Aleksander Nowodzinski 1173267cce Update src/commands/mergecellscommand.js il y a 5 ans
  Maciej Gołaszewski 2001f62ae8 Fix model-selection-range-intersects error in undo after merging two table cells. il y a 5 ans
  Maciej 96da97b7d9 Fix table sample in internal docs. il y a 5 ans
  Maciej Gołaszewski 86114be39d Update docs in areCellInTheSameTableSection(). il y a 5 ans
  Maciej Gołaszewski 522b8de7c1 Refactor MergeCellsCommand#isEnabled checks. il y a 5 ans
  Maciej Gołaszewski e2cd616b1d Make merge table cells command check also cells from heading columns for mergeability. il y a 5 ans
  Maciej Gołaszewski f476ba7206 Remove temporary fixes for model-selection-range-intersects error from MergeCellsCommand. il y a 5 ans
  Maciej Gołaszewski e1a79c9515 Simplify check for table cells mergeability. il y a 5 ans
  Maciej Gołaszewski 410199b0ad Use box-drawing characters for table samples. il y a 5 ans
  Maciej d0ca3306ee Apply suggestions from code review. il y a 5 ans
  Maciej Gołaszewski e82182044c Remove redundant checks. il y a 5 ans