2 Commits (56a5fe00c829a616178a2b95f371577fa4ff6db1)

Author SHA1 Message Date
  Glenn Adams 56a5fe00c8 Fixups for ant targets, checkstyle, findbugs. 8 years ago
  Glenn Adams 6a719897d6 Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ant targets. 8 years ago
  Glenn Adams 57949ba0cf Configure maven build. 8 years ago
  Vincent Hennebert e8f590803a Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed corresponding violations 11 years ago
  Vincent Hennebert 37ea66b191 Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding violations 11 years ago
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs 12 years ago
  Glenn Adams e7181a7fdf Eliminate javadocs warnings. 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Glenn Adams 2ed4c2e034 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 13 years ago
  Vincent Hennebert d058e87015 Merged revisions 679052-679352 via svnmerge from 16 years ago
  Vincent Hennebert 92df262a07 Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 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 e6d53d8a9c Added support for fixed-width spaces and kerning. 18 years ago
  Manuel Mall 8faab42c21 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki dc35bae9c4 Step 1 (SVN just doesn't want me to delete the old directories): 18 years ago
  Jeremias Maerki 82b916bf0d Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format. 18 years ago
  Glen Mazza 0595a4565b PR: 19 years ago
  Finn Bock 3f8fd79510 Fourth phase of performance improvement. 19 years ago
  Finn Bock fb5d41bc91 Removed unneded import statements. 19 years ago
  Glen Mazza a27c6a935b Renamed FOInputHandler to somewhat more intuitive FOEventHandler. 19 years ago
  Glen Mazza efb1d8b52a PR: 19 years ago
  Glen Mazza 0dfca20664 1.) validateChildNode() implemented for fo:multi-properties. 20 years ago
  Glen Mazza b7326926ad 1.) FOInputHandler constructors switched from Document to FOUserAgent, Renderer added to FOTreeHandler interface. 20 years ago
  Glen Mazza c92ecf9bf2 1. FOTreeBuilder modified to handle more of the renderer initialization. 20 years ago
  Glen Mazza 5f10d18560 PR: 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
  Finn Bock 5cb8334ba4 Fix javadoc warnings caused by unknown @see targets. 20 years ago
  Glen Mazza 8eebf16fad More String->Int conversions (ones I've missed previously.) Appears I've finally 20 years ago
  Peter Herweg bc0944183c added support for fo:footnote 20 years ago
  Peter Herweg 03e94befcd added support for fo:basic-link 20 years ago
  Glen Mazza e7341ee4f0 Moved FontSetup and two helper classes from render.pdf to fonts package. 20 years ago
  Glen Mazza 2a39d3fdaa Moved mif package (including structural renderer MIFHandler.java) to 20 years ago
  Glen Mazza 774ae0ce76 Peter Herweg's RTF patches applied--note the RTFHandler update was missing, 20 years ago
  William Victor Mote a17637ae4d add support for "xsl-region-before", "xsl-region-after" and fo:page-number tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 20 years ago
  Joerg Pietschmann 89ab3a2a90 Organize imports. 20 years ago
  William Victor Mote 5fc896f307 add structure for handling table columns in fo/FOInputHandler and its subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085 20 years ago
  William Victor Mote d43ad404c0 move control/Document to apps/Document 21 years ago
  William Victor Mote 8e0c356d56 1. integrate Document and LayoutStrategy into workflow 21 years ago
  William Victor Mote 1041ea8c48 1. create control package 21 years ago
  William Victor Mote 194c471b1c 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  William Victor Mote ba6a64c2bc rename StructureHandler to FOInputHandler to clarify that its subclasses are handling data for output that is either structured or laid out 21 years ago
  Glen Mazza 3fff146256 Inter-package references between fo.flow and fo.pagination removed by moving Flow and StaticContent classes to pagination package. 21 years ago
  Glen Mazza 76d6774a7c Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java to layoutmgr package. 21 years ago
  William Victor Mote 0fe37360cd Fix checkstyle problems. 21 years ago
  William Victor Mote 8385f717ac Clean up StructureHandler's startPageSequence() method to remove unnecessary parameters. Adjust concrete classes accordingly. Add accessor methods in PageSequence to provide this data. 21 years ago
  William Victor Mote ef55fa9d3d Make StructureHandler and most of its methods abstract. It is never instantiated, has a bunch of empty classes that appear to be patterns. If those classes were to be filled in with logic, it would create problems in the subclasses. Also, any changes to signature now in the subclasses will cause the parent method to be used, which is probably not what would be wanted. 21 years ago
  Jeremias Maerki 1e5d512c21 Moved sources from src/org/** to src/java/org/** 21 years ago