]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
18 years agoMake docs target work under Windows.
Jeremias Maerki [Thu, 17 Nov 2005 08:15:15 +0000 (08:15 +0000)]
Make docs target work under Windows.

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

18 years agolowercase filenames for distsclean
Christian Geisert [Wed, 16 Nov 2005 17:55:50 +0000 (17:55 +0000)]
lowercase filenames for distsclean

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

18 years agoPrepare README for 0.90alpha1 release.
Jeremias Maerki [Wed, 16 Nov 2005 11:04:45 +0000 (11:04 +0000)]
Prepare README for 0.90alpha1 release.

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

18 years agofavicon was missing in out sources.
Jeremias Maerki [Wed, 16 Nov 2005 09:04:26 +0000 (09:04 +0000)]
favicon was missing in out sources.
Added a redirect so you can use http://xmlgraphics.apache.org/fop/latest/ to point to the documentation of the latest release (currently set to 0.20.5).

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

18 years agoUpdates on the output formats.
Jeremias Maerki [Tue, 15 Nov 2005 20:49:37 +0000 (20:49 +0000)]
Updates on the output formats.

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

18 years agoAdded the problem with whitespace around markers as a disabled test case, changed...
Manuel Mall [Tue, 15 Nov 2005 10:28:50 +0000 (10:28 +0000)]
Added the problem with whitespace around markers as a disabled test case, changed the example fo to work around the problem

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

18 years agoAvoid painting empty rectangles because that can lead to unwanted artifacts.
Jeremias Maerki [Tue, 15 Nov 2005 08:11:46 +0000 (08:11 +0000)]
Avoid painting empty rectangles because that can lead to unwanted artifacts.

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

18 years agoRemoved CHANGES as discussed. Please document all important changes in status.xml...
Jeremias Maerki [Mon, 14 Nov 2005 22:46:59 +0000 (22:46 +0000)]
Removed CHANGES as discussed. Please document all important changes in status.xml after the first release.

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

18 years agoResurrected status.xml and prepared it for changes after the first release.
Jeremias Maerki [Mon, 14 Nov 2005 22:34:26 +0000 (22:34 +0000)]
Resurrected status.xml and prepared it for changes after the first release.
Added stylesheets and sitemap snippets as a project sitemap for FOP from Forrest 0.7 branch because the plugin didn't work.

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

18 years agoBugzilla #36480:
Jeremias Maerki [Mon, 14 Nov 2005 18:02:14 +0000 (18:02 +0000)]
Bugzilla #36480:
Improved space-before/space-after support for RTF output. Fixes problems with space support in the existing code.
Submitted by: Sergey Simonchik <Sergey.Simonchik.at.borland.com>

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

18 years agoBugzilla #37330:
Jeremias Maerki [Mon, 14 Nov 2005 16:02:05 +0000 (16:02 +0000)]
Bugzilla #37330:
Fix for clipped text when painted through the PDF text bridge. The translation was in the wrong place and therefore had an effect on the clipping region.

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

18 years agodocs building with a simple forrest call instead of using import
Christian Geisert [Mon, 14 Nov 2005 15:38:47 +0000 (15:38 +0000)]
docs building with a simple forrest call instead of using import
(because of problems with plugin download and validation)

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

18 years agoBugzilla #37330:
Jeremias Maerki [Mon, 14 Nov 2005 14:28:59 +0000 (14:28 +0000)]
Bugzilla #37330:
1) The jpeg registration now includes the hashCode in addition
   to the jpegCount as this prevents images being rused when
   multiple SVG fragments are included in a single FO.
2) Added a createBridgeContext to PDFBridgeContext so that 'sub contexts'
   (image element) inherit the new bridges.
Submitted by: Thomas Deweese <deweese.at.apache.org>

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

18 years agoAutomated parameter rename failed because there was an instance variable called ...
Jeremias Maerki [Mon, 14 Nov 2005 14:20:54 +0000 (14:20 +0000)]
Automated parameter rename failed because there was an instance variable called "e" which caused an NPE in examples/fo/build.xml on target "newPDF".

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

