]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
20 years agoFix missing shorthands.
Finn Bock [Sun, 25 Jan 2004 22:34:49 +0000 (22:34 +0000)]
Fix missing shorthands.

PR: 26423
Submitted by: Simon Pepping

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197260 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSwitching from passing the FOUserAgent for several of the image
Glen Mazza [Sun, 25 Jan 2004 14:40:14 +0000 (14:40 +0000)]
Switching from passing the FOUserAgent for several of the image
functions to its internal Avalon logger instead.  (Only object used within
FOUserAgent parameter, plus this library is also used for the PDFTranscoder, plus
FOUserAgent not always available from everywhere anymore.)  Holding off making
a complete switch in this package (FOUserAgent still used in a few more
places, albeit only its logger is being requested)
until others comment.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197259 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix a 'javadoc' warning about missing @see target.
Finn Bock [Sun, 25 Jan 2004 13:59:33 +0000 (13:59 +0000)]
Fix a 'javadoc' warning about missing @see target.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197258 13f79535-47bb-0310-9956-ffa450edef68

20 years agofixed wrong datatype in overriden method
Peter Herweg [Sat, 24 Jan 2004 22:24:14 +0000 (22:24 +0000)]
fixed wrong datatype in overriden method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197250 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix javadoc warnings caused by unknown @see targets.
Finn Bock [Sat, 24 Jan 2004 16:09:48 +0000 (16:09 +0000)]
Fix javadoc warnings caused by unknown @see targets.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197249 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix javadoc warnings.
Finn Bock [Fri, 23 Jan 2004 21:39:59 +0000 (21:39 +0000)]
Fix javadoc warnings.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFixed a bug where I got a NoClassDefFoundError when I'm using a build-local.propertie...
Jeremias Maerki [Fri, 23 Jan 2004 15:07:29 +0000 (15:07 +0000)]
Fixed a bug where I got a NoClassDefFoundError when I'm using a build-local.properties where I set optional.lib.dir to an absolute Windows path. These absolute paths weren't removed somehow resulting in NoClassDefFound errors due to a illegal Class-Path entry in fop.jar's manifest.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197247 13f79535-47bb-0310-9956-ffa450edef68

20 years agoApplied Thomas DeWeese's latest patch for the PDF transcoder.
Glen Mazza [Thu, 22 Jan 2004 22:40:51 +0000 (22:40 +0000)]
Applied Thomas DeWeese's latest patch for the PDF transcoder.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197244 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix typo in comments.
Finn Bock [Thu, 22 Jan 2004 10:56:11 +0000 (10:56 +0000)]
Fix typo in comments.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197243 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdate changes on code-generated property makers.
Finn Bock [Thu, 22 Jan 2004 10:54:39 +0000 (10:54 +0000)]
Update changes on code-generated property makers.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197242 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAbandon codegenerated property makers and use bean-like makers instead.
Finn Bock [Thu, 22 Jan 2004 09:06:05 +0000 (09:06 +0000)]
Abandon codegenerated property makers and use bean-like makers instead.

- ShorthandParsers are made stateless.
- Makers for compound properties inherts from new CompoundPropertyMaker
  class and overrides makeNewProperty.
- FOPropertyMapping is no longer generated but is handcoded.
- get() and findProperty() methods are moved from PropertyList to the
  property makers.

PR: 25873

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197241 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMatch the version string is apps.Version.
Finn Bock [Wed, 21 Jan 2004 19:36:39 +0000 (19:36 +0000)]
Match the version string is apps.Version.

PR: 25691

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197240 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdd dependant jars to the classloader.
Finn Bock [Wed, 21 Jan 2004 19:35:00 +0000 (19:35 +0000)]
Add dependant jars to the classloader.
Don't check for org.apache.fop.apps.Options, it does not exists anymore.

PR: 25691

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197239 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUse PDFNumber.doubleOut to format the floats in a transformation matrix.
Finn Bock [Wed, 21 Jan 2004 18:50:45 +0000 (18:50 +0000)]
Use PDFNumber.doubleOut to format the floats in a transformation matrix.
This avoids scientific notation which is not supporter by pdf.

