aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-222-9/+8
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-158/+0
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2710-478/+158
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+5
* Fixed Testcase. Joerg Pietschmann2003-09-271-1/+1
* Organize imports. Joerg Pietschmann2003-09-191-5/+3
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-166-6/+6
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-131-0/+104
* remove global import statementsWilliam Victor Mote2003-09-081-2/+0
* remove extraneous import statementWilliam Victor Mote2003-09-081-13/+11
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-3/+3
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-284-0/+703
* remove invalid importsWilliam Victor Mote2003-08-262-3/+0
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-265-0/+526