aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2372: New extension to resize background imagesLuis Bernardo2014-05-111-12/+19
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-6/+6
* Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-221-13/+10
* Addressed Findbug and Checkstyle issuesPeter Hancock2012-10-091-1/+0
* Minor cleanupPeter Hancock2012-07-051-17/+11
* Merged trunk@1356765Peter Hancock2012-07-031-1/+1
|\
| * Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* | Merged trunk@1354651Peter Hancock2012-06-291-87/+82
|\|
| * Fixed concurrency issue re:background-image on a fo:block. Also updated a cou...Mehdi Houshmand2012-04-271-29/+27
| * Made class non-final to allow mockingVincent Hennebert2012-03-221-2/+2
| * Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-221-66/+62
* | Bugzilla #49913:Jeremias Maerki2010-09-301-44/+134
|/
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-6/+6
* Bugzilla #49733:Jeremias Maerki2010-08-141-20/+33
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* Forgot to add getBackgroundColor() accessor.Adrian Cumiskey2009-03-251-0/+8
* Added some accessor methods to some public member variables. I have left the...Adrian Cumiskey2009-03-251-0/+64
* Bugzilla #45938: Jeremias Maerki2009-01-021-3/+18
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-38/+38
* Avoid an error if unspecified...Andreas L. Delmelle2008-05-121-2/+3
* Tweak: avoid preloading the background-image with each pass through the const...Andreas L. Delmelle2008-05-121-25/+34
* Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderIn...Andreas L. Delmelle2008-05-121-72/+267
* Removed stray reference to ImageFactory.Jeremias Maerki2008-01-111-2/+2
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-17/+18
* Style only: removed trailing white spacesVincent Hennebert2007-12-131-54/+53
* Implemented the resolution of collapsing borders in the FO tree, for every si...Vincent Hennebert2007-12-131-2/+56
* Use a singleton for a default BorderInfo of style none, instead of every time...Vincent Hennebert2007-11-131-2/+21
* Moved the creation of grid units to the FO tree building stage. Brought a few...Vincent Hennebert2007-11-131-2/+6
* Fix two javadoc warnings.Jeremias Maerki2007-11-131-2/+0
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-6/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* Code cleanup: Andreas L. Delmelle2007-01-111-4/+4
* Small improvements of the table layout code:Vincent Hennebert2006-11-241-0/+16
* Bugzilla #40729:Jeremias Maerki2006-11-131-3/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-18/+20
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+4
* An accessor I need for space resolution.Jeremias Maerki2005-10-131-0/+9
* Removed warning for padding (r291267); padding never seems to be null, so war...Andreas L. Delmelle2005-09-251-6/+0
* Added warning for padding on table with collapsing border-modelAndreas L. Delmelle2005-09-241-0/+6
* Added warning for non-applicable borders in case of separate border-modelAndreas L. Delmelle2005-09-231-0/+5
* Removal of ColumnNumberPropertyMaker.java (until all further conflicts have b...Andreas L. Delmelle2005-09-151-4/+6
* Bugzilla #36379:Finn Bock2005-08-311-21/+35
* Should run my own tests.... :-(Jeremias Maerki2005-02-221-0/+6
* First real step towards collapsing table borders.Jeremias Maerki2005-02-211-3/+61
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-0/+1
* Set border traits for fo:table only if border-collapse="separate".Jeremias Maerki2005-02-151-0/+6
* Method for determining if there's a background at all.Jeremias Maerki2005-02-071-0/+7
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-6/+43