PR: 25880

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197238 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSubmitted by: Marc Wilhelm Kuester; added support for fo:list in fo:footnote; ensured...
Peter Herweg [Tue, 20 Jan 2004 21:37:24 +0000 (21:37 +0000)]
Submitted by: Marc Wilhelm Kuester; added support for fo:list in fo:footnote; ensured Word displays footnote, not endnote

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197228 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix a NPE caused by avalonization of logging.
Finn Bock [Tue, 20 Jan 2004 11:45:48 +0000 (11:45 +0000)]
Fix a NPE caused by avalonization of logging.
Support for 'results' attribute on 'test' element, used by NIST suite.
Explicit close the output file, otherwise the file has a length of 0
when the files are compared (on windows).
Added -d option to enable debug output.

PR: 25691

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197227 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBlock height/width elaboration for XML Renderer--Patch by Finn Bock.
Glen Mazza [Tue, 20 Jan 2004 01:52:51 +0000 (01:52 +0000)]
Block height/width elaboration for XML Renderer--Patch by Finn Bock.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197222 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties
Glen Mazza [Tue, 20 Jan 2004 01:33:58 +0000 (01:33 +0000)]
FOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties
to fo package in preparation for new property maker implementation.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197221 13f79535-47bb-0310-9956-ffa450edef68

20 years agoInterfaces now in alphabetical order and detached from generic interfaces
Glen Mazza [Tue, 20 Jan 2004 01:14:33 +0000 (01:14 +0000)]
Interfaces now in alphabetical order and detached from generic interfaces
in autogenerated fo.properties.*; patch from Finn Bock--unneeded method in
PropertyInfo.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197220 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated team page--moved Finn, Andreas, Chris and Peter to active status;
Glen Mazza [Mon, 19 Jan 2004 23:56:50 +0000 (23:56 +0000)]
Updated team page--moved Finn, Andreas, Chris and Peter to active status;
set Victor and Keiron to inactive status, removed "former contributor"
section in favor of going back to giving credit within source files.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197219 13f79535-47bb-0310-9956-ffa450edef68