18 years agoUpdated Jakarta Commons Logging 1.0.3 to latest release 1.0.4.
Jeremias Maerki [Mon, 14 Nov 2005 13:14:17 +0000 (13:14 +0000)]
Updated Jakarta Commons Logging 1.0.3 to latest release 1.0.4.

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

18 years agoUpdated Jakarta Commons Logging 1.0.3 to latest release 1.0.4.
Jeremias Maerki [Mon, 14 Nov 2005 13:08:51 +0000 (13:08 +0000)]
Updated Jakarta Commons Logging 1.0.3 to latest release 1.0.4.

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

18 years agoUpdated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy...
Jeremias Maerki [Mon, 14 Nov 2005 12:55:46 +0000 (12:55 +0000)]
Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision.
Fixed most of the unappropriate System.err/System.out/Exception.printStackTrace(). Those that aren't fixed and are not legitimate calls (in main() methods etc.) are marked with a TODO item.
Some Javadocs and style updates.

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

18 years agoexclude hyphenation patterns from source distribution
Christian Geisert [Mon, 14 Nov 2005 09:48:26 +0000 (09:48 +0000)]
exclude hyphenation patterns from source distribution

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

18 years agoEvery committer is supposed to use the "Submitted by:" pattern when applying patches!
Jeremias Maerki [Mon, 14 Nov 2005 07:56:14 +0000 (07:56 +0000)]
Every committer is supposed to use the "Submitted by:" pattern when applying patches!

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

18 years agoFurther cleanup and minor modifications to the compliance page
Manuel Mall [Mon, 14 Nov 2005 06:34:14 +0000 (06:34 +0000)]
Further cleanup and minor modifications to the compliance page

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

18 years agoCorrect a few more problems related to leaders: text-align was not handled correctly...
Manuel Mall [Mon, 14 Nov 2005 05:05:35 +0000 (05:05 +0000)]
Correct a few more problems related to leaders: text-align was not handled correctly, use-content was drawing incorrect borders

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

18 years agoOops! Removed duplicate 'if'
Andreas L. Delmelle [Sun, 13 Nov 2005 23:24:38 +0000 (23:24 +0000)]
Oops! Removed duplicate 'if'

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

18 years agoMade junit-layout-hyphenation conditional
Andreas L. Delmelle [Sun, 13 Nov 2005 23:18:27 +0000 (23:18 +0000)]
Made junit-layout-hyphenation conditional

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

18 years agoMade junit-layout-standard conditional
Andreas L. Delmelle [Sun, 13 Nov 2005 22:46:32 +0000 (22:46 +0000)]
Made junit-layout-standard conditional
Submitted by: Nils Meier <nmeier.at.users.sourceforge.net>

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

18 years agoDisabled warning which are based on the containing reference area instead of the...
Jeremias Maerki [Sun, 13 Nov 2005 16:58:30 +0000 (16:58 +0000)]
Disabled warning which are based on the containing reference area instead of the containing box.

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

18 years agoInitial fix for examples/basic/leader.fo problem
Manuel Mall [Sun, 13 Nov 2005 16:06:51 +0000 (16:06 +0000)]
Initial fix for examples/basic/leader.fo problem

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

18 years agoChanged coordinates to reflect the reference-orientation specified on the block-conta...
Andreas L. Delmelle [Sun, 13 Nov 2005 15:59:49 +0000 (15:59 +0000)]
Changed coordinates to reflect the reference-orientation specified on the block-container (+ corrected spelling errors)

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

18 years agoTypo. Sorry.
Jeremias Maerki [Sun, 13 Nov 2005 15:02:06 +0000 (15:02 +0000)]
Typo. Sorry.

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

18 years agoBugfix for handling of percentage width and height inside block-containers. Fixes...
Jeremias Maerki [Sun, 13 Nov 2005 14:53:07 +0000 (14:53 +0000)]
Bugfix for handling of percentage width and height inside block-containers. Fixes problem in examples/fo/basic/border.fo.

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

18 years agoUpdated examples in examples/basic/fo to match 0.90 and to reduce warnings when they...
Manuel Mall [Sun, 13 Nov 2005 10:50:21 +0000 (10:50 +0000)]
Updated examples in examples/basic/fo to match 0.90 and to reduce warnings when they are built using the examples ant target

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

