source: trunk/docx4j/src/main/java/org/docx4j/diff @ 1816

Revision Log Mode:


Legend:

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