aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOText.java
Commit message (Expand)AuthorAgeFilesLines
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-1/+2
* Third phase of performance improvement.Finn Bock2004-10-191-4/+1
* Second phase of performance improvement.Finn Bock2004-10-191-15/+13
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-0/+82
* PR:Glen Mazza2004-10-131-9/+1
* Endlich habe ich dem Insekt gefunden! Jetzt kann FOText das Kind von FONode ...Glen Mazza2004-10-131-1/+1
* PR:Glen Mazza2004-10-121-7/+7
* PR:Glen Mazza2004-09-191-1/+1
* Removed tab characters.Jeremias Maerki2004-09-111-1/+1
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-0/+4
* PR:Glen Mazza2004-08-061-1/+1
* PR:Glen Mazza2004-08-061-6/+7
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-11/+13
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-5/+5
* 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