| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass validation. | Finn Bock | 2004-10-19 | 1 | -1/+1 |
* | Bugzilla #31512: | Jeremias Maerki | 2004-10-11 | 3 | -0/+14 |
* | Pass validation. | Finn Bock | 2004-10-10 | 9 | -9/+9 |
* | Fixed filename of stylesheet for case-sensitive file systems. | Jeremias Maerki | 2004-08-30 | 3 | -3/+3 |
* | 1. Implemented validateChildNode() for fo:simple-page-master. This may cause... | Glen Mazza | 2004-08-25 | 2 | -2/+2 |
* | Style-up for example classes. | Jeremias Maerki | 2004-08-15 | 2 | -3/+0 |
* | Adjusting to changes in XmlObj, making the sample extensions compile again. | Jeremias Maerki | 2004-08-14 | 2 | -5/+4 |
* | 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f... | Glen Mazza | 2004-08-13 | 1 | -6/+6 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 5 | -25/+25 |
* | 1.) Moved exclusively to Simon's DefaultHandler object for both Transformer | Glen Mazza | 2004-07-19 | 6 | -9/+9 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 6 | -37/+25 |
* | Added alternative example for FO to PDF, using javax.xml.parsers | Simon Pepping | 2004-07-18 | 2 | -0/+139 |
* | Back to transform example, reverted yesterday's change that removed BufferedO... | Glen Mazza | 2004-07-16 | 1 | -24/+10 |
* | *Temporary* commit showing how this process works via SAXParserFactory; | Glen Mazza | 2004-07-16 | 1 | -5/+23 |
* | Removed BufferedOutputStream line as unneeded in this case (Unsure if helpful | Glen Mazza | 2004-07-14 | 1 | -1/+0 |
* | Updated FO->PDF example to use JAXP. | Glen Mazza | 2004-07-14 | 1 | -19/+30 |
* | Made Driver.initialize() private, more in line with 0.20.5, which doesn't | Glen Mazza | 2004-07-09 | 4 | -12/+0 |
* | Switch from non-JAXP DOM processing to using JAXP identity transformation | Glen Mazza | 2004-07-07 | 3 | -23/+50 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 4 | -38/+11 |
* | Fix compilation problem | Jeremias Maerki | 2004-06-16 | 2 | -0/+2 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 2 | -6/+8 |
* | More consolidation of pagination examples. | Glen Mazza | 2004-04-18 | 4 | -1041/+9 |
* | Used standard Java exception-printing method "printStackTrace(PrintStream)" | Glen Mazza | 2004-04-14 | 7 | -28/+8 |
* | Updated examples to use Commons-Logging. | Glen Mazza | 2004-04-01 | 5 | -46/+73 |
* | Combined franklin_rep.fo and franklin_rep_max_repeats_nl.fo (they were | Glen Mazza | 2004-03-22 | 2 | -1067/+45 |
* | File identical to franklin_rep_max_repeats.fo so removed. | Glen Mazza | 2004-03-22 | 1 | -1024/+0 |
* | Minor formatting and naming issues fixed. | Glen Mazza | 2004-03-22 | 5 | -33/+33 |
* | Fix to get use-content option of fo:leader working again. leader.fo now | Glen Mazza | 2004-03-21 | 1 | -7/+7 |
* | Some consolidation of information about page-sequence-master and simple-page-... | Glen Mazza | 2004-03-09 | 7 | -172/+30 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 6 | -84/+207 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 3 | -42/+102 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 1 | -0/+16 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 27 | -1242/+378 |
* | Formatting cleanup of fo:layout-master-sets in examples. | Glen Mazza | 2004-02-22 | 38 | -284/+335 |
* | Modification of ExampleXML2PDF to show a Transformer.setParameter() call. | Glen Mazza | 2004-02-09 | 2 | -49/+36 |
* | Added a parameter to the projectteam2fo.xsl example (for subsequent use | Glen Mazza | 2004-02-05 | 2 | -5/+9 |
* | Style, javadoc and tab character fixes | Jeremias Maerki | 2004-01-09 | 1 | -14/+20 |
* | Using Joe's new "relativebase" feature, this file can be simplified. | Jeremias Maerki | 2003-11-22 | 1 | -17/+1 |
* | Put namespace URI in public constant | Jeremias Maerki | 2003-11-07 | 2 | -3/+6 |
* | Cleanup and make it compile again | Jeremias Maerki | 2003-11-07 | 3 | -6/+9 |
* | add fox:destination elements | William Victor Mote | 2003-10-12 | 1 | -3/+18 |
* | Updated the tables-collapse property on several tables from "separate" to "co... | Glen Mazza | 2003-08-26 | 1 | -6/+7 |
* | Examples 8-11 added to check: | Glen Mazza | 2003-08-20 | 1 | -12/+323 |
* | $Id$ added to get header printed at top of file. | Glen Mazza | 2003-08-13 | 1 | -1/+1 |
* | Created a simple example using the DOM Level 2 API for testing/demonstrating ... | Glen Mazza | 2003-08-13 | 1 | -0/+192 |
* | Reconfigured ElementMapping from an interface to an abstract base class | Glen Mazza | 2003-07-12 | 2 | -30/+10 |
* | Copy from maint branch | Jeremias Maerki | 2003-07-03 | 1 | -0/+0 |
* | Buffer the output streams for increased performance (not really needed here b... | Jeremias Maerki | 2003-07-03 | 4 | -0/+4 |
* | Added SVG to PDF example using the PDF Transcoder | Jeremias Maerki | 2003-03-12 | 2 | -0/+151 |
* | Embedding examples ported from maintenance branch. | Jeremias Maerki | 2003-03-12 | 19 | -0/+2004 |