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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1770   8 weeks jharrop Define constants.
(edit) @1744   5 months jharrop @RootElement? annotation
(edit) @1741   5 months jharrop Add element name="compatSetting" and type="CT_CompatSetting" from ECMA-376 …
(edit) @1715   6 months jharrop Start of support for conversion of HTML UL and OL. - Will now add a …
(edit) @1678   8 months jharrop @XmlRootElement?(name = "smartTag")
(edit) @1664   8 months jharrop Include Asian options previously dropped from JcEnumeration?
(edit) @1614   11 months jharrop @XmlRootElement?(name = "sdtContent")
(edit) @1584   11 months jharrop @XmlRootElement?
(edit) @1582   11 months jharrop Temporary fix for MarshallException? in ShallowTraversor? caused by …
(edit) @1515   12 months jharrop Temporarily re-added the annotation.
(edit) @1508   12 months jharrop Implement ContentAccessor? (Convenience method to getBody().getContent() ).
(edit) @1507   12 months jharrop @XmlRootElement?
(edit) @1504   12 months jharrop Implement ContentAccessor?
(edit) @1486   13 months jharrop Remove @XmlRootElement? (since with the xsd as currently generate, this …
(edit) @1473   14 months jharrop Implement ContentAccessor? interface
(edit) @1472   14 months jharrop Implement ContentAccessor? interface for sdt elements
(edit) @1471   14 months jharrop Removed the definition of xmlPackage Package element, since (1) …
(edit) @1469   14 months jharrop @XmlRootElement?(name = "dataBinding")
(edit) @1465   14 months jharrop Applied Richard's patch of 2 March, fixing the XmlRoot? Tags for every …
(edit) @1448   15 months jharrop @XmlRootElement?(name = "lock")
(edit) @1438   15 months jharrop Modifications to Richard's patch
(edit) @1437   15 months jharrop Commit Richard's patch of 24 Feb. It includes: - update for the …
(edit) @1434   15 months jharrop @since 2.7
(edit) @1433   15 months jharrop Call the method getContent(), preserving existing method signature for …
(edit) @1432   15 months jharrop Richard's patch providing an interface to getSdtPr; extended to provide an …
(edit) @1422   16 months jharrop Handle setXYZ(null) properly.
(edit) @1393   16 months jharrop @XmlRootElement?(name = "permEnd")
(edit) @1392   16 months jharrop @XmlRootElement?(name = "permStart")
(edit) @1351   18 months jharrop Apply Dave Brown's patch of 3 Dec 2010: - declare a JAXB type adapter …
(edit) @1322   18 months jharrop @XmlRootElement?(name = "pict")
(edit) @1297   19 months jharrop hashcode and equals methods.
(edit) @1227   21 months jharrop @XmlRootElement?
(edit) @1223   21 months jharrop CustomXmlDataStoragePart? completely rewritten to support nested repeats …
(edit) @1204   21 months jharrop @XmlRootElement? annotations
(edit) @1166   23 months jharrop XmlUtils?.unwrap - test for null Content control binding extensions: …
(edit) @1158   23 months jharrop Content control pre-processing for conditionals, repeats. Proof of …
(edit) @1129   2 years jharrop Fix instances of "Two classes have the same XML type name -- Use .. …
(edit) @1125   2 years jharrop Add @XmlRootElement? to CT_MarkupRange, indicating it is bookmarkEnd. XSD: …
(edit) @1117   2 years jharrop P.Hyperlink needs @XmlRootElement?
(edit) @1106   2 years jharrop @XmlRootElement?, and method in case that is not present.
(edit) @1044   2 years jharrop pptx4j: JAXB implementation of pptx - initial commit
(edit) @955   3 years jharrop Make altChunk work; add sample code.
(edit) @943   3 years jharrop Added DocumentModel?. DocumentModel? is a list of SectionWrappers?; a …
(edit) @940   3 years jharrop Fix all 11 instances of "Two classes have the same XML type name .. Use .. …
(edit) @925   3 years jharrop Regenerated classes from wml.xsd, having added EG_MathContent back in to …
(edit) @888   3 years jharrop Generate classes from shared-math.xsd
(edit) @871   3 years jharrop Get rid of System.out.println (mostly).
(edit) @855   3 years jharrop @XmlRootElement?
(edit) @844   3 years jharrop Add @XmlRootElement?(name = "tabs")
(edit) @829   3 years jharrop Debug logging in setId
(edit) @809   3 years jharrop Refer user of toString to TextUtils?.extractText.
(edit) @808   3 years jharrop Text extraction
(edit) @794   3 years jharrop promote DocDefaults?
(edit) @760   3 years jharrop @XmlRootElement?(name = "jc")
(edit) @759   3 years jharrop Some @XmlRootElement?
(edit) @602   3 years jharrop Add @RootElement?
(edit) @589   3 years jojada Changed default values of Spacing.isAfterAutoSpacing() and …
(edit) @568   4 years jharrop Regenerated JAXB classes, primarily to improve header/footer handling. …
(edit) @550   4 years jharrop Added @XmlRootElement?
(edit) @546   4 years jharrop Created objects Ftr, Hdr (replacing CT_HdrFtr); replaced CT_Picture with …
(edit) @528   4 years jharrop @RootElement?
(edit) @527   4 years jharrop Human friendly names for Comment related elements
(edit) @522   4 years jojada Added @XmlRootElement? annotation.
(edit) @498   4 years jharrop Add support for <w:drawing> element
(edit) @479   4 years jharrop @XmlRootElement?
(edit) @469   4 years jharrop Add JAXB objects representing w:ins/w:r, w:del/w:r, and w:r/w:delText. The …
(edit) @461   4 years jharrop Made table related JAXB classes human friendly.
(edit) @365   4 years jharrop Regenerated, with SdtBlock? represented in wml.xsd by an element (rather …
(edit) @359   4 years jharrop Change CT_FldChar to FldChar?; Style is freestanding, rather than an inner …
(edit) @345   4 years jharrop @XmlRootElement?
(edit) @344   4 years jharrop @XmlRootElement?
(edit) @343   4 years jharrop @XmlRootElement? TODO - change the name of this class to FldChar?
(edit) @332   4 years jharrop XJC has issues with CT_Tbl, but at least it can model basic table content.
(edit) @331   4 years jharrop Add @XmlRootElement?
(edit) @320   4 years jharrop The JAXB shuffle
(edit) @319   4 years jharrop Correct handling of qFormat
(edit) @318   4 years jharrop Change name from ProofError? to ProofErr?. Ensure ProofErr? is now …
(edit) @316   4 years jharrop Flatten nested Sdts now working correctly.
(edit) @315   4 years jharrop @XmlRootElement? SdtPr? - Id handling
(edit) @314   4 years jharrop For convenience, generate SdtPr/Tag? as a non-inner class.
(edit) @313   4 years jharrop Handle qFormat properly.
(edit) @311   4 years jharrop Add @XmlRootElement?
(edit) @310   4 years jharrop Add @XmlRootElement? to each of the inner classes.
(edit) @291   4 years jharrop Redefine the other hex types, since they are now evidently used - keep …
(edit) @290   4 years jharrop UnderlineEnumeration? - in a russian doll design, JAXB loses the …
(edit) @287   4 years jharrop RootElement? annotation reinstated.
(edit) @285   4 years jharrop Go with default JAXB name for member; add log
(edit) @284   4 years jharrop Add log member.
(edit) @283   4 years jharrop Keep ST_Jc (renamed to JcEnumeration?) - in a russian doll design, JAXB …
(edit) @282   4 years jharrop Represent Color, Highlight, U as independent classes, so JAXB doesn't …
(edit) @281   4 years jharrop
(edit) @280   4 years jharrop runContent is a List of Objects, not JAXBElements.
(edit) @279   4 years jharrop Revert to 270; can't extend RPr with JAXB 2.0
(edit) @278   4 years jharrop Revert previous commit - previous commit message meant for R not rPr!
(edit) @277   4 years jharrop Move Br from inner class (to force the List in R to be of objects, not …
(edit) @276   4 years jharrop Move Br from inner class (to force the List in rPr to be of objects, not …
(edit) @275   4 years jharrop Include Package in object factory.
(edit) @273   4 years jharrop Subclass RPr
(edit) @272   4 years jharrop rFonts should be an RFonts object.
(edit) @271   4 years jharrop Use old method name getBlockLevelElements
Note: See TracRevisionLog for help on using the revision log.