aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOTreeBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-55/+35
* Spelled out FO element maker classes in order to make its toString()Glen Mazza2004-05-191-0/+2
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+7
* PR:Glen Mazza2004-03-311-2/+2
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-1/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Style fixes only.Jeremias Maerki2004-02-031-1/+1
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+14
* Organize imports. Joerg Pietschmann2003-09-191-25/+10
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-131-0/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-5/+0
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-1/+0
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-011-2/+2
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-1/+1
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-261-1/+1
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-3/+3
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-2/+7
* beef up the javadoc comments explaining what these classes doWilliam Victor Mote2003-07-291-3/+8
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-8/+8
* style changes onlyWilliam Victor Mote2003-07-171-1/+1
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-121-12/+2
* FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuil...Glen Mazza2003-07-041-0/+159
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-11/+5
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* Refactor:William Victor Mote2003-04-271-33/+45
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+275