aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions
Commit message (Expand)AuthorAgeFilesLines
* Merged branchJeremias Maerki2008-04-142-11/+12
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-272-0/+188
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1814-37/+36
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-043-99/+24
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-033-210/+210
* - fix minor checkstyle issuesVincent Hennebert2007-04-033-1/+40
* changes to support named destinationJay Bryant2007-04-013-0/+171
* Code cleanup: Andreas L. Delmelle2007-01-112-2/+2
* Don't swallow the exception. At least log it.Jeremias Maerki2006-10-071-0/+6
* Implemented limited support for extension properties through new methods on E...Jeremias Maerki2006-09-112-0/+30
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2818-90/+108
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-208-138/+168
* Simply subclassing did not work as expected. Made a copy now.Jeremias Maerki2006-05-021-2/+17
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-282-5/+44
* The about attribute must have the "rdf" namespace prefix.Jeremias Maerki2006-03-231-0/+6
* Added missing package description.Jeremias Maerki2006-03-221-0/+22
* More work on PDF/A-1:Jeremias Maerki2006-02-221-0/+3
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-0/+3
* DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org...Jeremias Maerki2006-02-171-1/+1
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-177-0/+419
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-172-8/+31
* NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...Jeremias Maerki2005-12-151-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-112-7/+12
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-0/+38
* An additional comment so this line will not be activated accidentally. The pr...Jeremias Maerki2005-09-011-0/+1
* Reverting my earlier change to make FOP compile with Batik 1.6 again. I'm inv...Jeremias Maerki2005-09-011-1/+1
* Set not only the base URL for the SVG Document but also the URI. Otherwise, r...Jeremias Maerki2005-08-311-1/+3
* Bugzilla #36082 Jeremias Maerki2005-08-151-4/+6
* Removing unused import.Finn Bock2005-07-281-1/+0
* 1.) fox:label converted to 1.1 fo:bookmark-title.Glen Mazza2005-01-062-77/+0
* PR:Glen Mazza2005-01-042-117/+0
* Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two moreGlen Mazza2005-01-022-73/+0
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-284-15/+12
* Fix a regression in pdfoutline.fo, the method signature for addCharactersFinn Bock2004-10-241-0/+2
* Fix a regression in pdfoutline.fo. Supply empty createPropertyList andFinn Bock2004-10-241-0/+24
* Second phase of performance improvement.Finn Bock2004-10-191-2/+6
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-2/+3
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-044-23/+0
* PR:Glen Mazza2004-08-042-12/+0
* PR:Glen Mazza2004-08-031-1/+4
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-012-4/+4
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-276-18/+18
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-1/+4
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-242-10/+4
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-202-4/+32
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-3/+5
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-154-4/+8
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-122-0/+7