]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
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

20 years agofix typo in README; see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25080
William Victor Mote [Sat, 29 Nov 2003 14:39:46 +0000 (14:39 +0000)]
fix typo in README; see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25080

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

20 years agoAdded link to the Wiki
Christian Geisert [Wed, 26 Nov 2003 01:12:46 +0000 (01:12 +0000)]
Added link to the Wiki

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

20 years agoadd some cvs and xsl-fo resources
William Victor Mote [Tue, 25 Nov 2003 15:29:38 +0000 (15:29 +0000)]
add some cvs and xsl-fo resources

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

20 years ago1.) Chris Bowditch's patch on padding-start implemented. (Changes were
Glen Mazza [Mon, 24 Nov 2003 19:07:35 +0000 (19:07 +0000)]
1.) Chris Bowditch's patch on padding-start implemented.  (Changes were
extended to implement part of padding-end as well.)

2.) Switched from TOP/BOTTOM/LEFT/RIGHT to BEFORE/AFTER/START/END
in CommonBorderAndPadding--this is more appropriate for BlockLayout,
also the various places calling it already were either (1) commenting
on the need to switch to the above, or (2) placing the results of the
above functions using the former constants into variables emphasizing
the latter.

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

20 years agoUsing Joe's new "relativebase" feature, this file can be simplified.
Jeremias Maerki [Sat, 22 Nov 2003 19:49:29 +0000 (19:49 +0000)]
Using Joe's new "relativebase" feature, this file can be simplified.

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

20 years agoNew feature for the Ant task: relativebase="true" uses the directory of each FO-file...
Jeremias Maerki [Sat, 22 Nov 2003 19:48:21 +0000 (19:48 +0000)]
New feature for the Ant task: relativebase="true" uses the directory of each FO-file in a fileset as basedir. This is in contrast to the general basedir parameter.
Submitted by: Joe DeVivo <fop.at.joedevivo.com>

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

20 years agoStyle fixes only
Jeremias Maerki [Sat, 22 Nov 2003 17:40:14 +0000 (17:40 +0000)]
Style fixes only

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

20 years agoRTF output: Support for fo:list-block
Jeremias Maerki [Sat, 22 Nov 2003 17:11:14 +0000 (17:11 +0000)]
RTF output: Support for fo:list-block
Submitted by: Peter Herweg <pherweg.at.web.de>

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

20 years ago1. add method to LayoutStrategy indicating whether an FO Tree should be built for...
William Victor Mote [Wed, 19 Nov 2003 18:32:33 +0000 (18:32 +0000)]
1. add method to LayoutStrategy indicating whether an FO Tree should be built for this strategy
2. add logic in Driver.render() to handle the case of a LayoutStrategy that does not want to build an FO Tree

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

20 years agofix Unicode encoding problem in comments
William Victor Mote [Wed, 19 Nov 2003 18:03:56 +0000 (18:03 +0000)]
fix Unicode encoding problem in comments

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

20 years agominor elaboration
Glen Mazza [Sun, 16 Nov 2003 19:57:01 +0000 (19:57 +0000)]
minor elaboration

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

20 years agorephrased to look better.
Glen Mazza [Sun, 16 Nov 2003 19:02:51 +0000 (19:02 +0000)]
rephrased to look better.

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

20 years agoAddition of Peter Herweg to our team page (secured his permission first).
Glen Mazza [Sun, 16 Nov 2003 17:38:59 +0000 (17:38 +0000)]
Addition of Peter Herweg to our team page (secured his permission first).

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

20 years agoPeter Herweg's patch applied:
Glen Mazza [Sat, 15 Nov 2003 23:45:34 +0000 (23:45 +0000)]
Peter Herweg's patch applied:
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=9128

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

20 years agoadd developer checklist
William Victor Mote [Thu, 13 Nov 2003 18:01:49 +0000 (18:01 +0000)]
add developer checklist

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

20 years agofix minor grammatical problem
William Victor Mote [Thu, 13 Nov 2003 18:01:22 +0000 (18:01 +0000)]
fix minor grammatical problem

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

20 years ago1. add section regarding basic/API tests
William Victor Mote [Thu, 13 Nov 2003 17:41:20 +0000 (17:41 +0000)]
1. add section regarding basic/API tests
2. add warning that the functional testing is inoperative

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

20 years agomake external site a jump instead of link
William Victor Mote [Wed, 12 Nov 2003 17:41:06 +0000 (17:41 +0000)]
make external site a jump instead of link

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

20 years agoadd doc for using current date and time, and create an FAQ referencing it
William Victor Mote [Wed, 12 Nov 2003 17:28:07 +0000 (17:28 +0000)]
add doc for using current date and time, and create an FAQ referencing it

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

