|
|
|
@904
|
3 years |
jharrop |
Iff you are using Java 5, you need a stax implementation jar in order for …
|
|
|
|
@871
|
3 years |
jharrop |
Get rid of System.out.println (mostly).
|
|
|
|
@840
|
3 years |
jharrop |
Bug fix in combineAdjacent: handle the case where attribute to be written …
|
|
|
|
@838
|
3 years |
jharrop |
Use "newer", "older" for diff terminology, not "left", "right"
|
|
|
|
@837
|
3 years |
jharrop |
Renamed ParagraphDifferencer? -> Differencer
|
|
|
|
@833
|
3 years |
jharrop |
Renamed ParagraphDifferencer? -> Differencer
|
|
|
|
@832
|
3 years |
jharrop |
CompareDocuments? sample added; and some fixes. (Recommit)
|
|
|
|
@830
|
3 years |
jharrop |
WIP (lightly tested so far) implementation of top-down LCS based heuristic …
|
|
|
|
@823
|
3 years |
jharrop |
Temporary workaround for odd diffx behaviour in case where D1D2 is …
|
|
|
|
@822
|
3 years |
jharrop |
Handle case where diffx marks up difference between two images as a few …
|
|
|
|
@820
|
3 years |
jharrop |
Drop w:headerReference and w:footerReference from comparison results
|
|
|
|
@814
|
3 years |
jharrop |
Handle case where the RelationshipsParts? have null relationships objects.
|
|
|
|
@810
|
3 years |
jharrop |
If the difference includes deletion of images/hyperlinks, the rels for …
|
|
|
|
@743
|
3 years |
jharrop |
Add error listeners for javax.xml.transform
Static initializers now create …
|
|
|
|
@688
|
3 years |
jharrop |
Tidy up transformers.
|
|
|
|
@671
|
3 years |
jharrop |
Handle w:footnoteReference|w:endnoteReference
|
|
|
|
@663
|
3 years |
jharrop |
Temp workaround to avoid empty @date, which causes an exception in …
|
|
|
|
@655
|
3 years |
jharrop |
Distinguish different cases of deleted paragraphs.
|
|
|
|
@654
|
3 years |
jharrop |
Handle @dfx:delete correctly.
|
|
|
|
@653
|
3 years |
jharrop |
Support w:commentReference | w:sym
|
|
|
|
@548
|
4 years |
jharrop |
Don't lose tabs!
|
|
|
|
@529
|
4 years |
jharrop |
Pass in author & date
New methods to markup as insertion; markup as …
|
|
|
|
@518
|
4 years |
jharrop |
Remove dependency on test hierarchy
|
|
|
|
@495
|
4 years |
jharrop |
ParagraphDifferencer? - ability to compare 2 Sdt's
MainDocumentPart? - …
|
|
|
|
@494
|
4 years |
jharrop |
Merge adjacent diffx ins|del elements. For example
<ins>I</ins><ins> …
|
|
|
|
@492
|
4 years |
jharrop |
Make sure diffx <ins> and <del> nodes which just contain whitespace do …
|
|
|
|
@486
|
4 years |
jharrop |
For now, always set w:t/xml:space="preserve"
By default, don't use the …
|
|
|
|
@482
|
4 years |
jharrop |
Bugs shaken out of xslt, to the point where ParagraphDifferencerTest? …
|
|
|
|
@481
|
4 years |
jharrop |
Algorithm significantly updated.
|
|
|
|
@480
|
4 years |
jharrop |
Refine algorithm, and tests
|
|
|
|
@473
|
4 years |
jharrop |
Insert plain old w:r/w:t correctly (was dropping w:r)
|
|
|
|
@472
|
4 years |
jharrop |
Don't ignore *[@dfx:delete='true'] unless parent::w:pPr
|
|
|
|
@471
|
4 years |
jharrop |
Handle pattern CHANGE "xxx |" (right side).
|
|
|
|
@470
|
4 years |
jharrop |
Set w:ins/@w:id and w:ins/@w:author
|
|
|
|
@467
|
4 years |
jharrop |
Add some more debug
|
|
|
|
@464
|
4 years |
jharrop |
Compute the difference between 2 P objects, after pre-processing to ensure …
|
|
|
|
@463
|
4 years |
jharrop |
Prepare paragraphs for XML diff (WIP safekeeping).
|