| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Moved getNameId() from FObj to FONode. | Glen Mazza | 2004-08-18 | 18 | -158/+122 |
* | Fix JPEG with many long APPS markers. | Jeremias Maerki | 2004-08-16 | 2 | -17/+92 |
* | Fix getPixelUnitToMillimeter | Jeremias Maerki | 2004-08-16 | 2 | -2/+5 |
* | Fix implementations after logging changes to correspond to the interface again. | Jeremias Maerki | 2004-08-16 | 3 | -18/+17 |
* | Remove unused import | Jeremias Maerki | 2004-08-16 | 2 | -5/+0 |
* | 1.) fo:wrapper layout initialization logic moved from AddLMVisitor to | Glen Mazza | 2004-08-16 | 8 | -143/+50 |
* | 1. fo:leader layout initialization logic moved from AddLMVisitor to | Glen Mazza | 2004-08-16 | 12 | -146/+205 |
* | JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet) | Jeremias Maerki | 2004-08-15 | 4 | -24/+24 |
* | 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitor | Glen Mazza | 2004-08-14 | 5 | -210/+256 |
* | 1. Character LM initialization moved from AllLMVisitor to fo.Character. | Glen Mazza | 2004-08-13 | 5 | -52/+96 |
* | Support for [letter|word]-spacing properties with a value of 'normal'. | Finn Bock | 2004-08-13 | 4 | -8/+79 |
* | 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f... | Glen Mazza | 2004-08-13 | 6 | -261/+266 |
* | 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-... | Glen Mazza | 2004-08-11 | 10 | -97/+142 |
* | 1. For maintenance and accuracy, centralized the setupID() functionality | Glen Mazza | 2004-08-11 | 32 | -572/+119 |
* | 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri... | Glen Mazza | 2004-08-10 | 6 | -150/+201 |
* | Created a BitSet indicating FO's that can contain fo:marker child elements, | Glen Mazza | 2004-08-08 | 18 | -127/+33 |
* | Implemented getNameId() which returns the Constants enumeration ID | Glen Mazza | 2004-08-08 | 59 | -5/+413 |
* | Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan... | Glen Mazza | 2004-08-08 | 3 | -92/+81 |
* | 1. new FONode.invalidChildError method added that will takes a "ruleViolated... | Glen Mazza | 2004-08-07 | 18 | -192/+208 |
* | PR: | Glen Mazza | 2004-08-06 | 15 | -235/+207 |
* | PR: | Glen Mazza | 2004-08-06 | 34 | -280/+209 |
* | More detaching from AddLMVisitor those FO's which don't/don't currently | Glen Mazza | 2004-08-04 | 30 | -419/+0 |
* | PR: | Glen Mazza | 2004-08-04 | 18 | -269/+32 |
* | PR: | Glen Mazza | 2004-08-03 | 1 | -1/+4 |
* | Implemented validity checking for fo:bidi-override. | Glen Mazza | 2004-08-03 | 4 | -65/+91 |
* | PR: | Glen Mazza | 2004-08-01 | 2 | -73/+49 |
* | PR: | Glen Mazza | 2004-08-01 | 6 | -110/+30 |
* | 1.) Moved from FOPException to SAXParseException for addProperties() | Glen Mazza | 2004-08-01 | 38 | -305/+185 |
* | 1. validation for fo:basic-link added | Glen Mazza | 2004-07-31 | 21 | -147/+157 |
* | Removed the FOTreeVisitor interface in favor of a more | Glen Mazza | 2004-07-27 | 78 | -836/+316 |
* | Provided validateChildFO() methods for the "easy" FO's--i.e., those | Glen Mazza | 2004-07-27 | 9 | -5/+106 |
* | Switch from IllegalArgumentException to SAXParseException for errors found in... | Glen Mazza | 2004-07-27 | 33 | -66/+119 |
* | Renamed end() method to somewhat clearer endOfNode(). | Glen Mazza | 2004-07-27 | 27 | -37/+37 |
* | Redefining "isOutOfLineFODescendant" to include cases where FObj itself | Glen Mazza | 2004-07-27 | 1 | -5/+6 |
* | Took advantage of the Transformer similarities between FO input and | Glen Mazza | 2004-07-25 | 7 | -200/+92 |
* | Created a "isOutOfLineFODescendant" member variable to FObj, needed for | Glen Mazza | 2004-07-25 | 1 | -6/+34 |
* | Removed the non-File constructors from the InputHandler subclasses in favor | Glen Mazza | 2004-07-25 | 4 | -120/+13 |
* | Bug fixed in previous renaming. | Glen Mazza | 2004-07-25 | 1 | -1/+1 |
* | reverted change in PropertySets; unnecessary. | Glen Mazza | 2004-07-25 | 1 | -10/+10 |
* | moved FO term of a Node's child elements from "Children" to "ChildNodes" | Glen Mazza | 2004-07-24 | 17 | -78/+77 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 12 | -210/+165 |
* | Renamed FONode.addChild() to somewhat clearer FONode.addChildNode(). | Glen Mazza | 2004-07-24 | 14 | -44/+30 |
* | Allow a null locator in errorText | Simon Pepping | 2004-07-23 | 1 | -1/+5 |
* | Removed redundant check for invalid render type. | Glen Mazza | 2004-07-20 | 2 | -10/+0 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 6 | -50/+67 |
* | 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler. | Glen Mazza | 2004-07-20 | 8 | -156/+75 |
* | 1.) Moved exclusively to Simon's DefaultHandler object for both Transformer | Glen Mazza | 2004-07-19 | 3 | -14/+11 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 8 | -86/+63 |
* | Implemented the ErrorHandler interface in FOTreeBuilder. | Simon Pepping | 2004-07-18 | 2 | -3/+31 |
* | Removed the Driver(OutputStream) convenience constructor as not particularly | Glen Mazza | 2004-07-18 | 1 | -9/+0 |