aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/TraitSetter.java
Commit message (Expand)AuthorAgeFilesLines
* More fixups: eliminate stray hungarians + added TODO for parameter removalAndreas L. Delmelle2011-02-061-36/+37
* Eliminate unnecessary boxing (possible after r1062901)Andreas L. Delmelle2011-02-061-17/+16
* Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-271-2/+2
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-6/+5
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+6
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-45/+49
* Bugzilla #46705:Jeremias Maerki2009-02-191-0/+11
* Merged revisions 705529,706135 via svnmerge from Adrian Cumiskey2008-10-201-2/+2
* Expanded the vertical/horizontal background image position calculations (moti...Adrian Cumiskey2008-08-271-12/+18
* Merged revisions 679052-679352 via svnmerge from Vincent Hennebert2008-07-251-33/+33
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-011-1/+86
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-21/+17
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-9/+8
* - remove call to addPadding in TraitSetter.addCollapsingBordersVincent Hennebert2007-04-191-2/+0
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-081-0/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-1/+22
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-221-0/+6
* Implemented 5.3.4 overconstrained geometry without handling the case when the...Jeremias Maerki2005-12-021-6/+23
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-15/+101
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-51/+65
* Made the warnings more verbose.Jeremias Maerki2005-08-291-3/+7
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-0/+12
* First step towards collapsing table borders:Jeremias Maerki2005-02-161-27/+85
* use hasBackground() as a fail-fast.Jeremias Maerki2005-02-071-3/+4
* Get the mark colors for text-decorations right.Jeremias Maerki2005-01-251-0/+3
* Removed unnecessary parameterJeremias Maerki2005-01-251-1/+1
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-0/+24
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-4/+46
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-3/+10
* Bugfix for start-indent calculation for nested blocks. The inherited start-in...Jeremias Maerki2005-01-071-22/+33
* Third phase of performance improvement.Finn Bock2004-10-201-6/+5
* Third phase of performance improvement.Finn Bock2004-10-191-32/+31
* Removed illegal tab character Jeremias Maerki2004-06-161-7/+7
* implemented break-before propertyChris Bowditch2004-05-271-11/+17
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Added addMargins() to set the SPACE_* traits.Finn Bock2004-01-291-0/+26
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-241-4/+4
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-261-0/+20
* move the "common" property classes from layout to fo.properties, renaming the...William Victor Mote2003-08-121-19/+19
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+187