20 years agoreplaced string constants with int constants
Peter Herweg [Sun, 18 Jan 2004 21:21:41 +0000 (21:21 +0000)]
replaced string constants with int constants

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197215 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25873 (from Finn Bock): Minor code cleanup issues.
Glen Mazza [Sat, 17 Jan 2004 22:02:03 +0000 (22:02 +0000)]
Bug 25873 (from Finn Bock):  Minor code cleanup issues.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197214 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMoved the interfaces into the Constants class on a trial basis (we may still
Glen Mazza [Sat, 17 Jan 2004 19:29:46 +0000 (19:29 +0000)]
Moved the interfaces into the Constants class on a trial basis (we may still
choose to remove them in favor of strictly using Constants.)  Two interfaces
(span and position) were removed because of conflicts with other class names.

The interface generation was moved into Constants.xsl, which is run manually
via the XsltToJava ant task and its output is then checked in.  As a result,
no more autogeneration of these interfaces at build time will be done.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197213 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFurther simplifications to file.
Glen Mazza [Sat, 17 Jan 2004 16:05:40 +0000 (16:05 +0000)]
Further simplifications to file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197212 13f79535-47bb-0310-9956-ffa450edef68

20 years ago(Property Interface consolidation) Removed a redundancy in interface
Glen Mazza [Sat, 17 Jan 2004 15:37:27 +0000 (15:37 +0000)]
(Property Interface consolidation)  Removed a redundancy in interface
definitions:

from here (for several of the interfaces):

    public interface KeepWithNext {
        public interface WithinPage extends GenericKeep.Enums.WithinPage { }
        public interface WithinLine extends GenericKeep.Enums.WithinLine { }
        public interface WithinColumn extends GenericKeep.Enums.WithinColumn { } }

to here:

    public interface KeepWithNext extends GenericKeep.Enums { }

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197211 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->Int conversions (ones I've missed previously.) Appears I've finally
Glen Mazza [Wed, 14 Jan 2004 00:00:38 +0000 (00:00 +0000)]
More String->Int conversions (ones I've missed previously.)  Appears I've finally
converted all of them.  From Finn Bock's patch.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197159 13f79535-47bb-0310-9956-ffa450edef68

20 years agostatic boolean array inheritableProperty[] added, to reduce processing costs
Glen Mazza [Tue, 13 Jan 2004 23:28:31 +0000 (23:28 +0000)]
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.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197158 13f79535-47bb-0310-9956-ffa450edef68

20 years agoNews page updates.
Glen Mazza [Mon, 12 Jan 2004 01:26:58 +0000 (01:26 +0000)]
News page updates.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197157 13f79535-47bb-0310-9956-ffa450edef68

20 years agoswitch from Property.getPropName() to Property.getPropId(); comments added to
Glen Mazza [Sat, 10 Jan 2004 20:40:07 +0000 (20:40 +0000)]
switch from Property.getPropName() to Property.getPropId(); comments added to
PropertySets.java to clarify makeSparseIndices() method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197156 13f79535-47bb-0310-9956-ffa450edef68

20 years agoadded support for fo:footnote
Peter Herweg [Sat, 10 Jan 2004 19:43:58 +0000 (19:43 +0000)]
added support for fo:footnote

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197155 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25810 (Patch by Finn Bock) -- Support for inherit attribute value.
Glen Mazza [Fri, 9 Jan 2004 22:32:27 +0000 (22:32 +0000)]
Bug 25810 (Patch by Finn Bock) -- Support for inherit attribute value.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197151 13f79535-47bb-0310-9956-ffa450edef68

20 years agoStyle, javadoc and tab character fixes
Jeremias Maerki [Fri, 9 Jan 2004 08:56:43 +0000 (08:56 +0000)]
Style, javadoc and tab character fixes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197150 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.
Glen Mazza [Fri, 9 Jan 2004 03:26:00 +0000 (03:26 +0000)]
Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.
Also changed text of warning message.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197149 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25990 (Patch by Finn Bock) errors in String->int conversions found.
Glen Mazza [Fri, 9 Jan 2004 03:05:55 +0000 (03:05 +0000)]
Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197148 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->int conversion.
Glen Mazza [Wed, 7 Jan 2004 22:50:51 +0000 (22:50 +0000)]
More String->int conversion.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197147 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->int conversions.
Glen Mazza [Wed, 7 Jan 2004 22:25:43 +0000 (22:25 +0000)]
More String->int conversions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197146 13f79535-47bb-0310-9956-ffa450edef68

20 years agoConstants simplifications in LengthRange and Space.java.
Glen Mazza [Wed, 7 Jan 2004 21:28:42 +0000 (21:28 +0000)]
Constants simplifications in LengthRange and Space.java.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197145 13f79535-47bb-0310-9956-ffa450edef68

20 years agoLast of string->int conversions (more structural improvements still can be
Glen Mazza [Wed, 7 Jan 2004 21:10:38 +0000 (21:10 +0000)]
Last of string->int conversions (more structural improvements still can be
done in PropertyList from Finn's patch, however).  Made Constants values
inherent to CompoundDatatype class.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197144 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->Int conversions.
Glen Mazza [Tue, 6 Jan 2004 00:49:40 +0000 (00:49 +0000)]
More String->Int conversions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197143 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSwitch from strings->ints in Property.setSubprop() (from Finn Bock).
Glen Mazza [Mon, 5 Jan 2004 22:13:19 +0000 (22:13 +0000)]
Switch from strings->ints in Property.setSubprop()  (from Finn Bock).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197142 13f79535-47bb-0310-9956-ffa450edef68

20 years agoCOMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).
Glen Mazza [Mon, 5 Jan 2004 22:02:47 +0000 (22:02 +0000)]
COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197141 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->Int Conversions.
Glen Mazza [Mon, 5 Jan 2004 01:31:09 +0000 (01:31 +0000)]
More String->Int Conversions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197115 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String-->int conversions. Work primarily from Finn Bock's patch.
Glen Mazza [Mon, 5 Jan 2004 00:44:59 +0000 (00:44 +0000)]
More String-->int conversions.  Work primarily from Finn Bock's patch.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197114 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->Int conversion; also removed member variable passing (namespace,
Glen Mazza [Sun, 4 Jan 2004 22:47:36 +0000 (22:47 +0000)]
More String->Int conversion; also removed member variable passing (namespace,
element) within private functions.  (Also made more methods private until external
use determined.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197113 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore string-->int conversions.
Glen Mazza [Sun, 4 Jan 2004 22:23:16 +0000 (22:23 +0000)]
More string-->int conversions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197112 13f79535-47bb-0310-9956-ffa450edef68

20 years agomore String->int conversions.
Glen Mazza [Sun, 4 Jan 2004 22:04:08 +0000 (22:04 +0000)]
more String->int conversions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197111 13f79535-47bb-0310-9956-ffa450edef68

20 years agoString->Int conversion: removed String version of PropertyList.get()
Glen Mazza [Sun, 4 Jan 2004 21:14:34 +0000 (21:14 +0000)]
String->Int conversion: removed String version of PropertyList.get()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197110 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix to remove unnecessary imports of Constants interface.
Glen Mazza [Sun, 4 Jan 2004 05:42:03 +0000 (05:42 +0000)]
Fix to remove unnecessary imports of Constants interface.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197109 13f79535-47bb-0310-9956-ffa450edef68

20 years agobug fixed: The first occurence of a custom color was displayed with wrong color
Peter Herweg [Sat, 3 Jan 2004 13:43:12 +0000 (13:43 +0000)]
bug fixed: The first occurence of a custom color was displayed with wrong color

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197108 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove unused import to quieten Eclipse.
Peter Bernard West [Sat, 3 Jan 2004 03:25:02 +0000 (03:25 +0000)]
Remove unused import to quieten Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197101 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove unused imports to quieten Eclipse.
Peter Bernard West [Sat, 3 Jan 2004 03:23:51 +0000 (03:23 +0000)]
Remove unused imports to quieten Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197100 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove unused imports to quieten Eclipse.
Peter Bernard West [Sat, 3 Jan 2004 03:13:37 +0000 (03:13 +0000)]
Remove unused imports to quieten Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197099 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove unused imports to quieten Eclipse.
Peter Bernard West [Sat, 3 Jan 2004 02:34:28 +0000 (02:34 +0000)]
Remove unused imports to quieten Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197098 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFOPropertyMapping.GetPropertyId() modified to also be able to return
Glen Mazza [Fri, 2 Jan 2004 23:53:09 +0000 (23:53 +0000)]
FOPropertyMapping.GetPropertyId() modified to also be able to return
(base + compound) ID value for a "base.compound" string; more String->Int
conversions in Leader.java.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197097 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.
Glen Mazza [Fri, 2 Jan 2004 22:51:31 +0000 (22:51 +0000)]
Bug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197096 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25803 (patch by Simon Pepping): Fix bug occurring when a compound property
Glen Mazza [Fri, 2 Jan 2004 22:37:09 +0000 (22:37 +0000)]
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").

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197095 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved unnecessary semi-colon.
Peter Bernard West [Fri, 2 Jan 2004 12:18:45 +0000 (12:18 +0000)]
Removed unnecessary semi-colon.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197093 13f79535-47bb-0310-9956-ffa450edef68

20 years agoadded support for fo:basic-link
Peter Herweg [Thu, 1 Jan 2004 21:19:55 +0000 (21:19 +0000)]
added support for fo:basic-link

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197087 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java.
Glen Mazza [Thu, 1 Jan 2004 18:52:22 +0000 (18:52 +0000)]
Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197086 13f79535-47bb-0310-9956-ffa450edef68

20 years agoChanged jumps to forks (=open new window on links) on team page.
Glen Mazza [Thu, 1 Jan 2004 18:31:03 +0000 (18:31 +0000)]
Changed jumps to forks (=open new window on links) on team page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197085 13f79535-47bb-0310-9956-ffa450edef68

20 years agoXML bug on team page.
Glen Mazza [Wed, 31 Dec 2003 04:17:34 +0000 (04:17 +0000)]
XML bug on team page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197080 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->Int conversions, primarily from patch from Finn Bock.
Glen Mazza [Wed, 31 Dec 2003 01:41:46 +0000 (01:41 +0000)]
More String->Int conversions, primarily from patch from Finn Bock.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197079 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug #25563 (Patch by Finn Bock) toString() implementations added.
Glen Mazza [Wed, 31 Dec 2003 00:40:14 +0000 (00:40 +0000)]
Bug #25563 (Patch by Finn Bock) toString() implementations added.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197078 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug #25813 (Patch by Finn Bock): Calculation change in setBlockTextInfo().
Glen Mazza [Tue, 30 Dec 2003 23:11:00 +0000 (23:11 +0000)]
Bug #25813 (Patch by Finn Bock):  Calculation change in setBlockTextInfo().

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197077 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore String->int conversions, annoyingly incremental but I'm getting there...
Glen Mazza [Mon, 29 Dec 2003 23:28:47 +0000 (23:28 +0000)]
More String->int conversions, annoyingly incremental but I'm getting there...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197076 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoval of unnecessary local variable, patch by Andreas Delmille. (Bug 25786)
Glen Mazza [Mon, 29 Dec 2003 21:19:20 +0000 (21:19 +0000)]
Removal of unnecessary local variable, patch by Andreas Delmille.  (Bug 25786)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197075 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug #25804: Fix of ClassCastException error occuring while
Glen Mazza [Mon, 29 Dec 2003 20:50:41 +0000 (20:50 +0000)]
Bug #25804: Fix of ClassCastException error occuring while
using (unimplemented) bidi-override.  Patch by Finn Bock.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197074 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded Simon Pepping to contributors list.
Glen Mazza [Sun, 28 Dec 2003 19:01:52 +0000 (19:01 +0000)]
Added Simon Pepping to contributors list.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197073 13f79535-47bb-0310-9956-ffa450edef68

20 years agoConversion of more properties from Strings to ints.
Glen Mazza [Sun, 28 Dec 2003 17:10:17 +0000 (17:10 +0000)]
Conversion of more properties from Strings to ints.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197072 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMinor patch for fixing NPE error when Locator not available--submitted by
Glen Mazza [Sun, 28 Dec 2003 16:13:10 +0000 (16:13 +0000)]
Minor patch for fixing NPE error when Locator not available--submitted by
Finn Bock.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197071 13f79535-47bb-0310-9956-ffa450edef68

20 years ago*Partial* conversion of PropertyList.get(String propName) to new PropertyList.get...
Glen Mazza [Sat, 27 Dec 2003 22:00:38 +0000 (22:00 +0000)]
*Partial* conversion of PropertyList.get(String propName) to new PropertyList.get(int propId) method.  This method will remain
overloaded until all calls converted to int constants.

Work based on Finn Bock's patch.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197059 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25756 (Patch by Simon Pepping): Remove line BPs where line consists
Glen Mazza [Sat, 27 Dec 2003 21:03:34 +0000 (21:03 +0000)]
Bug 25756 (Patch by Simon Pepping):  Remove line BPs where line consists
only of suppressible content (whitespace).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197058 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25758 (patch by Finn Bock) -- Fix of content-height/content-width
Glen Mazza [Sat, 27 Dec 2003 20:40:04 +0000 (20:40 +0000)]
Bug 25758 (patch by Finn Bock) -- Fix of content-height/content-width
for images, to satisfy NIST test adp-height1.fo

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197057 13f79535-47bb-0310-9956-ffa450edef68

20 years agoProperty.getPropertyName() switched from returning strings to
Glen Mazza [Fri, 26 Dec 2003 23:41:47 +0000 (23:41 +0000)]
Property.getPropertyName() switched from returning strings to
integer constants (perh. should be renamed to getPropertyId()?);
change propagated to classes calling this function.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197056 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper in 1...
Glen Mazza [Fri, 26 Dec 2003 22:39:14 +0000 (22:39 +0000)]
Bug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper in 1.0 version.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197055 13f79535-47bb-0310-9956-ffa450edef68

20 years ago----------------------------------------------------------------------
Glen Mazza [Fri, 26 Dec 2003 22:11:17 +0000 (22:11 +0000)]
----------------------------------------------------------------------
Bug #25646 (Patch by Finn Bock):  setting SAX Locator (line and column
index of input fo stream) for debugging and better error feedback.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197054 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved the elementStringTable HashMap references (never used; was
Glen Mazza [Wed, 24 Dec 2003 00:06:14 +0000 (00:06 +0000)]
Removed the elementStringTable HashMap references (never used; was
meant to define element-specific makers for a particular property,
instead of the default make for the property) from fo.FObj and
fo.PropertyList.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197053 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background class.
Glen Mazza [Tue, 23 Dec 2003 21:53:46 +0000 (21:53 +0000)]
Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background class.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197052 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spepping...
Glen Mazza [Tue, 23 Dec 2003 20:41:58 +0000 (20:41 +0000)]
Bug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spepping at leverkruid dot nl)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197051 13f79535-47bb-0310-9956-ffa450edef68

20 years agoInitial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design's
Glen Mazza [Mon, 22 Dec 2003 23:23:05 +0000 (23:23 +0000)]
Initial Check-in of PropertySets.java and .xsl.  (Similar to Alt-Design's
PropertySets, however uses integer arrays to identify those properties
relevant for an FO.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197050 13f79535-47bb-0310-9956-ffa450edef68

20 years agoReversed order of code: add string constant first to HashMap, *then* create
Glen Mazza [Mon, 22 Dec 2003 21:50:58 +0000 (21:50 +0000)]
Reversed order of code: add string constant first to HashMap, *then* create
corresponding maker (latter classes weren't having access to the string constant
in their constructors.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197049 13f79535-47bb-0310-9956-ffa450edef68

20 years agoPR:
Glen Mazza [Mon, 22 Dec 2003 21:37:44 +0000 (21:37 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) renamed enumgen.xsl to longer but hopefully clearer
prop-val-enum-interfaces.xsl

2.) Moved Constants.java from fo.properties to fo package, to reduce the
need for layout and renderers to import directly from the properties package.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197048 13f79535-47bb-0310-9956-ffa450edef68

20 years ago----------------------------------------------------------------------
Glen Mazza [Mon, 22 Dec 2003 03:53:31 +0000 (03:53 +0000)]
----------------------------------------------------------------------
More of conversion of strings to integers:  Makers now being created via int constants in fo.properties.Constants class.

Temporary string-int conversions currently in Property.java and PropertyList.java, which converts strings from callers into ints for subsequent use.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197047 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoval of some of the temporary code elements (FO Element lists still pending.)
Glen Mazza [Mon, 22 Dec 2003 01:03:31 +0000 (01:03 +0000)]
Removal of some of the temporary code elements (FO Element lists still pending.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197046 13f79535-47bb-0310-9956-ffa450edef68

20 years agoProperty Makers now being activated via int constants. (Maker classes themselves...
Glen Mazza [Sat, 20 Dec 2003 17:40:01 +0000 (17:40 +0000)]
Property Makers now being activated via int constants.  (Maker classes themselves, as well as code referencing the properties, still need conversion to int's.  Also, HashMaps for String and Integer in FOPropertyMapping and FObj temporarily being retained for troubleshooting purposes.)  Contribution mainly from Finn Bock (Bug #25480).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197043 13f79535-47bb-0310-9956-ffa450edef68

20 years ago1. Moved static element and property structures from PropertyList (previously in...
Glen Mazza [Sat, 20 Dec 2003 06:53:23 +0000 (06:53 +0000)]
1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj

2. Renamed FObj "properties" instance variable to "propertyList" (reduces
confusion on the type of object holding FO property information in the code)

3. Unneeded imports removed (Finn Bock's patch, Bug #25582).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197042 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdates to team page.
Glen Mazza [Fri, 19 Dec 2003 01:08:42 +0000 (01:08 +0000)]
Updates to team page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197041 13f79535-47bb-0310-9956-ffa450edef68

20 years agoPlace Constants.java file in wrong location.
Glen Mazza [Thu, 18 Dec 2003 23:37:45 +0000 (23:37 +0000)]
Place Constants.java file in wrong location.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197040 13f79535-47bb-0310-9956-ffa450edef68

20 years agoHyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)
Glen Mazza [Mon, 15 Dec 2003 22:39:01 +0000 (22:39 +0000)]
Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)
Patch #25512 by Simon Pepping (spepping at leverkruid dot nl).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197039 13f79535-47bb-0310-9956-ffa450edef68

20 years ago1. Removed the properties.Constants class from automatic generation, and
Glen Mazza [Mon, 15 Dec 2003 01:07:50 +0000 (01:07 +0000)]
1. Removed the properties.Constants class from automatic generation, and
added Finn Bock's work on Property and Element Constants (currently unused
within application.)  The CVS version is now the official one.  (The
new constants are not currently being used within the application;
more work is needed.)

2. Build.xml has a new helper XSLTtoJAVA task separate from any of the build
processes to generate the Constants class above (although its output is
expected to fall behind what will be maintained in the CVS version.)

3. Some xml and xsl file renaming to make clearer the purposes of those files.

4. Removed a debug statement from PropertyList.java (forgot to remove from
yesterday's work).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197038 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBug 25474--incorrect element name (table-column instead of fo:table-column) given...
Glen Mazza [Sun, 14 Dec 2003 01:56:09 +0000 (01:56 +0000)]
Bug 25474--incorrect element name (table-column instead of fo:table-column) given in code.  Patch by Finn Bock (bckfnn at worldonline dot dk)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197037 13f79535-47bb-0310-9956-ffa450edef68

20 years agoConsolidated PropertyListBuilder and PropertyList.
Glen Mazza [Sun, 14 Dec 2003 01:40:50 +0000 (01:40 +0000)]
Consolidated PropertyListBuilder and PropertyList.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197036 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove embedded Ant
Jeremias Maerki [Sat, 13 Dec 2003 23:24:33 +0000 (23:24 +0000)]
Remove embedded Ant

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197035 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemove out-of-date file.
Jeremias Maerki [Sat, 13 Dec 2003 23:24:12 +0000 (23:24 +0000)]
Remove out-of-date file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197034 13f79535-47bb-0310-9956-ffa450edef68

20 years agoDon't use embedded Ant. An Ant installation is now required. (tested in Cygwin, pleas...
Jeremias Maerki [Sat, 13 Dec 2003 23:23:43 +0000 (23:23 +0000)]
Don't use embedded Ant. An Ant installation is now required. (tested in Cygwin, please test on Unix)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197033 13f79535-47bb-0310-9956-ffa450edef68

20 years agoDon't use embedded Ant. An Ant installation is now required.
Jeremias Maerki [Sat, 13 Dec 2003 23:23:03 +0000 (23:23 +0000)]
Don't use embedded Ant. An Ant installation is now required.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197032 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMoved FontSetup and two helper classes from render.pdf to fonts package.
Glen Mazza [Fri, 12 Dec 2003 22:37:39 +0000 (22:37 +0000)]
Moved FontSetup and two helper classes from render.pdf to fonts package.
FontSetup has the PDF fonts as the default, but this class can be extended
if/when another renderer needs its own font setups.  (Cannot do this, however,
for AWT's FontSetup at the moment, because its setup() has a different
signature.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197031 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdobe Illustrator 10 file that is the source document for creating the logo2.svg...
William Victor Mote [Mon, 8 Dec 2003 19:53:33 +0000 (19:53 +0000)]
Adobe Illustrator 10 file that is the source document for creating the logo2.svg file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197030 13f79535-47bb-0310-9956-ffa450edef68

20 years agoadd svg image for new FOP logo
William Victor Mote [Fri, 5 Dec 2003 19:13:06 +0000 (19:13 +0000)]
add svg image for new FOP logo

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197029 13f79535-47bb-0310-9956-ffa450edef68

20 years agoHyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.
Glen Mazza [Mon, 1 Dec 2003 04:47:00 +0000 (04:47 +0000)]
Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197028 13f79535-47bb-0310-9956-ffa450edef68