aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOText.java
Commit message (Expand)AuthorAgeFilesLines
* Comments added.Glen Mazza2004-04-061-1/+10
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-43/+73
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-26/+18
* Fix of leading-space problem in HEAD. (A single leading space of the firstGlen Mazza2004-03-071-4/+0
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-2/+11
* 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-9/+7
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+0
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-6/+1
* 1. remove unused fieldWilliam Victor Mote2003-08-221-5/+17
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-19/+6
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-3/+3
* style changes onlyWilliam Victor Mote2003-07-171-31/+49
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-1/+1
* Eliminate array looping if text-transform is NONE for a probable performance ...William Victor Mote2003-03-261-0/+3
* Add support for text-transform.William Victor Mote2003-03-251-17/+323
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+180