aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObjMixed.java
Commit message (Expand)AuthorAgeFilesLines
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-2/+4
* Second phase of performance improvement.Finn Bock2004-10-191-11/+4
* PR:Glen Mazza2004-10-131-2/+1
* PR:Glen Mazza2004-10-121-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+1
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-3/+3
* PR:Glen Mazza2004-09-051-2/+3
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-1/+0
* Minor edits.Glen Mazza2004-08-221-2/+0
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-141-0/+1
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-111-6/+0
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-6/+12
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-1/+0
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-5/+5
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-1/+1
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-2/+2
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-3/+3
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-3/+3
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-1/+1
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-1/+1
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Some simplification of FOText object.Glen Mazza2004-02-271-1/+1
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+7
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* minor elaborationGlen Mazza2003-11-161-0/+3
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-1/+0
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-11/+1
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-011-2/+0
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+2
* style changes onlyWilliam Victor Mote2003-08-221-6/+6
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-4/+4
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-14/+3
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-2/+2
* 1. create control packageWilliam Victor Mote2003-08-141-2/+2
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-5/+5
* style changes onlyWilliam Victor Mote2003-07-131-6/+25
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* Add support for text-transform.William Victor Mote2003-03-251-11/+11
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+113