20 years agoadd link for UTR-14
William Victor Mote [Wed, 12 Nov 2003 15:29:59 +0000 (15:29 +0000)]
add link for UTR-14

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

20 years agoupdate URLs for DTDs
William Victor Mote [Wed, 12 Nov 2003 15:24:53 +0000 (15:24 +0000)]
update URLs for DTDs

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

20 years agoupdate URLs for DTDs
William Victor Mote [Wed, 12 Nov 2003 15:11:59 +0000 (15:11 +0000)]
update URLs for DTDs

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

20 years agoPartial implementation of space-after functionality--mostly working, but
Glen Mazza [Tue, 11 Nov 2003 13:50:00 +0000 (13:50 +0000)]
Partial implementation of space-after functionality--mostly working, but
some remaining problems:

1.) relying on a static variable to carry space-after value from previous
block to current.  (BlockLayoutManager is be instantiated for each block
instead of being in memory for all blocks--bad design?)

2.) The space-after of a block ending at the bottom of the page is not
currently being added to the beginning of the subsequent page.

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

20 years agofo:block space-before property now activated only on the first Area.Block object...
Glen Mazza [Tue, 11 Nov 2003 04:40:12 +0000 (04:40 +0000)]
fo:block space-before property now activated only on the first Area.Block object used
in rendering the fo:block.  (Previous implementation repeated space-before at the
top of every page.)  Suggestion from Chris Bowditch.

(Space-after property still needs work:  renders at the correct places but
results in subsequent text overrunning region borders.)

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

20 years agoPeter Herweg's latest patch applied:
Glen Mazza [Sun, 9 Nov 2003 17:06:01 +0000 (17:06 +0000)]
Peter Herweg's latest patch applied:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24533

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

20 years agoA few more toString() implementations helpful for debugging spacing
Glen Mazza [Sun, 9 Nov 2003 15:38:27 +0000 (15:38 +0000)]
A few more toString() implementations helpful for debugging spacing
issues in BLM.

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

20 years agoStyle fixes only
Jeremias Maerki [Sat, 8 Nov 2003 19:58:03 +0000 (19:58 +0000)]
Style fixes only

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

20 years agoRTF: Add support for number-rows-spanned, height (at table-row) and margin-left
Jeremias Maerki [Sat, 8 Nov 2003 19:31:41 +0000 (19:31 +0000)]
RTF: Add support for number-rows-spanned, height (at table-row) and margin-left
(at table and block).
Submitted By: Peter Herweg <pherweg@web.de>

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

20 years agoNow all setup code is moved from render() to getContentHandler() except for the FOTre...
Jeremias Maerki [Sat, 8 Nov 2003 15:16:53 +0000 (15:16 +0000)]
Now all setup code is moved from render() to getContentHandler() except for the FOTreeListener.

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

20 years agoBasic functionality tests for PS and RTF besides PDF. Still no detailed output checki...
Jeremias Maerki [Sat, 8 Nov 2003 15:14:34 +0000 (15:14 +0000)]
Basic functionality tests for PS and RTF besides PDF. Still no detailed output checking, only checking that no exception is thrown.

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

20 years agoAnother fix, making Area Tree Renderers work again. Damn, when am I going to get...
Jeremias Maerki [Sat, 8 Nov 2003 14:30:01 +0000 (14:30 +0000)]
Another fix, making Area Tree Renderers work again. Damn, when am I going to get it right?

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

20 years agoChanged image loading to use Commons IO.
Jeremias Maerki [Sat, 8 Nov 2003 14:19:45 +0000 (14:19 +0000)]
Changed image loading to use Commons IO.
Properly close InputStream.

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

20 years agoRTF: added support for fo:external-graphic
Jeremias Maerki [Sat, 8 Nov 2003 14:01:24 +0000 (14:01 +0000)]
RTF: added support for fo:external-graphic
Submitted By: Peter Herweg <pherweg@web.de>

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

20 years agoFix Document construction in getContentHandler() (it was done too late)
Jeremias Maerki [Sat, 8 Nov 2003 14:00:02 +0000 (14:00 +0000)]
Fix Document construction in getContentHandler() (it was done too late)

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

20 years agoNot needed anymore. Everything we need is in Commons IO.
Jeremias Maerki [Fri, 7 Nov 2003 22:21:57 +0000 (22:21 +0000)]
Not needed anymore. Everything we need is in Commons IO.

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

20 years agoAdjust transcoder packaging to changes in FOP.
Jeremias Maerki [Fri, 7 Nov 2003 22:21:28 +0000 (22:21 +0000)]
Adjust transcoder packaging to changes in FOP.

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

