Commit History

Author SHA1 Message Date
  Maciej Gołaszewski 8fcb3f6a8f Change to string reference for TableUtils when using editor.plugins.get. 7 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 4fdeac1710 Changed: Merging empty paragraphs should result in one paragraph. 7 years ago
  Maciej Gołaszewski 1f23fce751 Merge branch 'master' into t/56 7 years ago
  Maciej Gołaszewski c7ba2a3c5d Fix: InsertRowCommand should work with block content (#value only). 7 years ago
  Maciej Gołaszewski a4d01e6bfa Fix: Merging down rowspanned cell from the head with a cell in body is now disabled. 7 years ago
  Maciej Gołaszewski 543bb168cd Fix: Merge cell horizontally should not be possible on overlapped cells. 7 years ago
  Maciej Gołaszewski 03c85ffcbd Code style: Improve readability of `MergeCellCommand`. 7 years ago
  Maciej Gołaszewski 0d39786fff Merge branch 'master' into t/16 7 years ago
  Maciej Gołaszewski 8e479de5a8 Docs: Improve common API section of a table feature guide. 7 years ago
  Anna Tomanek c987e71063 Docs: Table feature API docs corrections, part 2. [skip ci] 7 years ago
  Maciej Gołaszewski d1ed509f29 Fix: Remove empty row in MergeCellCommand. 7 years ago
  Maciej Gołaszewski 312ad09a02 Fix: Broken table layout when merging cell with a cell above. 7 years ago
  Maciej Gołaszewski ae2b75d37b Docs: Update table documentation. 7 years ago
  Maciej Gołaszewski b251c59fd0 Changed: Remove redundant parseInt() for table attributes. 7 years ago
  Piotrek Koszuliński d3b387eea0 Minor API docs fixes. 7 years ago
  Maciej Gołaszewski 990013838a Other: Cleanup code. 7 years ago
  Maciej Gołaszewski 1ddd159d8d Other: Make isHorizontal property of MergeCellCommand. 7 years ago
  Szymon Cofalik a994746c68 Minor typos in docs and code style. 7 years ago
  Maciej Gołaszewski 5148198be6 Fix: Merge cell command should be disabled for directions that cross table sections. 7 years ago
  Maciej Gołaszewski 23cec2d665 Refactor MergeCellCommand. 7 years ago
  Maciej Gołaszewski 3cdb451cae Added: Initial mergeUp command implementation. 7 years ago
  Maciej Gołaszewski d25b3fefad Added: Initial mergeDown command implementation. 7 years ago
  Maciej Gołaszewski 0327df52b3 Changed: MergeCellCommand value should be set to a mergable tableCell. 7 years ago
  Maciej Gołaszewski b57a632b53 Added: Initial mergeRight and mergeLeft commands implementation. 7 years ago