aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOText.java
Commit message (Expand)AuthorAgeFilesLines
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-281-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-2/+2
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-204/+238
* Correction: characters() expects a 'length' not an 'endIndex'Andreas L. Delmelle2008-06-221-1/+1
* Changed FONode.addCharacters() signature to match the characters() event (use...Andreas L. Delmelle2008-06-221-2/+1
* Separation of concerns:Jeremias Maerki2008-06-191-1/+1
* Implemented Font auto-selection word-by-wordMaximilian Berger2008-05-281-1/+1
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-4/+5
* Merged branchJeremias Maerki2008-04-141-6/+3
* Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...Andreas L. Delmelle2007-09-161-3/+3
* Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.Andreas L. Delmelle2007-09-161-0/+3
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-181-0/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-9/+10
* Code cleanup: Andreas L. Delmelle2007-01-111-3/+2
* Bugzilla #40729:Jeremias Maerki2006-11-131-3/+2
* Cleanup: removal of suspicious static in FOTextAndreas L. Delmelle2006-08-231-25/+14
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-22/+23
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-4/+4
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-081-1/+10
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-0/+9
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-4/+4
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-2/+13
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Fixed the use of Length property for baseline-shift.Finn Bock2005-08-301-3/+3
* added support for superscript and subscriptPeter Herweg2005-08-301-0/+8
* No more warnings about unexpected FOText inside markers.Jeremias Maerki2005-07-181-1/+6
* Removed functionality for collecting words reverted. Instead made sure capita...Jeremias Maerki2005-06-091-3/+113
* Improvement for FOText instance creation. The text is consolidated into singl...Jeremias Maerki2005-06-091-11/+24
* Obsolete code removed and text-transform behaviour changed based on input fro...Jeremias Maerki2005-05-271-112/+2
* toString() workJeremias Maerki2005-01-261-2/+6
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-9/+20
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-9/+0
* Fixed the NPE for fo:title in FOText.createBlockPointers by returningSimon Pepping2004-12-221-3/+5
* PR:Glen Mazza2004-11-241-6/+6
* 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