aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-1818-158/+122
* Fix JPEG with many long APPS markers.Jeremias Maerki2004-08-162-17/+92
* Fix getPixelUnitToMillimeterJeremias Maerki2004-08-162-2/+5
* Fix implementations after logging changes to correspond to the interface again.Jeremias Maerki2004-08-163-18/+17
* Remove unused importJeremias Maerki2004-08-162-5/+0
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-168-143/+50
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-1612-146/+205
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-154-24/+24
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-145-210/+256
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-135-52/+96
* Support for [letter|word]-spacing properties with a value of 'normal'.Finn Bock2004-08-134-8/+79
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-136-261/+266
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-1110-97/+142
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-1132-572/+119
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-106-150/+201
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-0818-127/+33
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-0859-5/+413
* Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan...Glen Mazza2004-08-083-92/+81
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-0718-192/+208
* PR:Glen Mazza2004-08-0615-235/+207
* PR:Glen Mazza2004-08-0634-280/+209
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-0430-419/+0
* PR:Glen Mazza2004-08-0418-269/+32
* PR:Glen Mazza2004-08-031-1/+4
* Implemented validity checking for fo:bidi-override.Glen Mazza2004-08-034-65/+91
* PR:Glen Mazza2004-08-012-73/+49
* PR:Glen Mazza2004-08-016-110/+30
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0138-305/+185
* 1. validation for fo:basic-link addedGlen Mazza2004-07-3121-147/+157
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2778-836/+316
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-279-5/+106
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-2733-66/+119
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-2727-37/+37
* Redefining "isOutOfLineFODescendant" to include cases where FObj itselfGlen Mazza2004-07-271-5/+6
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-257-200/+92
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-254-120/+13
* Bug fixed in previous renaming.Glen Mazza2004-07-251-1/+1
* reverted change in PropertySets; unnecessary.Glen Mazza2004-07-251-10/+10
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-2417-78/+77
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-2412-210/+165
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-2414-44/+30
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* Removed redundant check for invalid render type.Glen Mazza2004-07-202-10/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-206-50/+67
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-208-156/+75
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-193-14/+11
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-198-86/+63
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-182-3/+31
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0