49 Commitit (178483e30913d2065d5f7a154932b2870a83081e)

Tekijä SHA1 Viesti Päivämäärä
  Jeremias Maerki 178483e309 Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-638936,638938-640888,640890-642905,642907-647402,647404-647536,647538-648983,648985-649005,649007-649013,649015-650549,650551-651301,651303-653536,653538-654452,654454-656285,656287-656523,656525-657519,657521-661579,661581-663481,663483-664691,664693-681285,681287-681290,681292-681298 via svnmerge from 16 vuotta sitten
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
  Andreas L. Delmelle ac29c8eee2 Javadoc updates: attempt at improving interactivity and consistency 16 vuotta sitten
  Jeremias Maerki 53a3214401 Merged branch 16 vuotta sitten
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 vuotta sitten
  Andreas L. Delmelle 9263449d44 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) 17 vuotta sitten
  Simon Pepping 057128e23f Comment out unused properties. Patch by Richard Wheeldon 17 vuotta sitten
  Jeremias Maerki 2466f25340 Implemented limited support for extension properties through new methods on ElementMapping (backwards-compatible). 18 vuotta sitten
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 vuotta sitten
  Jeremias Maerki 97581a9081 Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 vuotta sitten
  Glen Mazza f72908d520 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. 19 vuotta sitten
  Jeremias Maerki 1af57e403b More keep accessors where needed. 19 vuotta sitten
  Jeremias Maerki a1d60d9097 Cleanup and added missing some public accessors. 19 vuotta sitten
  Simon Pepping c6dcfcd8dd This patch implements a pluggable LayoutManagers system, according 19 vuotta sitten
  Finn Bock 1b4a17a2f8 Bind some more of the implemented properties. 19 vuotta sitten
  Finn Bock b0e76bca6e New exception hierarchy rooted in SAXException and throw clauses on 19 vuotta sitten
  Finn Bock c34e500124 Second phase of performance improvement. 19 vuotta sitten
  Finn Bock b0839fa1f9 First phase of performance improvement. Added bind() and startOfNode() 19 vuotta sitten
  Glen Mazza 7ed159fa02 PR: 19 vuotta sitten
  Finn Bock 7cfeb5b14d Fix javadoc warnings. 19 vuotta sitten
  Jeremias Maerki 0aeb23b781 Removed tab characters. 20 vuotta sitten
  Finn Bock e73f0a47a0 Removed unneeded import statements. Makes eclipse happy. 20 vuotta sitten
  Glen Mazza a27c6a935b Renamed FOInputHandler to somewhat more intuitive FOEventHandler. 20 vuotta sitten
  Glen Mazza bca058d184 1. Implemented validateChildNode() for fo:simple-page-master. This may cause some stress with the user community--as any declared fo:region-xxxx children must follow a specific ordering. 20 vuotta sitten
  Glen Mazza 74ca9b8223 1. Moved getNameId() from FObj to FONode. 20 vuotta sitten
  Glen Mazza 4f9065f69b 1. fo:leader layout initialization logic moved from AddLMVisitor to 20 vuotta sitten
  Glen Mazza cd6e57eb77 1. For maintenance and accuracy, centralized the setupID() functionality 20 vuotta sitten
  Glen Mazza d01d3bb07c Created a BitSet indicating FO's that can contain fo:marker child elements, 20 vuotta sitten
  Glen Mazza 4e8a441407 Implemented getNameId() which returns the Constants enumeration ID 20 vuotta sitten
  Glen Mazza a8b6d28e90 PR: 20 vuotta sitten
  Glen Mazza 55a4dc03ee PR: 20 vuotta sitten
  Glen Mazza aa569d642f 1.) Moved from FOPException to SAXParseException for addProperties() 20 vuotta sitten
  Glen Mazza 2496227890 Removed the FOTreeVisitor interface in favor of a more 20 vuotta sitten
  Glen Mazza 33e6293e88 Switch from IllegalArgumentException to SAXParseException for errors found in the input FO. 20 vuotta sitten
  Glen Mazza dbefd55bda Renamed end() method to somewhat clearer endOfNode(). 20 vuotta sitten
  Glen Mazza ff3ccfb841 1.) Check for fo:color-profile made to ensure no child elements during processing. 20 vuotta sitten
  Glen Mazza 39d2edd096 1.) Added restriction to fo:declarations that fo:color-profile is the only XSL namespace child element allowed. 20 vuotta sitten
  Glen Mazza 40610cdc9d Created a validateChildNode() in FONode for better syntax checking in the 20 vuotta sitten
  Glen Mazza 579ea70d54 Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods. 20 vuotta sitten
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 vuotta sitten
  Glen Mazza ad99c2eb30 Conversion of more properties from Strings to ints. 20 vuotta sitten
  Glen Mazza 0223653f86 1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj 20 vuotta sitten
  Jeremias Maerki 43361d3ec1 RTF output: Support for fo:list-block 20 vuotta sitten
  William Victor Mote 68cbeb606f 1. convert fo/FOTreeVisitor to an interface 21 vuotta sitten
  William Victor Mote 325d7e5440 style changes only 21 vuotta sitten
  William Victor Mote 23c8e89aeb 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) 21 vuotta sitten
  William Victor Mote 6b7838777f move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix 21 vuotta sitten
  William Victor Mote 1657231276 style changes only 21 vuotta sitten
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 vuotta sitten
  Jeremias Maerki 8932640810 Switched to long licence 21 vuotta sitten