Szymon Cofalik
|
bc4ec29133
Merge pull request #153 from ckeditor/t/126
|
7 年之前 |
Maciej Gołaszewski
|
a925426b23
Merge branch 'master' into t/126
|
7 年之前 |
Maciej Gołaszewski
|
41d63eb3e4
Merge branch 'master' into t/ckeditor5-engine/1556
|
7 年之前 |
Szymon Cofalik
|
6f60f66b1f
Merge pull request #155 from ckeditor/t/99
|
7 年之前 |
Maciej Gołaszewski
|
e77977e8ec
Align code to the changes in conversion API.
|
7 年之前 |
Maciej Gołaszewski
|
8fcb3f6a8f
Change to string reference for TableUtils when using editor.plugins.get.
|
7 年之前 |
Maciej Gołaszewski
|
8cf89193d9
Enable images in table cells.
|
7 年之前 |
Maciej Gołaszewski
|
caf6faf839
Add isBlock=true to table schema definition.
|
7 年之前 |
Aleksander Nowodzinski
|
4e4d15ef92
Merge branch 'master' into t/138
|
7 年之前 |
Aleksander Nowodzinski
|
666a302b90
Renamed insertTableColumnBefore and insertTableColumnAfter commands to insertTableColumnLeft and insertTableColumnRight.
|
7 年之前 |
Maciej Gołaszewski
|
7ecdcb7f83
Remove Position, Range, Selection imports from engine/model.
|
7 年之前 |
Maciej Gołaszewski
|
af414fa2a7
Changed: Extract table-cell-content-post-fixer from table-post-fixer. Rename table-post-fixer to table-layout-post-fixer.
|
7 年之前 |
Kamil Piechaczek
|
44db1f6d28
Disabled a media in a table.
|
7 年之前 |
Maciej Gołaszewski
|
11d80a0efe
Disallow image in table.
|
7 年之前 |
Maciej Gołaszewski
|
de1c301ab9
Changed: Removed commands/utils~getParentTable() method and renamed commands/utils~getParentElement() to findAncestor().
|
7 年之前 |
Maciej Gołaszewski
|
ad2040494f
Changed: Make block content tab key event listener higher priority then table's one.
|
7 年之前 |
Maciej Gołaszewski
|
12a552d416
Merge branch 'master' into t/56
|
7 年之前 |
Maciej Gołaszewski
|
a73b7ebbca
Changed: Extract tablecell-post-fixer.
|
7 年之前 |
Maciej Gołaszewski
|
f91a68c188
Added: Table post fixer should react on paragraph attribute change.
|
7 年之前 |
Maciej Gołaszewski
|
2197fde3d6
Added: A view post-fixer for spans in editing view.
|
7 年之前 |
Maciej Gołaszewski
|
9d998b03fb
Changed: Properly upcast table cell contents.
|
7 年之前 |
Maciej Gołaszewski
|
3fd9ede38a
Added: Tab/Shift+Tab should properly move selection when part of block content is selected inside table cell.
|
7 年之前 |
Maciej Gołaszewski
|
2c806cf5f1
Added: Wrap table cell in paragraph on enter.
|
7 年之前 |
Maciej Gołaszewski
|
ac29d94aab
Changed: Disallow table in table.
|
7 年之前 |
Maciej Gołaszewski
|
b784c7acdc
Fix: Downcast converter for table attributes should work with not converted child elements.
|
7 年之前 |
Maciej Gołaszewski
|
43978df98b
Docs: Explain table post-fixer philosophy.
|
7 年之前 |
Maciej Gołaszewski
|
53038d4f49
Changed: Extract table-post-fixer from TableEditing.
|
7 年之前 |
Maciej Gołaszewski
|
931a1b6617
Added: Add more tests for table post-fixer.
|
7 年之前 |
Maciej Gołaszewski
|
83c4fe1a68
Changed: Table post-fixer should not crash on table remove.
|
7 年之前 |
Maciej Gołaszewski
|
dce37ae9bb
Changed: Make table post-fixer a bit less clever.
|
7 年之前 |