18 years agoDocumented new stuff.
Jeremias Maerki [Sat, 12 Nov 2005 16:11:53 +0000 (16:11 +0000)]
Documented new stuff.

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

18 years agoUse memory-optimized ByteArrayOutputStream from Commons IO instead of the dumb implem...
Jeremias Maerki [Sat, 12 Nov 2005 16:01:52 +0000 (16:01 +0000)]
Use memory-optimized ByteArrayOutputStream from Commons IO instead of the dumb implementation from the JDK.

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

18 years agoDeprecated constructors Fop(int) and Fop(int, FOUserAgent).
Jeremias Maerki [Sat, 12 Nov 2005 15:58:07 +0000 (15:58 +0000)]
Deprecated constructors Fop(int) and Fop(int, FOUserAgent).
Deprecated Fop.getVersion() in favor for Version.getVersion().
Changed every place the newly deprecated methods were called.
Ant task and TestConverter changed to fully use MIME types.

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

18 years agoAnt is not in the lib directory anymore. Run test with the "ant" script, not "runtests".
Jeremias Maerki [Sat, 12 Nov 2005 15:42:11 +0000 (15:42 +0000)]
Ant is not in the lib directory anymore. Run test with the "ant" script, not "runtests".

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

18 years agoChanged tar targets to set execute permission on fop script
Manuel Mall [Sat, 12 Nov 2005 13:45:13 +0000 (13:45 +0000)]
Changed tar targets to set execute permission on fop script

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

18 years agoExcluded docs directory from fop dist build
Manuel Mall [Sat, 12 Nov 2005 11:46:18 +0000 (11:46 +0000)]
Excluded docs directory from fop dist build

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

18 years agoBugzilla #37468:
Jeremias Maerki [Fri, 11 Nov 2005 17:27:17 +0000 (17:27 +0000)]
Bugzilla #37468:
Placement of flows in multi-column documents was wrong. The area tree is correct, however. Bug in AbstractRenderer. Simpler is sometimes better.

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

18 years agoBugzilla #37468:
Jeremias Maerki [Fri, 11 Nov 2005 16:39:21 +0000 (16:39 +0000)]
Bugzilla #37468:
Bugfix: A normal break inside a table resulted in the next part to be sent to the next page instead of the next flow. TableContentLayoutManager produces KnuthPenalties with breakClass=0.

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

18 years agoMinor corrections for jdk 1.3.1 compatibility
Manuel Mall [Fri, 11 Nov 2005 15:38:42 +0000 (15:38 +0000)]
Minor corrections for jdk 1.3.1 compatibility

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

18 years agoStep 2/2:
Jeremias Maerki [Fri, 11 Nov 2005 15:01:44 +0000 (15:01 +0000)]
Step 2/2:
Removing MIF, PCL and SVG after moving/copying them to the sandbox.

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

