36 Commits (c4c82d789126875999df9031d44ca9c772a649c5)

Author SHA1 Message Date
  Adrian Cumiskey c4c82d7891 Merged revisions 719616,719629,719646,719654 via svnmerge from 15 years ago
  Adrian Cumiskey 365f117dfa Merged revisions 680369,680378 via svnmerge from 16 years ago
  Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 years ago
  Adrian Cumiskey fe375f06d4 Merged revisions 670689,670723,670760-670761,670763,670765-670767,670770,670773,670777,671145,672010,672026 via svnmerge from 16 years ago
  Adrian Cumiskey 1ad900d08a Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerge from 16 years ago
  Jeremias Maerki 6b01763aed Removed unnecessary dependency on Batik in the "fo" package. 16 years ago
  Andreas L. Delmelle 4e921e05c7 * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Andreas L. Delmelle 4515d08e19 Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger) 17 years ago
  Andreas L. Delmelle aa8a93a608 Code cleanup: 17 years ago
  Jeremias Maerki f5abed20f9 Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki c939529a9b Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmeta and RDF elements can be used as root elements for XMP metadata. 18 years ago
  Jeremias Maerki eba245a39c Style fixes 18 years ago
  Jeremias Maerki fc6a15c27b Non-SVG XML got loaded into a non-namespace-aware node which caused problems later when serializing the foreign XML to the intermediate format. Fixes a problem with serializing barcodes (Barcode4J) to the intermediate format. 18 years ago
  Jeremias Maerki 18536029a6 Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 years ago
  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 years ago
  Jeremias Maerki baad0905d6 Javadocs only 19 years ago
  Glen Mazza f72908d520 Switch to .equals() instead of == for String compares of namespaces. Thanks to Nils Meier for the suggestion. 19 years ago
  Finn Bock b0e76bca6e New exception hierarchy rooted in SAXException and throw clauses on 19 years ago
  Finn Bock 62c8d56065 Second phase of performance improvement. Pass the propertyList into 19 years ago
  Glen Mazza efb1d8b52a PR: 20 years ago
  Glen Mazza 40cd84e83d PR: 20 years ago
  Glen Mazza b758fac13e PR: 20 years ago
  Glen Mazza aa569d642f 1.) Moved from FOPException to SAXParseException for addProperties() 20 years ago
  Glen Mazza 07e8b67a4a 1. validation for fo:basic-link added 20 years ago
  Glen Mazza 2496227890 Removed the FOTreeVisitor interface in favor of a more 20 years ago
  Glen Mazza 7796f1b608 Renamed FONode.addChild() to somewhat clearer FONode.addChildNode(). 20 years ago
  Glen Mazza 4e89f502c9 1. Valid node checking for LayoutMasterSet done. 20 years ago
  Glen Mazza 579ea70d54 Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods. 20 years ago
  Jeremias Maerki f375715f4b Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Glen Mazza 76e4b6356c ---------------------------------------------------------------------- 20 years ago
  William Victor Mote 68cbeb606f 1. convert fo/FOTreeVisitor to an interface 21 years ago
  William Victor Mote af8be19624 style/javadoc changes only 21 years ago
  William Victor Mote 23c8e89aeb 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2) 21 years ago
  William Victor Mote 47daa474f7 1. tie Document to fo.FOTreeBuilder and fo.pagination.Root 21 years ago
  William Victor Mote f7d1ad2595 style changes only 21 years ago
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki 35c376f9f0 Switched to long licence 21 years ago
  Jeremias Maerki 1d750a7461 First batch of changes for preparation for adoption of Avalon patterns. Only changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. 22 years ago
  Keiron Liddle d7a96441e6 removed old id reference stuff 22 years ago
  Keiron Liddle 7043c9829a removed old area tree 22 years ago
  Keiron Liddle 2d202dea1c gets namespace of document through different call so conversion is possible 22 years ago
  Keiron Liddle 06f1a67571 remove SVGArea and ImageArea, no longer needed 22 years ago
  Keiron Liddle df279ef602 removed message handler 22 years ago
  Keiron Liddle a0f30b3d13 made the batik pdf transcoder work again 22 years ago
  Keiron Liddle d4fcf5b78d changed the parent to FONode 22 years ago
  Keiron Liddle 31965968c6 changed the way that elements and properties are handled 22 years ago
  Keiron Liddle cfc0da75fc updated a few hashtables and vectors 22 years ago
  Keiron Liddle 648173146f fixed an npe 23 years ago
  Keiron Liddle f6534eb8c5 handles foreign namespace elements and unknown elements better 23 years ago
  Keiron Liddle fdabc4dd38 made the construction of foreign name dom a bit more direct 23 years ago