gmazza 2004/01/13 15:28:31
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
static boolean array inheritableProperty[] added, to reduce processing costs
of lookups to see if a property is inheritable. Work based on Finn Bock's patch.
Revision ChangesPath
1.2
gmazza 2004/01/08 19:05:55
Modified:src/codegen properties.xsl
src/java/org/apache/fop/fo PropertyList.java
Log:
Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.
Revision ChangesPath
1.30 +10 -2 xml-fop/src/codegen/propertie
gmazza 2004/01/05 14:02:47
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).
Revision ChangesPath
1.21 +1 -1 xml-fop/src/java/org/apache/fop/fo/PropertyList.java
Inde
gmazza 2004/01/04 14:47:36
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
More String->Int conversion; also removed member variable passing (namespace,
element) within private functions. (Also made more methods private until external
use determined.)
Revision
gmazza 2004/01/04 14:23:16
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
More string-->int conversions.
Revision ChangesPath
1.17 +21 -19xml-fop/src/java/org/apache/fop/fo/PropertyList.java
Index: PropertyList.java
===
gmazza 2004/01/04 14:04:08
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
more String->int conversions.
Revision ChangesPath
1.16 +78 -72xml-fop/src/java/org/apache/fop/fo/PropertyList.java
Index: PropertyList.java
gmazza 2004/01/04 13:14:34
Modified:src/java/org/apache/fop/fo PropertyList.java
PropertyManager.java
Log:
String->Int conversion: removed String version of PropertyList.get()
Revision ChangesPath
1.15 +0 -24 xml-fop/src/java/org/apache/f
gmazza 2004/01/02 14:37:09
Modified:src/java/org/apache/fop/fo PropertyList.java
Log:
Bug 25803 (patch by Simon Pepping): Fix bug occurring when a compound property
is specified (e.g. "leader-length.maximum") before its base property (e.g.
"leader-length").
Revision Change
vmote 2003/07/16 10:36:24
Modified:src/java/org/apache/fop/fo PropertyList.java
PropertyListBuilder.java PropertyManager.java
Log:
style changes only
Revision ChangesPath
1.2 +68 -17xml-fop/src/java/org/apache/fop/fo/PropertyList.java