18 years agoStep 1 (SVN just doesn't want me to delete the old directories):
Jeremias Maerki [Fri, 11 Nov 2005 14:58:37 +0000 (14:58 +0000)]
Step 1 (SVN just doesn't want me to delete the old directories):
Created sandbox area (src/sandbox).
Moved MIF, PCL and SVG support to the sandbox due to their current state.
Build adjusted to build a fop-sandbox.jar (the three moved renderers automatically get registered if they are in the classpath).

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

18 years agoPackage description for the TXTRenderer's border package.
Jeremias Maerki [Fri, 11 Nov 2005 14:38:29 +0000 (14:38 +0000)]
Package description for the TXTRenderer's border package.

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

18 years agoJavadoc fixes.
Jeremias Maerki [Fri, 11 Nov 2005 14:32:54 +0000 (14:32 +0000)]
Javadoc fixes.

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

18 years agoFop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where...
Jeremias Maerki [Fri, 11 Nov 2005 13:44:40 +0000 (13:44 +0000)]
Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) where the String is the MIME type for the desired output format.

MimeConstants provides a comprehensive list of MIME types used in Fop.java.

Non-standard, FOP-specific MIME types changed to a uniform pattern: application/X-fop-awt-preview, application/X-fop-print and application/X-fop-areatree.

RendererFactory now supports manual registration and dynamic discovery of Renderers and FOEventHandlers by their MIME types. Instantitation is done using MIME types everywhere.

The RENDER_* constants are mapped to MIME types in Fop.java.

RendererFactory is now an instantiable class whose reference is held by FOUserAgent just like it is done for the XLMHandlers.

Renderers and FOEventHandlers now each have a *Maker class which is a kind of factory class which is used to register a Renderer/FOEventHandler and additionally serves to provide additional information about the thing, such as the MIME types it supports and if the implementation requires an OutputStream.

The command-line gets a new option: -out application/pdf myfile.pdf is the generic way to create an output file. If someone created a WordML output handler and provided the right service resource file he could specify "-out text/xml+msword out.xml". ".out list" lists all MIME types that are available for output.

Renderers can now potionally expose a Graphics2DAdapter which in concert with Graphics2DImagePainter can be used by FOP extensions to paint their content directly using a Graphics2D instance. That makes it possible to avoid a detour via SVG/Batik in certain cases.

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

18 years agoMade the FO tree a little more consistent by renaming getName() to getLocalName(...
Jeremias Maerki [Fri, 11 Nov 2005 13:27:34 +0000 (13:27 +0000)]
Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix.

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

18 years agoA note about PCL and MIF.
Jeremias Maerki [Fri, 11 Nov 2005 13:18:54 +0000 (13:18 +0000)]
A note about PCL and MIF.

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

18 years agoMoved PDFBridgeContext to a separate class so it can be used by both the PDFTranscode...
Jeremias Maerki [Thu, 10 Nov 2005 16:37:06 +0000 (16:37 +0000)]
Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscoder and the PDFSVGHandler.
Added support for higher-resolution on-the-fly bitmaps from Batik for SVG inside FO documents.

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

18 years agoScale factor was wrong. Base must be 72dpi, not the default resolution of the PDFDocu...
Jeremias Maerki [Thu, 10 Nov 2005 16:09:03 +0000 (16:09 +0000)]
Scale factor was wrong. Base must be 72dpi, not the default resolution of the PDFDocumentGraphics2D.

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

18 years agoGet rid of annoying source of calculation inaccuracies.
Jeremias Maerki [Thu, 10 Nov 2005 16:00:03 +0000 (16:00 +0000)]
Get rid of annoying source of calculation inaccuracies.

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

18 years agoBugzilla #37305:
Jeremias Maerki [Thu, 10 Nov 2005 15:01:49 +0000 (15:01 +0000)]
Bugzilla #37305:
Better approach to higher resolution on-the-fly images generated by Batik.
Submitted by: Thomas Deweese <deweese.at.apache.org>

Changes to the patch:
Added a transcoding hint to be able to set this value.
Default device resolution set to 300dpi.

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

18 years agoFix for file: URL handling. The condition for adding a leading slash was wrong.
Jeremias Maerki [Thu, 10 Nov 2005 14:27:34 +0000 (14:27 +0000)]
Fix for file: URL handling. The condition for adding a leading slash was wrong.

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

18 years agoSeparated JUnit layout tests such that the majority are still run even if no hyphenat...
Manuel Mall [Thu, 10 Nov 2005 13:34:17 +0000 (13:34 +0000)]
Separated JUnit layout tests such that the majority are still run even if no hyphenation support present

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

18 years agoSeparated JUnit layout tests such that the majority are still run even if no hyphenat...
Manuel Mall [Thu, 10 Nov 2005 13:31:39 +0000 (13:31 +0000)]
Separated JUnit layout tests such that the majority are still run even if no hyphenation support present

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

18 years agoBugzilla #37432:
Jeremias Maerki [Thu, 10 Nov 2005 10:15:42 +0000 (10:15 +0000)]
Bugzilla #37432:
Fix for TTFReader and PFMReader when they are used from an embedded application. The logger wasn't set in this case.
Submitted by: Timothy Gates <tgates.at.xplantechnology.com>

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

18 years agoReintroduce encoding feature for Text Renderer that was in the maintenance branch.
Jeremias Maerki [Wed, 9 Nov 2005 21:17:38 +0000 (21:17 +0000)]
Reintroduce encoding feature for Text Renderer that was in the maintenance branch.
Configuration layout for the text renderer is:
<renderer mime="text/plain">
  <encoding>US-ASCII</encoding>
</renderer>

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

18 years agoBugzilla #37253:
Jeremias Maerki [Wed, 9 Nov 2005 21:00:23 +0000 (21:00 +0000)]
Bugzilla #37253:
TXT Renderer resurrected with additional features.
Submitted by: Sergey Simonchik <Sergey.Simonchik.at.borland.com>

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

18 years agoBugzilla #37330:
Jeremias Maerki [Wed, 9 Nov 2005 15:42:51 +0000 (15:42 +0000)]
Bugzilla #37330:
Fix for bridge registration.
Submitted by: Thomas Deweese <deweese.at.apache.org>

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

18 years agoBugzilla #37236:
Jeremias Maerki [Wed, 9 Nov 2005 14:42:01 +0000 (14:42 +0000)]
Bugzilla #37236:
Improvements for gradients in PDF Transcoder.
Submitted by: Thomas Deweese <deweese.at.apache.org>

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

18 years agoFix for Bug 36928 - refresh cached property value if explicitly set twice which can...
Manuel Mall [Wed, 9 Nov 2005 11:49:43 +0000 (11:49 +0000)]
Fix for Bug 36928 - refresh cached property value if explicitly set twice which can happen for font-size

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

18 years agoTest to check FO tree building when no namespace prefix is used.
Jeremias Maerki [Wed, 9 Nov 2005 08:58:20 +0000 (08:58 +0000)]
Test to check FO tree building when no namespace prefix is used.

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

18 years agoFix for bug #37417:
Jeremias Maerki [Wed, 9 Nov 2005 08:09:24 +0000 (08:09 +0000)]
Fix for bug #37417:
Work around situations with incomplete class loaders that don't report package information.
Submitted by: Timothy Gates <tgates.at.xplantechnology.com>

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

18 years agoApplied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com)
Andreas L. Delmelle [Tue, 8 Nov 2005 23:01:04 +0000 (23:01 +0000)]
Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com)

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

