]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
20 years agoapplied Luca Furini's patch from bug #28314
Chris Bowditch [Mon, 26 Apr 2004 14:28:30 +0000 (14:28 +0000)]
applied Luca Furini's patch from bug #28314
fixes problems with justification on last line in a block.

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

20 years agoFor area.Blocks created in BlockLayoutManager.getParentArea(), I set the
Glen Mazza [Sun, 25 Apr 2004 04:45:28 +0000 (04:45 +0000)]
For area.Blocks created in BlockLayoutManager.getParentArea(), I set the
width of the Block to that of its parent block.

This fixes a layout problem where

<fo:table-cell><fo:block border-bottom="1pt solid black">some text</ ></ >

was causing a line to draw across the entire page, because the cell width present in
fo:table-cell's Block was not copied into the inner fo:block's Block.  (This problem did not
occur if the border-bottom attribute was set in fo:table-cell.)

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

20 years agoUpdated news page.
Glen Mazza [Sat, 24 Apr 2004 19:37:22 +0000 (19:37 +0000)]
Updated news page.

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

20 years agoRemoved currently unused Document object from the LayoutStrategy (the latter
Glen Mazza [Sat, 24 Apr 2004 07:03:56 +0000 (07:03 +0000)]
Removed currently unused Document object from the LayoutStrategy (the latter
class is already a child of Document, and a two-way interface appears unneeded.)

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

20 years agoMore apps.Document->fonts.FontInfo conversion.
Glen Mazza [Sat, 24 Apr 2004 06:08:13 +0000 (06:08 +0000)]
More apps.Document->fonts.FontInfo conversion.

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

20 years agoPDFRenderer does not presently support out-of-order rendering (e.g.,
Glen Mazza [Sat, 24 Apr 2004 05:15:35 +0000 (05:15 +0000)]
PDFRenderer does not presently support out-of-order rendering (e.g.,
a 10 page document that has an "ending page" fo:page-number-citation in use
will have page 10 printed first, then pages 1-9).  Turning this value to false
has the pages generate in correct order.

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

20 years agoLogger "LogFactory.getLog(PDFObject.class.getPackage().getName())" was
Glen Mazza [Fri, 23 Apr 2004 03:05:11 +0000 (03:05 +0000)]
Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" was
causing null pointer exceptions when the Ant task is run (although not with
command-line usage); switched to "LogFactory.getLog(PDFObject.class.getName())",
which works for both command-line and Ant task.

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

20 years agoUnneeded imports removed.
Glen Mazza [Thu, 22 Apr 2004 21:56:09 +0000 (21:56 +0000)]
Unneeded imports removed.

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

20 years agoPR:
Glen Mazza [Thu, 22 Apr 2004 21:38:41 +0000 (21:38 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

Patch #28525 applied -- new FontInfo class.

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

20 years agoNew FontInfo class (original design was from Layout.FontInfo, and was removed
Glen Mazza [Wed, 21 Apr 2004 23:08:51 +0000 (23:08 +0000)]
New FontInfo class (original design was from Layout.FontInfo, and was removed
and placed into the Document class last year).  This class is to be an encapsulation
of the Font information within apps.Document, also to be used in Transcoder and other
non-XSL-specific classes and packages instead of an apps.Document object, in those
cases where the latter either presents too much information and/or is not relevant
for referenced class' task.  Currently not used, pending new patch in Bugzilla.

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

20 years agoRemaining changes done with Avalon->Commons Logging conversion. (Bug 28237)
Glen Mazza [Sun, 18 Apr 2004 22:39:02 +0000 (22:39 +0000)]
Remaining changes done with Avalon->Commons Logging conversion.  (Bug 28237)

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

20 years agoApparent off-by-one error fixed for initial-page-number property:
Glen Mazza [Sun, 18 Apr 2004 02:50:46 +0000 (02:50 +0000)]
Apparent off-by-one error fixed for initial-page-number property:

http://www.w3.org/TR/2003/WD-xsl11-20031217/#initial-page-number

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

20 years agoMore consolidation of pagination examples.
Glen Mazza [Sun, 18 Apr 2004 02:01:24 +0000 (02:01 +0000)]
More consolidation of pagination examples.

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

20 years agoUsed standard Java exception-printing method "printStackTrace(PrintStream)"
Glen Mazza [Wed, 14 Apr 2004 22:57:10 +0000 (22:57 +0000)]
Used standard Java exception-printing method "printStackTrace(PrintStream)"
instead of Avalon equivalent.

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

20 years agoReturned documentation on how to do Avalon logging; documentation now in two sections.
Glen Mazza [Sun, 11 Apr 2004 21:53:41 +0000 (21:53 +0000)]
Returned documentation on how to do Avalon logging; documentation now in two sections.

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

20 years ago3/4ths of Simon's patch committed at the moment, with minor changes
Glen Mazza [Fri, 9 Apr 2004 03:05:40 +0000 (03:05 +0000)]
3/4ths of Simon's patch committed at the moment, with minor changes
made.

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

20 years agoadded Luca Furini to contributor section
Chris Bowditch [Thu, 8 Apr 2004 13:17:15 +0000 (13:17 +0000)]
added Luca Furini to contributor section

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

20 years ago<sigh> line endings got mucked up by last commit.
Chris Bowditch [Wed, 7 Apr 2004 14:39:43 +0000 (14:39 +0000)]
<sigh> line endings got mucked up by last commit.

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

20 years agoapplied Luca Furini's patch to fix justification bug 28208
Chris Bowditch [Wed, 7 Apr 2004 14:24:17 +0000 (14:24 +0000)]
applied Luca Furini's patch to fix justification bug 28208

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

20 years agoComments added.
Glen Mazza [Tue, 6 Apr 2004 22:50:44 +0000 (22:50 +0000)]
Comments added.

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

20 years agotesting commit access
Andreas L. Delmelle [Sun, 4 Apr 2004 14:27:23 +0000 (14:27 +0000)]
testing commit access

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

20 years agoOrdinary Java code should never throw Error instances, use RuntimeException instead...
Jeremias Maerki [Sun, 4 Apr 2004 11:12:29 +0000 (11:12 +0000)]
Ordinary Java code should never throw Error instances, use RuntimeException instead. That said, RuntimeException is equally suboptimal here. We should probably create an exception class like SAXException for the handler methods.

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

20 years agoAnother attempt at fixing the space removal issue. This method
Glen Mazza [Sun, 4 Apr 2004 06:29:44 +0000 (06:29 +0000)]
Another attempt at fixing the space removal issue.  This method
combines the long-standing previous method (the one that removed spaces
between words correctly, at a cost of a leading extra space for the first
FOText instance of an fo:block) with my later patch (which would
fix the extra space issue but had problems with spaces between words).  It
appears to work well, but the fo:inline issues Simon brought up will still
need further work.

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

20 years agoNew function to determine whether a particular character is available for this font.
Jeremias Maerki [Sat, 3 Apr 2004 13:36:08 +0000 (13:36 +0000)]
New function to determine whether a particular character is available for this font.

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

20 years agoSome improvements on the quality fallback for text (use stroking when in doubt).
Jeremias Maerki [Sat, 3 Apr 2004 13:35:09 +0000 (13:35 +0000)]
Some improvements on the quality fallback for text (use stroking when in doubt).
PSGenerator returns the PS level to use.
Start bringing back bitmap support.

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

20 years agoBugzilla 27971
Jeremias Maerki [Sat, 3 Apr 2004 09:55:08 +0000 (09:55 +0000)]
Bugzilla 27971
Fix for translated gradients.
Submitted by: Gang Liu <gliu.at.actuate.com>

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

20 years agoBugzilla Bug 28078
Jeremias Maerki [Sat, 3 Apr 2004 08:30:08 +0000 (08:30 +0000)]
Bugzilla Bug 28078
PDFInfo fixed to output the correct timezone for the creation date.
Submitted by: Tomas Soucek <tomas.soucek.at.i.cz>

Patch not applied as given. I moved the formatting of the date/time into PDFObject avoiding the inner class.

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

20 years agocorrected line endings. changed ko option to kkv
Chris Bowditch [Fri, 2 Apr 2004 15:01:05 +0000 (15:01 +0000)]
corrected line endings. changed ko option to kkv

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

20 years agoApplied Luca Furini's patch from bugzilla entry 28021.
Chris Bowditch [Fri, 2 Apr 2004 13:50:52 +0000 (13:50 +0000)]
Applied Luca Furini's patch from bugzilla entry 28021.
Corrections to behaviour of whitespace-treatment property

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

20 years agoApplied Luca Furini's patch from bugzilla entry 28130.
Chris Bowditch [Fri, 2 Apr 2004 10:38:29 +0000 (10:38 +0000)]
Applied Luca Furini's patch from bugzilla entry 28130.
Corrections to space adjustment for text justification

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

20 years agoPDF library no longer gets a logger from its owner.
Jeremias Maerki [Fri, 2 Apr 2004 09:16:49 +0000 (09:16 +0000)]
PDF library no longer gets a logger from its owner.

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

20 years agoChanged logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Jeremias Maerki [Fri, 2 Apr 2004 09:16:12 +0000 (09:16 +0000)]
Changed logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Changed the way Commons Logging is set up.
Some touch-up in the code.

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

20 years agoChanged logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Jeremias Maerki [Fri, 2 Apr 2004 09:15:16 +0000 (09:15 +0000)]
Changed logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).

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

20 years agoNew directory "private-resources" can be added to the list of source directories...
Jeremias Maerki [Fri, 2 Apr 2004 09:05:41 +0000 (09:05 +0000)]
New directory "private-resources" can be added to the list of source directories in your favourite IDE. In there you can place configuration files such as "simplelog.properties" (configures the simple logger from Jakarta Commons Logging).

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

20 years agoChange of file to use Commons-logging.
Glen Mazza [Fri, 2 Apr 2004 01:31:59 +0000 (01:31 +0000)]
Change of file to use Commons-logging.

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

20 years agoUpdate to examples: added text about DOM2PDF and PDF Transcoder examples.
Glen Mazza [Thu, 1 Apr 2004 23:38:44 +0000 (23:38 +0000)]
Update to examples:  added text about DOM2PDF and PDF Transcoder examples.

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

20 years agoUpdated examples to use Commons-Logging.
Glen Mazza [Thu, 1 Apr 2004 23:24:57 +0000 (23:24 +0000)]
Updated examples to use Commons-Logging.

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

20 years agoPR:
Glen Mazza [Wed, 31 Mar 2004 10:55:07 +0000 (10:55 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Conversion of Avalon to Commons-Logger.  (Will still need to update the
examples, which I will take care of next; Jeremias will be modifying
the PDF libraries for more efficient use of the CL loggers.)

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

20 years agoImport of commons-logging library.
Glen Mazza [Tue, 30 Mar 2004 10:20:09 +0000 (10:20 +0000)]
Import of commons-logging library.

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

20 years agofixed broken link
Christian Geisert [Mon, 29 Mar 2004 08:40:24 +0000 (08:40 +0000)]
fixed broken link

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

20 years agoCombined franklin_rep.fo and franklin_rep_max_repeats_nl.fo (they were
Glen Mazza [Mon, 22 Mar 2004 23:55:54 +0000 (23:55 +0000)]
Combined franklin_rep.fo and franklin_rep_max_repeats_nl.fo (they were
essentially equivalent).

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

20 years agoFile identical to franklin_rep_max_repeats.fo so removed.
Glen Mazza [Mon, 22 Mar 2004 23:30:18 +0000 (23:30 +0000)]
File identical to franklin_rep_max_repeats.fo so removed.

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

20 years agoMinor formatting and naming issues fixed.
Glen Mazza [Mon, 22 Mar 2004 23:24:52 +0000 (23:24 +0000)]
Minor formatting and naming issues fixed.

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

20 years agoFix to get use-content option of fo:leader working again. leader.fo now
Glen Mazza [Sun, 21 Mar 2004 17:31:29 +0000 (17:31 +0000)]
Fix to get use-content option of fo:leader working again. leader.fo now
runs without error.

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

20 years ago1.) Removed xsl file for property generation (no longer used, due to
Glen Mazza [Sun, 21 Mar 2004 12:38:56 +0000 (12:38 +0000)]
1.) Removed xsl file for property generation (no longer used, due to
Finn's work.)  Removed build.xml entry.

2.) Disconnected the FOUserAgent from the SVGUserAgent.  This will make
the SVGUserAgent more portable although at the cost of a more complex
constructor.

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

20 years agoMerged LayoutProcessor into LayoutManager interface.
Glen Mazza [Sun, 21 Mar 2004 12:03:08 +0000 (12:03 +0000)]
Merged LayoutProcessor into LayoutManager interface.

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

20 years agoupdated anttask documentation
Glen Mazza [Sat, 20 Mar 2004 18:00:57 +0000 (18:00 +0000)]
updated anttask documentation

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

20 years agoComments fixed.
Glen Mazza [Sat, 20 Mar 2004 17:50:22 +0000 (17:50 +0000)]
Comments fixed.

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

20 years agoMoved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)
Glen Mazza [Fri, 19 Mar 2004 00:53:38 +0000 (00:53 +0000)]
Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)

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

20 years agoUpdated details on getAscender bug
Peter Bernard West [Thu, 18 Mar 2004 04:49:07 +0000 (04:49 +0000)]
Updated details on getAscender bug

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

20 years agoPR:
Glen Mazza [Thu, 18 Mar 2004 00:22:40 +0000 (00:22 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Switch from init() to clearer initialize() in Layout classes; removed
unneeded logger reference in ContentLayoutManager.

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

20 years agoupdated status of layout development work on HEAD as discussed on fop-user
Chris Bowditch [Wed, 17 Mar 2004 14:24:22 +0000 (14:24 +0000)]
updated status of layout development work on HEAD as discussed on fop-user

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=fop-user@xml.apache.org&msgNo=10498

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

20 years agoUnneeded line of code removed.
Glen Mazza [Wed, 17 Mar 2004 03:54:53 +0000 (03:54 +0000)]
Unneeded line of code removed.

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

20 years agominor simplifications; removed redundant variables.
Glen Mazza [Wed, 17 Mar 2004 03:37:32 +0000 (03:37 +0000)]
minor simplifications; removed redundant variables.

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

20 years agoRemoved obsolete request for namespace-prefixes (supported by all SAX2
Glen Mazza [Tue, 16 Mar 2004 22:17:09 +0000 (22:17 +0000)]
Removed obsolete request for namespace-prefixes (supported by all SAX2
parsers by definition, questionable whether needed by FOP anyway.)

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

20 years agoCode changed to set the Base URL in FOUserAgent, which allows
Glen Mazza [Tue, 16 Mar 2004 05:25:16 +0000 (05:25 +0000)]
Code changed to set the Base URL in FOUserAgent, which allows
image.ImageFactory to use this value in order to determine locations
of images given relative to the input source file.

e.g. c:\xml-fop>fop examples\fo\basic\images.fo images.pdf

will now run correctly.

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

20 years agoSimplifications to FOText whitespace removal; fewer arraycopies performed.
Glen Mazza [Fri, 12 Mar 2004 00:41:05 +0000 (00:41 +0000)]
Simplifications to FOText whitespace removal; fewer arraycopies performed.

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

20 years agoSome consolidation of information about page-sequence-master and simple-page-master...
Glen Mazza [Tue, 9 Mar 2004 22:44:35 +0000 (22:44 +0000)]
Some consolidation of information about page-sequence-master and simple-page-master; removal of basic1.fo (not informative, also duplicated elsewhere.)

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

20 years agoFixed bug, masterName variable wasn't being set.
Glen Mazza [Tue, 9 Mar 2004 21:50:43 +0000 (21:50 +0000)]
Fixed bug, masterName variable wasn't being set.

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

20 years agoAdd Clay to news page.
Glen Mazza [Sun, 7 Mar 2004 23:29:23 +0000 (23:29 +0000)]
Add Clay to news page.

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

20 years agoFix of leading-space problem in HEAD. (A single leading space of the first
Glen Mazza [Sun, 7 Mar 2004 17:52:43 +0000 (17:52 +0000)]
Fix of leading-space problem in HEAD.  (A single leading space of the first
inline child of the block object was being incorrectly retained.)

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

20 years agoRe-adding danish hyphenation patterns (grant from Frank Jensen on file)
Jeremias Maerki [Fri, 5 Mar 2004 13:33:01 +0000 (13:33 +0000)]
Re-adding danish hyphenation patterns (grant from Frank Jensen on file)

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:42:51 +0000 (21:42 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:32:03 +0000 (21:32 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoUpdated info on Barcode4J
Jeremias Maerki [Tue, 2 Mar 2004 21:24:13 +0000 (21:24 +0000)]
Updated info on Barcode4J

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

20 years agoUpdated my entry.
Jeremias Maerki [Tue, 2 Mar 2004 21:20:51 +0000 (21:20 +0000)]
Updated my entry.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:15:35 +0000 (21:15 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:07:26 +0000 (21:07 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 20:51:33 +0000 (20:51 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 20:34:21 +0000 (20:34 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agonow for some "real" commits
Chris Bowditch [Tue, 2 Mar 2004 11:04:00 +0000 (11:04 +0000)]
now for some "real" commits
this is the patch to PDF Renderer for dotted/dashed lines I prepared some time ago.
bugzilla link
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25900

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

20 years ago1.) Modified TextLayoutManager to take an additional length
Glen Mazza [Mon, 1 Mar 2004 23:50:26 +0000 (23:50 +0000)]
1.)  Modified TextLayoutManager to take an additional length
parameter, indicating the maximum valid index of the passed-in
character array.

2.)  Removed from AddLMVisitor (which calls the above class), the
re-fitting of the FOText character array to the size of the maximum
valid index.

3.)  Various small cleanup issues.

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

20 years agocorrected compliance for baseline-shift and vertical-align properties
Chris Bowditch [Mon, 1 Mar 2004 15:38:25 +0000 (15:38 +0000)]
corrected compliance for baseline-shift and vertical-align properties

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

20 years agoTesting my software setup by
Chris Bowditch [Mon, 1 Mar 2004 10:52:53 +0000 (10:52 +0000)]
Testing my software setup by
updating my description on Team page

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

20 years agoMoved some committers to the inactive list. Just move yourself up again when you...
Jeremias Maerki [Fri, 27 Feb 2004 19:49:11 +0000 (19:49 +0000)]
Moved some committers to the inactive list. Just move yourself up again when you become active again.
Added note about finishing Apache License 2.0.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 19:39:53 +0000 (19:39 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 19:20:14 +0000 (19:20 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 18:59:11 +0000 (18:59 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 18:45:48 +0000 (18:45 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoFixed EOLs
Jeremias Maerki [Fri, 27 Feb 2004 18:41:09 +0000 (18:41 +0000)]
Fixed EOLs

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

20 years agoCopied from the maintenance branch.
Jeremias Maerki [Fri, 27 Feb 2004 18:37:03 +0000 (18:37 +0000)]
Copied from the maintenance branch.
NOTE: These files don't have the Apache License header, yet. This is a TODO!

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

20 years agoCopied from the maintenance branch.
Jeremias Maerki [Fri, 27 Feb 2004 18:35:52 +0000 (18:35 +0000)]
Copied from the maintenance branch.
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 18:34:59 +0000 (18:34 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoRemoved legally problematic files as done for the maintenance branch.
Jeremias Maerki [Fri, 27 Feb 2004 18:24:38 +0000 (18:24 +0000)]
Removed legally problematic files as done for the maintenance branch.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Fri, 27 Feb 2004 18:01:30 +0000 (18:01 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoSome simplification of FOText object.
Glen Mazza [Fri, 27 Feb 2004 03:21:59 +0000 (03:21 +0000)]
Some simplification of FOText object.

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

20 years agoUse the new property expressions. Clients must use Length when retrieving
Finn Bock [Thu, 26 Feb 2004 15:47:03 +0000 (15:47 +0000)]
Use the new property expressions. Clients must use Length when retrieving
a length and must delay the call to Length.getValue() until the
baselength has been assigned by the LayoutManagers.

PR: 26778 (second half)

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

20 years agoMade redundant by the expresion tree.
Finn Bock [Thu, 26 Feb 2004 15:39:15 +0000 (15:39 +0000)]
Made redundant by the expresion tree.

PR: 26778

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

20 years agoSupport for percentages in property expression.
Finn Bock [Thu, 26 Feb 2004 15:33:42 +0000 (15:33 +0000)]
Support for percentages in property expression.

The different length properties all implement a Length interface
and all clients of the property subsystem must use the Length interface
when retrieving lengths.

The two different numerics (absolute and relative) both implement a
Numeric interface and all property calculations are done in terms of
the Numeric interface.

Lengths can be cast to numeric and can thus participate in expresions and
numerics can be cast to length (when dimension is 1) and can thus be used
as a length by the clients.

The call to Length.getValue() will cause relative lengths to be resolved
against their base length, and care must be taken to ensure that
getLength() is only called after all baselength has been assigned to the
FO elements.

PR: 26778 (first part).

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

20 years agoChanged internal renderInlineXXX() functions from public to protected access. Remove...
Glen Mazza [Wed, 25 Feb 2004 11:52:32 +0000 (11:52 +0000)]
Changed internal renderInlineXXX() functions from public to protected access.  Removed need for renderers to specifically implement them in Renderer interface.

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

20 years agoRemoval of Visitor patterns from AbstractRenderer, moving of business logic from...
Glen Mazza [Wed, 25 Feb 2004 03:32:17 +0000 (03:32 +0000)]
Removal of Visitor patterns from AbstractRenderer, moving of business logic from InlineArea to AbstractRenderer.

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

20 years agoFormatting cleanup of fo:layout-master-sets in examples.
Glen Mazza [Sun, 22 Feb 2004 13:37:07 +0000 (13:37 +0000)]
Formatting cleanup of fo:layout-master-sets in examples.

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

20 years agoModification made for collecting parameters to be compatible (hopefully) with
Glen Mazza [Wed, 11 Feb 2004 22:48:32 +0000 (22:48 +0000)]
Modification made for collecting parameters to be compatible (hopefully) with
Win9x.  Work from Apache Ant.

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

20 years ago1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.
Glen Mazza [Tue, 10 Feb 2004 23:51:26 +0000 (23:51 +0000)]
1.)  Deprecation of most constructors in XSLTInputHandler in favor of JAXP.
2.)  Removal of unused transformer member variable in XSLTInputHandler.
3.)  Partial modifications -- code from Xalan project -- in order to be
     able to handle command line parameters for XSLT stylesheet.  (Changes
     still needed in XSLTInputHandler.getXMLFilter() -- unsure how to set
     parameters to an XMLFilter.

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

20 years agoUpdated fop.bat.
Glen Mazza [Tue, 10 Feb 2004 22:27:42 +0000 (22:27 +0000)]
Updated fop.bat.

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

20 years agoDraw the borders of a BlockViewport before setting the CTM
Finn Bock [Tue, 10 Feb 2004 19:28:17 +0000 (19:28 +0000)]
Draw the borders of a BlockViewport before setting the CTM
transformation. This way the viewport is relative to the current CTM
and the content of the Viewport is relative to the viewport CTM.

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

20 years agoSet correct ipd/bpd of both the viewport and reference area.
Finn Bock [Tue, 10 Feb 2004 19:25:15 +0000 (19:25 +0000)]
Set correct ipd/bpd of both the viewport and reference area.

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

20 years agoAdded '-results' options to set the result ouput directory.
Finn Bock [Tue, 10 Feb 2004 17:42:03 +0000 (17:42 +0000)]
Added '-results' options to set the result ouput directory.

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

20 years agoModification of ExampleXML2PDF to show a Transformer.setParameter() call.
Glen Mazza [Mon, 9 Feb 2004 22:04:23 +0000 (22:04 +0000)]
Modification of ExampleXML2PDF to show a Transformer.setParameter() call.
Fix to xsl stylesheet to show '1.0' instead of just '1' for the version number
(fix from Clay Leeds).

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

20 years agoSimplefy the huge merge loop and allow compilation with jdk1.3.
Finn Bock [Mon, 9 Feb 2004 21:30:56 +0000 (21:30 +0000)]
Simplefy the huge merge loop and allow compilation with jdk1.3.

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