20 years agoSubstantial refactoring of the PS transcoder (especially the text painting, less...
Jeremias Maerki [Fri, 7 Nov 2003 22:19:19 +0000 (22:19 +0000)]
Substantial refactoring of the PS transcoder (especially the text painting, less painting using the StrokingTextPainter, therefore more speed and smaller output files)
Addition of an EPS transcoder

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

20 years agoUse different base class for user agent
Jeremias Maerki [Fri, 7 Nov 2003 21:55:23 +0000 (21:55 +0000)]
Use different base class for user agent

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

20 years agoUse different base class for user agent.
Jeremias Maerki [Fri, 7 Nov 2003 21:54:32 +0000 (21:54 +0000)]
Use different base class for user agent.

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

20 years agoHelper class for debugging in TextPainters
Jeremias Maerki [Fri, 7 Nov 2003 21:53:43 +0000 (21:53 +0000)]
Helper class for debugging in TextPainters

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

20 years agoTried to fix basic driver tests but didn't manage, yet.
Jeremias Maerki [Fri, 7 Nov 2003 21:49:02 +0000 (21:49 +0000)]
Tried to fix basic driver tests but didn't manage, yet.
Some initialisation code moved from render() to getContentHandler().

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

20 years agoPut namespace URI in public constant
Jeremias Maerki [Fri, 7 Nov 2003 21:23:58 +0000 (21:23 +0000)]
Put namespace URI in public constant

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

20 years agoCleanup and make it compile again
Jeremias Maerki [Fri, 7 Nov 2003 21:22:26 +0000 (21:22 +0000)]
Cleanup and make it compile again

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

20 years agoHyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug.cgi...
Glen Mazza [Fri, 7 Nov 2003 05:09:51 +0000 (05:09 +0000)]
Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23985)
fixed in HEAD.  (maintenance still to be done.)

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

20 years agotoString() methods implemented for these objects for help in
Glen Mazza [Wed, 5 Nov 2003 23:48:47 +0000 (23:48 +0000)]
toString() methods implemented for these objects for help in
testing/debugging.

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

20 years agoRTF structural renderer moved from root to render.rtf, joining all the other renderers
Glen Mazza [Tue, 4 Nov 2003 23:59:14 +0000 (23:59 +0000)]
RTF structural renderer moved from root to render.rtf, joining all the other renderers
RTF Library moved from root to render.rtf.rtflib, but kept separate from renderer itself.
See:  http://marc.theaimsgroup.com/?l=fop-dev&m=106753338719406&w=2

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

20 years agoTom DeWeese's changes made;
Glen Mazza [Tue, 4 Nov 2003 21:56:23 +0000 (21:56 +0000)]
Tom DeWeese's changes made;
See: http://marc.theaimsgroup.com/?l=fop-dev&m=106795227230411&w=2

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

20 years agoClearer method names given for finding border and padding for regions.
Glen Mazza [Sun, 2 Nov 2003 16:20:16 +0000 (16:20 +0000)]
Clearer method names given for finding border and padding for regions.

See: http://marc.theaimsgroup.com/?l=fop-dev&m=106777246222766&w=2
and http://www.w3.org/TR/2001/REC-xsl-20011015/slice4.html#area-stackblock

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

20 years agoMoved mif package (including structural renderer MIFHandler.java) to
Glen Mazza [Sat, 1 Nov 2003 23:08:51 +0000 (23:08 +0000)]
Moved mif package (including structural renderer MIFHandler.java) to
render.mif.

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

20 years ago1. PDF block background rendering properly offset to account for region
Glen Mazza [Sat, 1 Nov 2003 21:05:23 +0000 (21:05 +0000)]
1.  PDF block background rendering properly offset to account for region
borders and padding.
2.  Helper methods added to RegionViewport for quickly determining region
margins, useful for render.* and layoutmgr.* classes.

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

20 years agoPeter Herweg's missed files from his previous RTF patch.
Glen Mazza [Sat, 1 Nov 2003 17:07:31 +0000 (17:07 +0000)]
Peter Herweg's missed files from his previous RTF patch.

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

20 years agoPeter Herweg's RTF patches applied--note the RTFHandler update was missing,
Glen Mazza [Sat, 1 Nov 2003 14:23:49 +0000 (14:23 +0000)]
Peter Herweg's RTF patches applied--note the RTFHandler update was missing,
added similar changes as was done to the MIFHandler.

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

20 years agoLayout changed to account for fo:region-body borders and padding when
Glen Mazza [Sat, 1 Nov 2003 04:28:02 +0000 (04:28 +0000)]
Layout changed to account for fo:region-body borders and padding when
determining printable width and height for each page.

Various method nitpicks also fixed.

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

20 years agorenamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
Glen Mazza [Tue, 28 Oct 2003 04:22:14 +0000 (04:22 +0000)]
renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
conflicts with org.w3c.dom.Text)
changed Renderer.renderWord() method to renderText().

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