18 years agoFix for bug #37415
Andreas L. Delmelle [Tue, 8 Nov 2005 22:34:30 +0000 (22:34 +0000)]
Fix for bug #37415

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

18 years agoHint about GMANE for those who don't like mailing lists.
Jeremias Maerki [Tue, 8 Nov 2005 20:55:03 +0000 (20:55 +0000)]
Hint about GMANE for those who don't like mailing lists.

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

18 years agoFix for bug #37412:
Jeremias Maerki [Tue, 8 Nov 2005 20:46:51 +0000 (20:46 +0000)]
Fix for bug #37412:
Space resolution creates elements with no Positions. These must be ignored. This fixes the NPE.

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

18 years agoFixed typo.
Jeremias Maerki [Tue, 8 Nov 2005 20:07:00 +0000 (20:07 +0000)]
Fixed typo.

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

18 years agoFix for bug #37270:
Jeremias Maerki [Tue, 8 Nov 2005 16:59:47 +0000 (16:59 +0000)]
Fix for bug #37270:
No more exceptions.

Code touch-up and logging optimization.

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

18 years agoEMF support review: Copyright years, rounding problems, code simplifications
Jeremias Maerki [Tue, 8 Nov 2005 12:56:25 +0000 (12:56 +0000)]
EMF support review: Copyright years, rounding problems, code simplifications
PDF Renderer should not fail with an exception if it receives an EMF image. It should ignore it.
Test case for EMF image and an EMF image added.

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

18 years agoAnother character encoding update
Manuel Mall [Tue, 8 Nov 2005 09:42:43 +0000 (09:42 +0000)]
Another character encoding update

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

18 years agoAnother attempt to fix the compilation problem. I can't tell what happened.
Jeremias Maerki [Tue, 8 Nov 2005 09:37:23 +0000 (09:37 +0000)]
Another attempt to fix the compilation problem. I can't tell what happened.

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

