Historique des commits

Auteur SHA1 Message Date
  Maciej Gołaszewski 45fafc2586 The insert table command should use standard methods of inserting newly created table. il y a 7 ans
  Maciej Gołaszewski de1c301ab9 Changed: Removed commands/utils~getParentTable() method and renamed commands/utils~getParentElement() to findAncestor(). il y a 7 ans
  Maciej Gołaszewski 767cd3ab95 Unify creation of empty table cells with block content. il y a 7 ans
  Maciej Gołaszewski c3efd1a7ec Changed: Downcast conversion will work with a block content always present in the table. il y a 7 ans
  Piotrek Koszuliński a4371b0e4c Merge branch 'master' into t/61 il y a 7 ans
  Piotrek Koszuliński 59a13ea3f1 Minor refactoring. il y a 7 ans
  Anna Tomanek 017462cb78 Docs: Table feature API docs corrected, part 1. [skip ci] il y a 7 ans
  Maciej Gołaszewski 8ecd8f5d3a Fix: Selection should be in the first cell of an inserted table. il y a 7 ans
  Szymon Cofalik a04f74a3e3 Changed some comments, docs and code order. il y a 7 ans
  Maciej Gołaszewski b251c59fd0 Changed: Remove redundant parseInt() for table attributes. il y a 7 ans
  Maciej Gołaszewski 7c592328e4 Docs: Fix TableUtils#splitCellVertically() description. il y a 7 ans
  Piotrek Koszuliński d3b387eea0 Minor API docs fixes. il y a 7 ans
  Maciej Gołaszewski 990013838a Other: Cleanup code. il y a 7 ans
  Maciej Gołaszewski af5f6ecfad Fix: Fix TableUtils#splitCellVertically() algorithm and update docs. il y a 7 ans
  Maciej Gołaszewski e0adc22293 Docs: Update TableUtils.splitCell* methods docs. il y a 7 ans
  Maciej Gołaszewski 9bfe5b5cb8 Changed: Cleanup downcast conversion & update TableWalker internals. il y a 7 ans
  Maciej Gołaszewski 1887ef8d9c Docs: Further enhance TableUtils docs. il y a 7 ans
  Maciej Gołaszewski 6dd1d13964 Docs: Update TableUtils#insertRows() and TableUtils#insertColumns() methods docs. il y a 7 ans
  Maciej Gołaszewski 88b65d4fa3 Fixed: The split cell vertically and horizontally was wrongly used in code. il y a 7 ans
  Szymon Cofalik a994746c68 Minor typos in docs and code style. il y a 7 ans
  Maciej Gołaszewski 0537447b6a Fix: Splitting table cell vertically in heading section should update table's headingRows attribute. il y a 7 ans
  Maciej Gołaszewski 7161c6779e Fixed: Properly handle splitting cells vertically that have colspan. il y a 7 ans
  Maciej Gołaszewski 8fa6169c05 Fixed: Properly handle splitting cells depending of cell's rowspan attribute and number of cells to split. il y a 7 ans
  Maciej Gołaszewski de91cff96e Fixed: Splitting table cell with rowspan should reduce this attribute properly. il y a 7 ans
  Maciej Gołaszewski 8570731e7e Fix: The multiple rowspanned cells prevents proper column insertion. il y a 7 ans
  Maciej Gołaszewski 2c9e410789 Other: Refactor TableUtils class and update docs. il y a 7 ans
  Maciej Gołaszewski f42e0ab143 Other: Refactor commands. il y a 7 ans
  Maciej Gołaszewski 7d0c065436 Refactor RemoveColumnCommand & move getColumns() to TableUtils plugin. il y a 7 ans
  Maciej Gołaszewski ffc3d89a6a Refactor InsertTableCommand and create the `TableUtils#createTable()` method. il y a 7 ans
  Maciej Gołaszewski 43624e47ca Refactor InsertColumnCommand and create the `TableUtils#getCellLocation()` method. il y a 7 ans