aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-14/+14
* minor spelling & checkstyle fixesMaximilian Berger2008-06-141-17/+17
* Fix that preserves the final status of the fobj member variable.Adrian Cumiskey2008-05-031-2/+2
* Fixed the build. Assignment on final variable fobj.Adrian Cumiskey2008-05-031-1/+1
* Tweaks: make fobj member final; have default implementations for some methods...Andreas L. Delmelle2008-05-031-31/+20
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-11/+7
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-2/+2
* Tweak: add FO context info to clarify the message.Andreas L. Delmelle2007-03-021-1/+2
* Code cleanup: Andreas L. Delmelle2007-01-111-1/+1
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+1
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-1/+6
* Bugzilla #36379:Finn Bock2005-08-311-0/+265