aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/ContentLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-241-11/+14
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+13
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-1/+2
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-2/+2
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-7/+3
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-3/+7
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-7/+3
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-9/+9
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-8/+6
* Merged branchJeremias Maerki2008-04-141-1/+0
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-12/+12
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-7/+0
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-15/+15
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* InlineLM properly creates an AligmentContext for Title.Simon Pepping2006-02-251-3/+2
* Avoid a NullPointerException when fo:title is empty.Simon Pepping2006-02-241-7/+17
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-0/+7
* Removed unsuitable language from commentManuel Mall2005-10-101-1/+0
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-101-5/+17
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-16/+2
* Remove the AreaInfo objects representing trailing spaces, in order to prevent...Luca Furini2005-09-201-0/+10
* Fix compile error. Removed the user agent setting because it's not used and t...Jeremias Maerki2005-09-091-16/+1
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-13/+21
* Cleanup of unused imports.Finn Bock2005-09-011-2/+0
* Bugzilla #36379:Finn Bock2005-08-311-6/+48
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+315