18 years agoRemoved an illegal character that sneaked in when I copied the last patch from a...
Jeremias Maerki [Tue, 8 Nov 2005 09:31:42 +0000 (09:31 +0000)]
Removed an illegal character that sneaked in when I copied the last patch from a fop-users post.

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

18 years agoFix for footnote support in RTF handler.
Jeremias Maerki [Tue, 8 Nov 2005 08:12:00 +0000 (08:12 +0000)]
Fix for footnote support in RTF handler.
Submitted by: Matthias Reinert <matthias.reinert.at.web.de>

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

18 years agoRendering of text-decoration was broken
Manuel Mall [Tue, 8 Nov 2005 01:04:01 +0000 (01:04 +0000)]
Rendering of text-decoration was broken

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

18 years agosome additions to the FAQ and hyphenation usage.
Joerg Pietschmann [Mon, 7 Nov 2005 15:14:01 +0000 (15:14 +0000)]
some additions to the FAQ and hyphenation usage.

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

18 years agoFixed white space handling during refinement, added test cases, corrected error in...
Manuel Mall [Thu, 3 Nov 2005 16:20:50 +0000 (16:20 +0000)]
Fixed white space handling during refinement, added test cases, corrected error in graphics handling

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

18 years agoAdded warning message (Bugzilla 37329)
Andreas L. Delmelle [Wed, 2 Nov 2005 18:33:57 +0000 (18:33 +0000)]
Added warning message (Bugzilla 37329)

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

18 years agoAdded relaxed validation for fo:table-cells w/o blocks or markers (Bugzilla 37329)
Andreas L. Delmelle [Wed, 2 Nov 2005 18:21:56 +0000 (18:21 +0000)]
Added relaxed validation for fo:table-cells w/o blocks or markers (Bugzilla 37329)

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

18 years agoFix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with text...
Manuel Mall [Mon, 31 Oct 2005 11:17:34 +0000 (11:17 +0000)]
Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with text-indent value

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

18 years agoUse FOP's wrapper classes to load images. Support 'auto' in fo:external-grapic@height...
Peter Herweg [Sun, 30 Oct 2005 16:55:47 +0000 (16:55 +0000)]
Use FOP's wrapper classes to load images. Support 'auto' in fo:external-grapic@height, -@width, -@content-height and -@content-width

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

18 years agoRedirections for the moved pages.
Jeremias Maerki [Sun, 30 Oct 2005 12:54:09 +0000 (12:54 +0000)]
Redirections for the moved pages.

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

18 years agoContent for the 0.20.5 documentation front page.
Jeremias Maerki [Sun, 30 Oct 2005 12:26:27 +0000 (12:26 +0000)]
Content for the 0.20.5 documentation front page.
Update to the project status.

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

18 years agoRemoved setting LOGCHOICE and LOGLEVEL to the empty string
Simon Pepping [Sat, 29 Oct 2005 20:53:25 +0000 (20:53 +0000)]
Removed setting LOGCHOICE and LOGLEVEL to the empty string

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

18 years agoChanged ant to fop. Added -h to command line for --help script option.
Simon Pepping [Sat, 29 Oct 2005 20:27:21 +0000 (20:27 +0000)]
Changed ant to fop. Added -h to command line for --help script option.

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

18 years agoChanged fop.sh to fop. Adjusted website accordingly. Updated fop script to match...
Manuel Mall [Sat, 29 Oct 2005 09:09:59 +0000 (09:09 +0000)]
Changed fop.sh to fop. Adjusted website accordingly. Updated fop script to match latest ant script.

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

18 years agoThe test case can be extended a little to also show another bug in addition to the...
Jeremias Maerki [Thu, 27 Oct 2005 19:27:11 +0000 (19:27 +0000)]
The test case can be extended a little to also show another bug in addition to the IndexOutOfBoundsException. The code runs into problems when row 1 starts to paint content when row 0 has grid units that haven't even started contributing parts.

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

