aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-051-30/+1
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-241-79/+71
* Auxiliary positions do not have an index value; fixing this in InlineStacking...Simon Pepping2010-12-171-2/+5
* Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ...Simon Pepping2010-12-091-2/+3
* Bugzilla #49733:Jeremias Maerki2010-08-141-4/+15
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-16/+13
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-29/+3
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-3/+29
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-29/+3
* Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty inli...Andreas L. Delmelle2008-08-291-1/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-7/+7
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-1/+1
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-20/+6
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-35/+0
* InlineStackingLM should not be instantiated directly -> make abstractAndreas L. Delmelle2007-09-221-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* An emergency patch to avoid that a non-breaking space at the end of anSimon Pepping2006-05-191-3/+7
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-21/+94
* Remove the AreaInfo objects representing trailing spaces, in order to prevent...Luca Furini2005-09-201-0/+21
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-172/+2
* Various fixes for ID management. Jeremias Maerki2005-07-261-0/+9
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+545