cvs commit: xml-fop/src/java/org/apache/fop/fo/properties PropertyMaker.java

2005-01-28 Thread jeremias
jeremias2005/01/28 06:26:45 Modified:src/java/org/apache/fop/fo/properties PropertyMaker.java Log: corresponding.compute() may also return null to indicate that the inherited value should be used. Revision ChangesPath 1.13 +7 -7 xml-fop/src/java/org/apache/fop

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties PropertyMaker.java

2005-01-12 Thread jeremias
jeremias2005/01/12 03:36:30 Modified:src/java/org/apache/fop/fo/properties PropertyMaker.java Log: Fix for keyword substitutions for enum properties. Check came too late evaluating the substituted value to a string instead of an enum value. (I found the problem in writing-mode)

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties PropertyMaker.java

2004-10-19 Thread bckfnn
bckfnn 2004/10/19 05:57:33 Modified:src/java/org/apache/fop/fo/properties PropertyMaker.java Log: Second phase of performance improvement. - Let PropertyList deal with caching issues. - Don't use compound property ids. PR: 31699 Revision ChangesPath 1.9 +1

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties PropertyMaker.java

2004-09-07 Thread bckfnn
bckfnn 2004/09/07 05:21:18 Modified:src/java/org/apache/fop/fo/properties PropertyMaker.java Log: Fix a src/dst mixup in System.arraycopy. Revision ChangesPath 1.7 +2 -2 xml-fop/src/java/org/apache/fop/fo/properties/PropertyMaker.java Index: PropertyMaker