| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 679052-679352 via svnmerge from | Vincent Hennebert | 2008-07-25 | 22 | -268/+268 |
* | Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from | Adrian Cumiskey | 2008-04-18 | 1 | -0/+143 |
* | Merged revisions 648985,649012,649091,649119,649146,649149,649160 via svnmerg... | Adrian Cumiskey | 2008-04-17 | 1 | -16/+8 |
* | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 2 | -0/+260 |
* | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 4 | -242/+242 |
* | Fix a bug in the example code: Without setting the user agent on the Renderer... | Jeremias Maerki | 2006-09-10 | 1 | -2/+5 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 26 | -115/+189 |
* | Bugzilla #39416: | Jeremias Maerki | 2006-04-27 | 2 | -2/+5 |
* | Bugzilla #39416: | Jeremias Maerki | 2006-04-27 | 1 | -1/+1 |
* | Bugzilla #39416: | Jeremias Maerki | 2006-04-27 | 5 | -121/+11 |
* | Merged Temp_API_Finalization branch back into FOP Trunk: | Jeremias Maerki | 2006-03-27 | 11 | -87/+326 |
* | Added an example for the intermediate format the demonstrates stamping a docu... | Jeremias Maerki | 2006-01-17 | 3 | -1/+195 |
* | New feature: "Intermediate format" (IF). The IF is basically the XML dialect ... | Jeremias Maerki | 2006-01-17 | 1 | -0/+214 |
* | Change more links from xml.apache.org to xmlgraphics.apache.org. | Simon Pepping | 2005-11-25 | 2 | -1/+1 |
* | Deprecated constructors Fop(int) and Fop(int, FOUserAgent). | Jeremias Maerki | 2005-11-12 | 8 | -9/+18 |
* | Providing a FO -> RTF example explaining the only difference that getResults(... | Jeremias Maerki | 2005-08-15 | 1 | -0/+128 |
* | Removed left over .cvsignore files. | Joerg Pietschmann | 2005-08-13 | 1 | -2/+0 |
* | Bugzilla #35937:
| Jeremias Maerki | 2005-07-30 | 1 | -1/+16 |
* | Example for printing to an old-style PrinterJob instance. | Jeremias Maerki | 2005-07-27 | 1 | -0/+121 |
* | Resurrected the old example from the maintenance branch now that the AWT View... | Jeremias Maerki | 2005-07-27 | 1 | -0/+97 |
* | Fixed filename of stylesheet for case-sensitive file systems. | Jeremias Maerki | 2004-08-30 | 3 | -3/+3 |
* | Style-up for example classes. | Jeremias Maerki | 2004-08-15 | 2 | -3/+0 |
* | 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 |
* | 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 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 3 | -41/+104 |
* | 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 | 13 | -598/+182 |
* | 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 |
* | $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 |
* | 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 |