| .. |
|
_utils
|
3affce114b
Docs: Minor API docs fixes.
|
8 years ago |
|
delta
|
a9b215ad08
Tests: Fixed and added tests for delta transformations after changes done to operations and deltas transformations.
|
8 years ago |
|
document
|
9917897f58
Added: Introduced `model.Document#transformDeltas` as an entry point for deltas transformation (instead of `deltaTransform.transformDeltaSets` which is protected).
|
8 years ago |
|
operation
|
e4b3ca230f
Changed: refactored `MoveOperation` x `MoveOperation` transformation.
|
8 years ago |
|
schema
|
e00a151f52
Simplified the implementation.
|
8 years ago |
|
utils-tests
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
batch.js
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 years ago |
|
documentfragment.js
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
element.js
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
history.js
|
5182ec9abd
Changed: removed deleting deltas from model.History, added marking deltas as "undo pairs".
|
8 years ago |
|
liveposition.js
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 years ago |
|
liverange.js
|
3c7db47699
Added: model.LiveRange now passes data about change in document that caused the live range to change.
|
8 years ago |
|
liveselection.js
|
6b04950bc6
Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own.
|
8 years ago |
|
markercollection.js
|
dd4717b855
Changed: added marker name to events fired by model.MarkerCollection.
|
8 years ago |
|
node.js
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 years ago |
|
nodelist.js
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
position.js
|
993e0f73b7
Don't return the block in which selection ends if it ends at its beginning.
|
8 years ago |
|
range.js
|
e1b7889cbf
Changed: model.Range and view.Range#containsRange changed parameter name and default value from strict to loose.
|
8 years ago |
|
rootelement.js
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
selection.js
|
993e0f73b7
Don't return the block in which selection ends if it ends at its beginning.
|
8 years ago |
|
text.js
|
540b4498df
Fixed issues reported by ESLint using the flag "--fix".
|
8 years ago |
|
textproxy.js
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 years ago |
|
treewalker.js
|
8e68177ec1
Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory.
|
8 years ago |
|
writer.js
|
9ed384badf
Removed transfering markers from model writer.
|
8 years ago |