aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/LineArea.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-4/+4
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+1
* apply complex scripts patchGlenn Adams2012-02-261-7/+45
* Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-241-12/+17
* Bugzilla #42034:Jeremias Maerki2010-12-071-3/+15
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-0/+5
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-11/+11
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-241-22/+7
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-4/+7
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-281-2/+2
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-201-1/+2
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-071-0/+2
* Re-adjusting lines after a page-number or a page-number-citation is resolved.Luca Furini2005-09-051-0/+125
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+14
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-20/+0
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+147