summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tagging for version 0.92betafop-0_92-betaJeremias Maerki2006-04-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_92-beta@395019 13f79535-47bb-0310-9956-ffa450edef68
* Almost forgot the .htaccess file to manage all the redirects.fop-0_92Jeremias Maerki2006-04-181-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@395016 13f79535-47bb-0310-9956-ffa450edef68
* Merge from Trunk as per Thomas' request:Jeremias Maerki2006-04-182-8/+7
| | | | | | Bugfix: The generation of the PDF "d" (setdash) command was assuming that only integer values can be used but that isn't the case. Dash patterns by PDFGraphics2D would be wrong in the process. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@394996 13f79535-47bb-0310-9956-ffa450edef68
* Replacing XML Graphics Commons Snapshot with the released version 1.0. It's ↵Jeremias Maerki2006-04-182-1/+1
| | | | | | the JAR from the binary distribution for JDK 1.4. This will also work on JDK 1.3. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@394886 13f79535-47bb-0310-9956-ffa450edef68
* Some updates.Jeremias Maerki2006-04-181-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@394877 13f79535-47bb-0310-9956-ffa450edef68
* Some nits on the release notes.Jeremias Maerki2006-04-173-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@394761 13f79535-47bb-0310-9956-ffa450edef68
* Conversion of web site to 0.92 release - step 2Manuel Mall2006-04-1213-257/+735
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@393470 13f79535-47bb-0310-9956-ffa450edef68
* Initial conversion of web site to 0.92 releaseManuel Mall2006-04-1222-73/+215
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@393467 13f79535-47bb-0310-9956-ffa450edef68
* Setting the version number for the release.Jeremias Maerki2006-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@393440 13f79535-47bb-0310-9956-ffa450edef68
* Branch in preparation of 0.92beta releaseJeremias Maerki2006-04-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@393439 13f79535-47bb-0310-9956-ffa450edef68
* Adding a test case that demonstrates a problem with forward references and ↵Jeremias Maerki2006-04-122-0/+51
| | | | | | page-number-citation. The reference's width is adjusted, but not the whole line. Some code in the area tree tries to adjust word- and letter-spacing but it does not seem to be working properly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@393420 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Fixed a division by zero problem in TTFReader popping up with ↵Jeremias Maerki2006-04-122-15/+51
| | | | | | | | | arialuni.ttf. Improved the detection of the capHeight and xHeight font metric values for TrueType fonts. Fonts that contain a version 3.0 PostScript table don't contain unicode glyph names. Without an xHeight value, super- and subscript does not work in FOP. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@393410 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled test case to demonstrate problems with white space handling ↵Manuel Mall2006-04-102-0/+103
| | | | | | when it comes to inlines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392965 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #39033:Jeremias Maerki2006-04-101-0/+14
| | | | | | | Enancement: convert java.awt.GradientPaint to Batik's LinearGradientPaint to avoid rasterization when painting. This is useful when someone uses PDFGraphics2D outside FOP. Submitted by: Michal Sevcenko <sevcenko.at.vc.cvut.cz> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392917 13f79535-47bb-0310-9956-ffa450edef68
* Some updates in preparation of the next release.Jeremias Maerki2006-04-103-15/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392909 13f79535-47bb-0310-9956-ffa450edef68
* Update on the README file.Jeremias Maerki2006-04-101-15/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392903 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Allow URLs in basic-link's external-destination to be wrapped in ↵Jeremias Maerki2006-04-105-21/+108
| | | | | | "url()". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392902 13f79535-47bb-0310-9956-ffa450edef68
* List NBSP under adjustable spaces in CharUtilities.Jeremias Maerki2006-04-107-33/+148
| | | | | | | | | | Generate space elements in the area tree from spaces in fo:character. Clearly mark test cases which test for NBSP. Document failure to generate adjustable spaces from fo:character in a disabled test case. Adjust checks to the fact the fo:character can now also generate spaces. Enable block_white-space-collapse_2.xml again git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392901 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to disable the writing down of the generated PDF files.Jeremias Maerki2006-04-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392900 13f79535-47bb-0310-9956-ffa450edef68
* Corrected wrong BugZilla number in status.xmlManuel Mall2006-04-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392494 13f79535-47bb-0310-9956-ffa450edef68
* Fixed various white space (non)removal issues during line building. ↵Manuel Mall2006-04-0812-105/+497
| | | | | | white-space-treatment is now supported properly especially for the "preserve" case. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392488 13f79535-47bb-0310-9956-ffa450edef68
* Documentation on PDF/A support.Jeremias Maerki2006-04-062-0/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391994 13f79535-47bb-0310-9956-ffa450edef68
* Adding XML Graphics Commons to classpath.Jeremias Maerki2006-04-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391949 13f79535-47bb-0310-9956-ffa450edef68
* Fixed encoding issue. Jeremias Maerki2006-04-061-2/+3
| | | | | | Using Commons IO ByteArrayOutputStream. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391907 13f79535-47bb-0310-9956-ffa450edef68
* I'd like to make Batik an optional dependency over time, so check Commons IO ↵Jeremias Maerki2006-04-051-1/+1
| | | | | | instead of Batik as indicator for a complete classpath. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391746 13f79535-47bb-0310-9956-ffa450edef68
* Switching to the Commons variants for the Graphics2D base/helper classes.Jeremias Maerki2006-04-054-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391742 13f79535-47bb-0310-9956-ffa450edef68
* Switching to the Commons variant for the base64 encoding/decoding.Jeremias Maerki2006-04-051-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391698 13f79535-47bb-0310-9956-ffa450edef68
* Improved JUnit report creation.Jeremias Maerki2006-04-0524-43/+1319
| | | | | | | | | | Added support for OutputIntent objects in PDF. When PDF/A-1b is activated OutputIntents are created and the sRGB color space is used by default (hardcoded for the moment for lack of better color infrastructure in FOP). The sRGB color profile from HP (covering sRGB IEC61966-2.1) is now embedded in fop.jar as a resource so the PDF library can embed it. The sRGB profile from the Sun JRE is much bigger. That's why it's not used. The Gladiator TrueType font (glb12.ttf) has been copied over from Batik and is used to verify PDF/A-1b's conformance checks. CMYK JPEG image added to test resources so PDF/A-1b color space checks can be performed. With the color space checks, support for PDF/A-1b is complete to the degree that FOP supports the creation of elements described in ISO 19005-1, except for the case where an embedded XMP packet is used in the fo:declarations element. In this case the metadata is not synchronized with the values in the Info PDF object which could lead to validation errors when checking for PDF/A-1b conformance. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391624 13f79535-47bb-0310-9956-ffa450edef68
* Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3).Jeremias Maerki2006-04-051-10/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391622 13f79535-47bb-0310-9956-ffa450edef68
* Don't catch RuntimeExceptions.Jeremias Maerki2006-04-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391618 13f79535-47bb-0310-9956-ffa450edef68
* Small update to page on output formats.Jeremias Maerki2006-04-051-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391616 13f79535-47bb-0310-9956-ffa450edef68
* Added ApacheCon EU 2006Clay Leeds2006-04-051-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391487 13f79535-47bb-0310-9956-ffa450edef68
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-0449-4760/+620
| | | | | | | | | | | Switching to code in XML Graphics Commons for: - PSGraphics2D - Service discovery - Codecs Removed local classes that have been ported to Commons. xmlgraphics-commons-snapshot.jar is a Trunk snapshot built with JDK 1.4.2 from today. It should work under JDK 1.3.1. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@391332 13f79535-47bb-0310-9956-ffa450edef68
* A few small changes to these two documentation pagesSimon Pepping2006-03-302-52/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390222 13f79535-47bb-0310-9956-ffa450edef68
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex ↵Jeremias Maerki2006-03-303-25/+60
| | | | | | | | | mode. This makes it easier to read the PDF in a text editor in most cases. Fixed the property names for xmp:CreatorTool and xmp:CreateDate (case mistake on my side). Changed XMP-generation to output the creation date including the time zone to keep Acrobat's preflight check for PDF/A-1b happy. Found that only after more than 3 hours of trial&error. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390051 13f79535-47bb-0310-9956-ffa450edef68
* Uhm, forgot another occurence of the old domain name.Jeremias Maerki2006-03-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390020 13f79535-47bb-0310-9956-ffa450edef68
* Don't use "deprecated" hostname.Jeremias Maerki2006-03-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390009 13f79535-47bb-0310-9956-ffa450edef68
* Added missing OutputStream parameter to one of the examples.Jeremias Maerki2006-03-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390006 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary artifact.Jeremias Maerki2006-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389872 13f79535-47bb-0310-9956-ffa450edef68
* Examples pointed to the tag not to the trunk. Otherwise, this can be real ↵Jeremias Maerki2006-03-281-8/+8
| | | | | | confusing now that the API has changed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389567 13f79535-47bb-0310-9956-ffa450edef68
* Adjust documentation to changes in outer API (FopFactory etc.).Jeremias Maerki2006-03-286-193/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389563 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: reuse the FopFactory instance.Andreas L. Delmelle2006-03-271-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389222 13f79535-47bb-0310-9956-ffa450edef68
* Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.Jeremias Maerki2006-03-272-25/+6
| | | | | | The ElementMapping list is not necessary since we now have the ElementMappingRegistry. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389212 13f79535-47bb-0310-9956-ffa450edef68
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-2748-766/+1409
| | | | | | | | | | | Finalized API according to the plan in the Wiki: http://wiki.apache.org/xmlgraphics-fop/ApiDesign In addition to that: Deprecated the rest of the Fop constructors. Refactored the FopServlet a bit to make it more versatile and still easy to understand. The FopPrintServlet is now a subclass of FopServlet. Some further cleanup on the way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389086 13f79535-47bb-0310-9956-ffa450edef68
* Restored JDK 1.3 compatibility.Jeremias Maerki2006-03-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@389070 13f79535-47bb-0310-9956-ffa450edef68
* Guard against NPEs when no base URI is given.Jeremias Maerki2006-03-261-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388927 13f79535-47bb-0310-9956-ffa450edef68
* Updated to RDF standardClay Leeds2006-03-251-15/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388819 13f79535-47bb-0310-9956-ffa450edef68
* Removed totally misleading demo file. widows and orphans only have an effect ↵Jeremias Maerki2006-03-251-521/+0
| | | | | | | | inside the same fo:block, not across table-cells. See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200603.mbox/%3c20060322150426.7F8D.DEV@jeremias-maerki.ch%3e git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388767 13f79535-47bb-0310-9956-ffa450edef68
* No stacktrace when encountering problems while building a base URL. It's not ↵Jeremias Maerki2006-03-254-6/+14
| | | | | | | | | | necessary and draws too much attention. Instead added the URL to the log message that causes the problem. Don't validate Base URLs anymore in FOUserAgent because that produces errors (because an URL cannot be built) if a symbolic URI is used which is later resolved through a URIResolver. Improved support for relative URLs for accessing font resources. ServletContextURIResolver can now use a base URI that starts with "servlet-context:". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388766 13f79535-47bb-0310-9956-ffa450edef68
* ID reference in some checks were wrong.Jeremias Maerki2006-03-251-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@388765 13f79535-47bb-0310-9956-ffa450edef68