aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/Trait.java
Commit message (Expand)AuthorAgeFilesLines
* Merged trunk@1354651Peter Hancock2012-06-291-175/+142
|\
| * enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+1
| * apply complex scripts patchGlenn Adams2012-02-261-1/+22
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-3/+3
| * Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-241-9/+18
| * Previous commit would have caused compile error, unless others included as well.Andreas L. Delmelle2011-01-151-31/+31
| * Might as well make those primitive ints...Andreas L. Delmelle2011-01-151-31/+31
| * Eliminate unnecessary boxingAndreas L. Delmelle2011-01-141-164/+93
| * 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/+8
* | Bugzilla #49913:Jeremias Maerki2010-09-301-2/+3
|/
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+4
* Bugzilla #46705:Jeremias Maerki2009-02-191-1/+5
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method).Jeremias Maerki2008-04-251-17/+15
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-115/+77
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-9/+10
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-3/+3
* Bugzilla #42067: Jeremias Maerki2007-05-211-1/+2
* Bugzilla #42067: Jeremias Maerki2007-05-181-7/+4
* Bugzilla #42067:Jeremias Maerki2007-05-071-4/+140
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-158/+16
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-77/+58
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-24/+97
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-4/+5
* Forgot to add a toString() method to keep tests happy.Jeremias Maerki2005-12-211-1/+25
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-201-1/+74
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+9
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-7/+23
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-3/+3
* Additional text-decoration traitsJeremias Maerki2005-01-251-3/+17
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-0/+20
* New traits: space-before, space-after, is-viewport-area, is-reference-areaJeremias Maerki2005-01-171-1/+20
* Defined the start|end-indent traits.Jeremias Maerki2005-01-121-2/+16
* implemented break-before propertyChris Bowditch2004-05-271-12/+28
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Added SPACE_START and SPACE_END traits.Finn Bock2004-01-291-0/+14
* Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background...Glen Mazza2003-12-231-1/+17
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+475