aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Patch to revision 1136002 of branch Temp_ComplexScripts by Glenn Adams; see B...Simon Pepping2011-06-151-93/+186
* Merged /xmlgraphics/fop/trunk:r1053043-1061681Simon Pepping2011-01-211-1/+1
|\
| * Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...Andreas L. Delmelle2011-01-091-1/+1
* | merged from trunkSimon Pepping2010-12-271-35/+19
|\|
| * Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-241-35/+19
* | merged changes from trunkSimon Pepping2010-12-041-8/+13
|\|
| * Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-10/+15
* | Merged changes from trunkSimon Pepping2010-11-281-24/+54
|\|
| * Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-251-24/+54
* | Apply patch to revision 1002949, in bug 49687, Complex Script Support, by Gle...Simon Pepping2010-09-301-37/+106
* | Merged changes from trunk up to revision 990588Simon Pepping2010-08-291-4/+4
|\|
| * Fixed indentationVincent Hennebert2010-08-271-4/+4
* | Bugzilla #49687:Simon Pepping2010-08-191-55/+228
|/
* Bugzilla #49733:Jeremias Maerki2010-08-141-22/+38
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-614/+609
* Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-231-22/+23
|\
| * Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-22/+23
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-6/+5
* | Avoid empty "ptr" traits in the area tree.Jeremias Maerki2009-04-141-1/+1
* | Bugzilla #46705:Jeremias Maerki2009-02-191-1/+19
|/
* Bugfix: do not reset TextLM.hasChanged, but combine (||) with previous value.Andreas L. Delmelle2008-11-181-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-1/+1
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-60/+64
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-2/+3
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-6/+6
* Minor cleanup: remove unneeded constantAndreas L. Delmelle2008-06-071-2/+0
* Extended behavior of preserved linefeeds to codepoints representing mandatory...Andreas L. Delmelle2008-06-071-8/+11
* Minor cleanup: remove spurious white-spaceAndreas L. Delmelle2008-06-041-8/+4
* More code Cleanups (no functional changes)Maximilian Berger2008-06-011-326/+237
* Code Cleanups (no functional change)Maximilian Berger2008-05-311-442/+470
* Implemented Font auto-selection word-by-wordMaximilian Berger2008-05-281-50/+76
* Correction of indentationAndreas L. Delmelle2008-05-051-60/+54
* Further refinements:Andreas L. Delmelle2008-05-041-98/+89
* Change private element-generating methods to add the elements to a passed Lis...Andreas L. Delmelle2008-05-041-155/+147
* Cleanup: improve code-readibilityAndreas L. Delmelle2008-05-031-444/+320
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-30/+0
* Better solution for missing hyphenation character problem.Jeremias Maerki2007-11-121-8/+2
* Issue a clear warning if the selected hyphenation character is not available ...Jeremias Maerki2007-11-121-2/+8
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-3/+7
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-1/+1
* Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsExceptionAndreas L. Delmelle2007-09-201-24/+28
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-221-1/+1
* Corrected issue with zero width spaces being given a non zero widthManuel Mall2007-07-221-1/+1
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-181-1/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-181-2/+2
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-141-10/+3
* Bugzilla #42109: Jeremias Maerki2007-05-211-5/+6
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-301-7/+21
* Initial support for soft hyphensManuel Mall2007-01-131-43/+87