18 years agoUpdated build.xml to include lib licences in binary build and other small mods
Manuel Mall [Thu, 27 Oct 2005 15:03:21 +0000 (15:03 +0000)]
Updated build.xml to include lib licences in binary build and other small mods

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

18 years agoMoved the text-splitting logic from TextArea to TextLM, as suggested by Manuel and...
Luca Furini [Thu, 27 Oct 2005 14:38:12 +0000 (14:38 +0000)]
Moved the text-splitting logic from TextArea to TextLM, as suggested by Manuel and Jeremias.
Some simplification in TextLM#addAreas().

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

18 years agoTest case for bug #37270.
Jeremias Maerki [Thu, 27 Oct 2005 14:09:57 +0000 (14:09 +0000)]
Test case for bug #37270.

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

18 years agoFix for Bug #36403.
Jeremias Maerki [Thu, 27 Oct 2005 13:09:58 +0000 (13:09 +0000)]
Fix for Bug #36403.
The problem is similar to the row backtracking that has to be done in case of spanned rows but it has to be handled a little differently.

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

18 years agoPackage documentation.
Jeremias Maerki [Thu, 27 Oct 2005 08:37:15 +0000 (08:37 +0000)]
Package documentation.

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

18 years agoPrinting out the revision of Version.java makes no sense. It's not always updated...
Jeremias Maerki [Thu, 27 Oct 2005 07:37:21 +0000 (07:37 +0000)]
Printing out the revision of Version.java makes no sense. It's not always updated. Instead, determine the repository location that FOP was retrieved from.

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

18 years agoJavadoc fixes.
Jeremias Maerki [Thu, 27 Oct 2005 06:51:15 +0000 (06:51 +0000)]
Javadoc fixes.
Removed unused code in PDF and PS renderers (fixes javadoc warning).

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

18 years agoFixed a small mistake and explained about where "ant" comes from.
Jeremias Maerki [Thu, 27 Oct 2005 06:49:24 +0000 (06:49 +0000)]
Fixed a small mistake and explained about where "ant" comes from.

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

18 years agoBugzilla #37236:
Jeremias Maerki [Wed, 26 Oct 2005 21:07:47 +0000 (21:07 +0000)]
Bugzilla #37236:
Fix for gradients and patterns for SVG to PDF transcoding.
Improvement for break-out handling in PDF Renderer.
Submitted by: Thomas Deweese <deweese.at.apache.org>

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

18 years agoFixed various javadoc problems, fixed a deprecation warning, removed functions not...
Manuel Mall [Wed, 26 Oct 2005 16:13:01 +0000 (16:13 +0000)]
Fixed various javadoc problems, fixed a deprecation warning, removed functions not needed any more

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

18 years agoMinor corrections / additions to trunk part of web site
Manuel Mall [Wed, 26 Oct 2005 15:28:51 +0000 (15:28 +0000)]
Minor corrections / additions to trunk part of web site

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

18 years agoUpdate to Upgrading page
Manuel Mall [Wed, 26 Oct 2005 08:25:38 +0000 (08:25 +0000)]
Update to Upgrading page

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

18 years agoRemoved 0.90 again and created a "trunk" instead. When a release is done, trunk can...
Jeremias Maerki [Tue, 25 Oct 2005 19:49:46 +0000 (19:49 +0000)]
Removed 0.90 again and created a "trunk" instead. When a release is done, trunk can be copied to the version number.
FOP Trunk documentation added.
Fixed all broken internal links.

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

18 years agoPorted the command-line options for PDF encryption to trunk.
Jeremias Maerki [Tue, 25 Oct 2005 18:40:44 +0000 (18:40 +0000)]
Ported the command-line options for PDF encryption to trunk.
Warnings if required providers are not available.

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

18 years agoFix for bug 36238 (at least in the PDFRenderer)
Luca Furini [Tue, 25 Oct 2005 15:14:10 +0000 (15:14 +0000)]
Fix for bug 36238 (at least in the PDFRenderer)

The text is split into WordAreas and SpaceAreas: the latters (when the font is multibyte) are not affected by the Tw operator, so they are shifted in the inline progression dimension instead.

The behaviour of the other renderers should be the same as before this change.

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