20 years ago1. TraitSetter modified to provide padding properties for regions.
Glen Mazza [Sun, 26 Oct 2003 19:29:14 +0000 (19:29 +0000)]
1. TraitSetter modified to provide padding properties for regions.
2. PDFRenderer modified to take into account region borders and region padding
   when rendering text.  (Possibly temporary solution--may need to move code
   to base AbstractRenderer in future.)  Work incomplete--will need to also reduce
   line length accordingly to account for region borders and padding.

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

21 years agoExplicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads
Glen Mazza [Sat, 25 Oct 2003 02:58:03 +0000 (02:58 +0000)]
Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads
that may be active as a result of AWT (svg) or other processing.

See: http://marc.theaimsgroup.com/?l=fop-dev&m=106703706423223&w=2

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

21 years agominor elaboration
Glen Mazza [Mon, 20 Oct 2003 23:48:21 +0000 (23:48 +0000)]
minor elaboration

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

21 years agoExplanation of new "force" attribute in ant task.
Glen Mazza [Fri, 17 Oct 2003 22:21:53 +0000 (22:21 +0000)]
Explanation of new "force" attribute in ant task.

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

21 years agoPatch by Finn Bock applied
Glen Mazza [Thu, 16 Oct 2003 23:54:21 +0000 (23:54 +0000)]
Patch by Finn Bock applied
(bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23765:
Words not fitting the current line were not appearing on the
subsequent line when trailing spaces were included in
the fo:block.)

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

21 years agocorrect Mark Lillywhite status
William Victor Mote [Thu, 16 Oct 2003 19:06:31 +0000 (19:06 +0000)]
correct Mark Lillywhite status

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

21 years agoadd Mark Lillywhite to list of former committers
William Victor Mote [Thu, 16 Oct 2003 17:19:59 +0000 (17:19 +0000)]
add Mark Lillywhite to list of former committers

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

21 years agoupdate code conventions from resolved issues on the FOPDevelopersStyleGuide wiki
William Victor Mote [Thu, 16 Oct 2003 16:50:13 +0000 (16:50 +0000)]
update code conventions from resolved issues on the FOPDevelopersStyleGuide wiki

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

21 years agopartially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzi...
William Victor Mote [Thu, 16 Oct 2003 15:06:33 +0000 (15:06 +0000)]
partially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23821)

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

21 years agocorrect doc re: use of custome fonts from the AWT and Print renderers
William Victor Mote [Thu, 16 Oct 2003 14:35:11 +0000 (14:35 +0000)]
correct doc re: use of custome fonts from the AWT and Print renderers

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

21 years agoapply patch from Peter Herweg for RTF pagination properties (see http://nagoya.apache...
William Victor Mote [Wed, 15 Oct 2003 17:00:58 +0000 (17:00 +0000)]
apply patch from Peter Herweg for RTF pagination properties (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464)

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

21 years agoPCL Output: SVG not supported
Christian Geisert [Wed, 15 Oct 2003 00:43:59 +0000 (00:43 +0000)]
PCL Output: SVG not supported
PR: 22943
Submitted by: Chris Bowditch (bowditch_chris <at> hotmail.com)

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

21 years agofix signature problem in inner class for InlineStackingLayoutManager -- attempt to...
William Victor Mote [Sun, 12 Oct 2003 20:06:57 +0000 (20:06 +0000)]
fix signature problem in inner class for InlineStackingLayoutManager -- attempt to pass BasicLink as an argument changed the signature of the overridden createArea() method, causing the superclass method to be used in error instead

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

21 years agofix typo
William Victor Mote [Sun, 12 Oct 2003 19:49:54 +0000 (19:49 +0000)]
fix typo

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

21 years agoadd fox:destination elements
William Victor Mote [Sun, 12 Oct 2003 19:49:30 +0000 (19:49 +0000)]
add fox:destination elements

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

21 years agoApplied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from latest...
Glen Mazza [Sat, 11 Oct 2003 14:48:49 +0000 (14:48 +0000)]
Applied Tom DeWeese/Batik Team's SVG patches.  New Batik.jar created from latest CVS build, using Batik's "all-jar" target.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agomove static methods getCharWidth and getWordWidth from util.CharUtilities to instance...
William Victor Mote [Fri, 10 Oct 2003 15:56:57 +0000 (15:56 +0000)]
move static methods getCharWidth and getWordWidth from util.CharUtilities to instance methods in fonts.Font

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

21 years agoopen up access in misc places by either adding accessor methods or by loosening acess...
William Victor Mote [Fri, 10 Oct 2003 15:40:31 +0000 (15:40 +0000)]
open up access in misc places by either adding accessor methods or by loosening acess control

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