49 Revize (178483e30913d2065d5f7a154932b2870a83081e)

Autor SHA1 Zpráva Datum
  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 před 16 roky
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) před 16 roky
  Andreas L. Delmelle ac29c8eee2 Javadoc updates: attempt at improving interactivity and consistency před 16 roky
  Jeremias Maerki 53a3214401 Merged branch před 16 roky
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags před 17 roky
  Andreas L. Delmelle 9263449d44 Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey) před 17 roky
  Simon Pepping 057128e23f Comment out unused properties. Patch by Richard Wheeldon před 17 roky
  Jeremias Maerki 2466f25340 Implemented limited support for extension properties through new methods on ElementMapping (backwards-compatible). před 18 roky
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html před 18 roky
  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. před 18 roky
  Glen Mazza f72908d520 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. před 19 roky
  Jeremias Maerki 1af57e403b More keep accessors where needed. před 19 roky
  Jeremias Maerki a1d60d9097 Cleanup and added missing some public accessors. před 19 roky
  Simon Pepping c6dcfcd8dd This patch implements a pluggable LayoutManagers system, according před 19 roky
  Finn Bock 1b4a17a2f8 Bind some more of the implemented properties. před 19 roky
  Finn Bock b0e76bca6e New exception hierarchy rooted in SAXException and throw clauses on před 19 roky
  Finn Bock c34e500124 Second phase of performance improvement. před 19 roky
  Finn Bock b0839fa1f9 First phase of performance improvement. Added bind() and startOfNode() před 19 roky
  Glen Mazza 7ed159fa02 PR: před 19 roky
  Finn Bock 7cfeb5b14d Fix javadoc warnings. před 19 roky
  Jeremias Maerki 0aeb23b781 Removed tab characters. před 20 roky
  Finn Bock e73f0a47a0 Removed unneeded import statements. Makes eclipse happy. před 20 roky
  Glen Mazza a27c6a935b Renamed FOInputHandler to somewhat more intuitive FOEventHandler. před 20 roky
  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. před 20 roky
  Glen Mazza 74ca9b8223 1. Moved getNameId() from FObj to FONode. před 20 roky
  Glen Mazza 4f9065f69b 1. fo:leader layout initialization logic moved from AddLMVisitor to před 20 roky
  Glen Mazza cd6e57eb77 1. For maintenance and accuracy, centralized the setupID() functionality před 20 roky
  Glen Mazza d01d3bb07c Created a BitSet indicating FO's that can contain fo:marker child elements, před 20 roky
  Glen Mazza 4e8a441407 Implemented getNameId() which returns the Constants enumeration ID před 20 roky
  Glen Mazza a8b6d28e90 PR: před 20 roky
  Glen Mazza 55a4dc03ee PR: před 20 roky
  Glen Mazza aa569d642f 1.) Moved from FOPException to SAXParseException for addProperties() před 20 roky
  Glen Mazza 2496227890 Removed the FOTreeVisitor interface in favor of a more před 20 roky
  Glen Mazza 33e6293e88 Switch from IllegalArgumentException to SAXParseException for errors found in the input FO. před 20 roky
  Glen Mazza dbefd55bda Renamed end() method to somewhat clearer endOfNode(). před 20 roky
  Glen Mazza ff3ccfb841 1.) Check for fo:color-profile made to ensure no child elements during processing. před 20 roky
  Glen Mazza 39d2edd096 1.) Added restriction to fo:declarations that fo:color-profile is the only XSL namespace child element allowed. před 20 roky
  Glen Mazza 40610cdc9d Created a validateChildNode() in FONode for better syntax checking in the před 20 roky
  Glen Mazza 579ea70d54 Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods. před 20 roky
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. před 20 roky
  Glen Mazza ad99c2eb30 Conversion of more properties from Strings to ints. před 20 roky
  Glen Mazza 0223653f86 1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj před 20 roky
  Jeremias Maerki 43361d3ec1 RTF output: Support for fo:list-block před 20 roky
  William Victor Mote 68cbeb606f 1. convert fo/FOTreeVisitor to an interface před 21 roky
  William Victor Mote 325d7e5440 style changes only před 21 roky
  William Victor Mote 23c8e89aeb 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) před 21 roky
  William Victor Mote 6b7838777f move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix před 21 roky
  William Victor Mote 1657231276 style changes only před 21 roky
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** před 21 roky
  Jeremias Maerki 8932640810 Switched to long licence před 21 roky