aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trying to work around a problem reintegrating the branch. Found a blog entry ↵Temp_AreaTreeNewDesignJeremias Maerki2009-02-220-0/+0
| | | | | | that lists deleting mergeinfo entries in subdirectories as a possible solution. Hopefully, this will help. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@746655 13f79535-47bb-0310-9956-ffa450edef68
* Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-1618-132/+258
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744946 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed PMD report (requires 1.5, but for REPORT ONLY); Added CPD reportMaximilian Berger2009-02-163-10/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744925 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed bug which causes RetroWeaver to not weaveMaximilian Berger2009-02-161-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744920 13f79535-47bb-0310-9956-ffa450edef68
| * Now using the "font" filter list entry for font streams.Jeremias Maerki2009-02-166-20/+75
| | | | | | | | | | | | | | Made T1 and TTF streams children of a commons base class. Refactored default filter addition a bit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744851 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed IllegalArgumentException (no object number assigned) for this makeLink ↵Jeremias Maerki2009-02-151-1/+1
| | | | | | | | | | | | method. It makes no sense to add this to the trailer objects AFAICS. This particular method is only used by PDFGraphics2D's makeLink() method (SVG's #svgView(viewBox()) functionality). The positioning of the viewbox is still wrong, though. It must have been broken at some point. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744690 13f79535-47bb-0310-9956-ffa450edef68
| * Reverted revision 742766.Jeremias Maerki2009-02-112-20/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@743312 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #46686:Jeremias Maerki2009-02-112-6/+25
| | | | | | | | | | | | | | | | | | | | Use temporary directory for the font cache if the user home directory is not write-accessible. Submitted by: Alok Singh <alok.at.jivesoftware.com> Modifications to patch by jeremias: - Bugfix: original code switched to temporary directory if the .fop directory already existed in user home. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@743273 13f79535-47bb-0310-9956-ffa450edef68
| * There was a filter list constant for fonts, but our font streams didn't use it.Jeremias Maerki2009-02-092-0/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742766 13f79535-47bb-0310-9956-ffa450edef68
| * Clarification for encoding-mode="single-byte".Jeremias Maerki2009-02-091-1/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742765 13f79535-47bb-0310-9956-ffa450edef68
| * Added code to detect when a Type 1 font is not configured to use its native ↵Jeremias Maerki2009-02-093-0/+27
| | | | | | | | | | | | encoding. In such a case it needs to be re-encoded in PostScript. That used to always happen in earlier FOP versions but since support was added for all glyphs in a font, this has become a problem. So this change restores the behaviour of before when XML font metrics files or just the PFM are used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742620 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #45342:Jeremias Maerki2009-02-092-91/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | AFP Fonts: Fixed interpretation of metric for fonts with fixed metrics and made sure all repeating groups in FNP (Font Position) are processed. Submitted by: Emil Maskovsky <styryx.at.seznam.cz> Modifications to patch by jeremias: - Style changes (tabs, variable names, javadocs) - Fixed handling of spaces in URLs (as in IF branch) - Modified the way the metrics are calculated (Emil's solution didn't produce the values required by FOP) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742564 13f79535-47bb-0310-9956-ffa450edef68
| * Added a flush() call in the resource handler to make sure unwritten content ↵Jeremias Maerki2009-02-091-0/+1
| | | | | | | | | | | | is flushed (not a bugfix but a precaution for an experiment I've done). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742348 13f79535-47bb-0310-9956-ffa450edef68
| * Bugfix: restored support for characters not in a font's standard encoding ↵Jeremias Maerki2009-02-092-3/+48
| | | | | | | | | | | | when PostScript is generated with resource optimization turned off. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@742346 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed copy/paste mistakes.Jeremias Maerki2009-02-1610-37/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744874 13f79535-47bb-0310-9956-ffa450edef68
* | Bugfix for replicator stylesheet: Only IDs in the FO namespace shall be ↵Jeremias Maerki2009-02-161-3/+3
| | | | | | | | | | | | adjusted. Adjusting also SVG IDs can result in errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744862 13f79535-47bb-0310-9956-ffa450edef68
* | Added ErrorListener for plan extension's DOM loading because of bugs in some ↵Jeremias Maerki2009-02-161-10/+22
| | | | | | | | | | | | XSLT implementations. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744860 13f79535-47bb-0310-9956-ffa450edef68
* | Additional filter possibility for BatchDiffer so previously faulty cases can ↵Jeremias Maerki2009-02-161-0/+10
| | | | | | | | | | | | quickly be regenerated. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744858 13f79535-47bb-0310-9956-ffa450edef68
* | Added an additional font fallback to PrintRenderer to avoid some problems ↵Jeremias Maerki2009-02-161-2/+9
| | | | | | | | | | | | when processing an intermediate file generated for a different output format than the current one. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744856 13f79535-47bb-0310-9956-ffa450edef68
* | Bugfix: Need to copy attributes. Xalan XSLTC reuses the Attributes instance ↵Jeremias Maerki2009-02-111-1/+2
| | | | | | | | | | | | (and modifies it freely). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@743492 13f79535-47bb-0310-9956-ffa450edef68
* | Avoid NPE if "rendering" setting isn't given.Jeremias Maerki2009-02-111-6/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@743352 13f79535-47bb-0310-9956-ffa450edef68
* | Added missing default font setup.Jeremias Maerki2009-02-111-0/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@743351 13f79535-47bb-0310-9956-ffa450edef68
* | Added original SVG from which the PNG equivalent is derived.Jeremias Maerki2009-02-111-0/+973
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@743265 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed a few typosVincent Hennebert2009-02-101-11/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@742949 13f79535-47bb-0310-9956-ffa450edef68
* | Updated intermediate format documentation.Jeremias Maerki2009-02-062-33/+221
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741616 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed copy/paste omission.Jeremias Maerki2009-02-061-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741589 13f79535-47bb-0310-9956-ffa450edef68
* | Example for stamping with new IF.Jeremias Maerki2009-02-062-27/+80
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741585 13f79535-47bb-0310-9956-ffa450edef68
* | Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-0625-274/+896
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Created a new concatenation example for the new IF in package embedding/intermediate. Exchanged IFRendererMaker with IFSerializerMaker. Removed unused method getConfigurator() from document handler makers. Extracting original nested IFException in IFParser's parse() method. Removed obsolete IFSerializerConfiguration. Now covered by PrintRendererConfigurator. Delegating FontInfo setter calls to mimic handlers in IFSerializer. Fixed a bug in RendererFactory for the case when FOUserAgent.setDocumentHandlerOverride() is used. Added a generic IFDocumentHandler proxy class (IFDocumentHandlerProxy). Added a simple IFConcatenator helper class for simple IF concatenations (experimental). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741576 13f79535-47bb-0310-9956-ffa450edef68
* | Bugfix for path handling when spaces are in the path.Jeremias Maerki2009-02-051-1/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741166 13f79535-47bb-0310-9956-ffa450edef68
* | Performance improvements and file-size reductions by introducing ↵Jeremias Maerki2009-02-0531-182/+879
| | | | | | | | | | | | | | | | | | letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). Allow to control whether kerning information is loaded from fonts. Started support for AFP font embedding (incomplete and currently disabled) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741165 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from Trunk revisions 740276 - 741103.Jeremias Maerki2009-02-0515-82/+335
|\| | | | | | | | | | | Hooked in the new AFP resource level defaults into the IF-size of the image handlers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741120 13f79535-47bb-0310-9956-ffa450edef68
| * AFP Output: Added a configuration option to override the resource level ↵Jeremias Maerki2009-02-0512-100/+317
| | | | | | | | | | | | defaults in the code. The chosen defaults in code may not always be the best. For example, a user reported that they can't use print-level images for some reason and it is not possible to switch on inlining for background images. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@741068 13f79535-47bb-0310-9956-ffa450edef68
| * AFP: A note about deployment in older environments.Jeremias Maerki2009-02-041-0/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740719 13f79535-47bb-0310-9956-ffa450edef68
| * Reverted revisions 740669 and 740673. Problem was not there but caused by ↵Jeremias Maerki2009-02-041-2/+0
| | | | | | | | | | | | the particular Xalan-J version in use. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740688 13f79535-47bb-0310-9956-ffa450edef68
| * Uhm, one should actually do something with the return value.Jeremias Maerki2009-02-041-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740673 13f79535-47bb-0310-9956-ffa450edef68
| * Trying to work around a problem with Java 1.4 when spaces are in Ant's ↵Jeremias Maerki2009-02-041-0/+1
| | | | | | | | | | | | basedir property as happened on my local Hudson instance because I had spaces in the Hudson job name. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740669 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed classpath problem concerning XMLUnit.Jeremias Maerki2009-02-041-3/+5
| | | | | | | | | | | | | | Split JUnits targets into a reduced set (without layout engine tests) and a full set. Reactivated "gump" target and assigning it the reduced set. I want to see if Gump can do a bit more of our test suite without failing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740665 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from Trunk revisions 735029 - 740275.Jeremias Maerki2009-02-0362-1256/+1144
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@740340 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #46638: MinOptMaxUtil.toMinOptMax was converting ↵Vincent Hennebert2009-01-302-9/+11
| | | | | | | | | | | | LengthRangeProperty objects into illegal MinOptMax objects (in some cases opt could be inferior to min). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@739376 13f79535-47bb-0310-9956-ffa450edef68
| * Front page still mentions the beta.Jeremias Maerki2009-01-291-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738774 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #46315: extension to disable column balancing before blocks ↵Vincent Hennebert2009-01-2810-9/+306
| | | | | | | | | | | | | | | | | | spanning the whole page, in multiple-column documents. Patch submitted by Georg Datterl, applied with some modifications (mainly Checkstyle issues) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738514 13f79535-47bb-0310-9956-ffa450edef68
| * Disabled the PDF dump by default.Jeremias Maerki2009-01-281-2/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738482 13f79535-47bb-0310-9956-ffa450edef68
| * Updated dependency list.Jeremias Maerki2009-01-284-6/+92
| | | | | | | | | | | | Added XMLUnit 1.2 as we've already got many other build-only third-parties in lib/build and adding XMLUnit makes FOP easier to set up in an IDE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738478 13f79535-47bb-0310-9956-ffa450edef68
| * Grr, forgot the command-line compile again. Fixed the build after the move ↵Jeremias Maerki2009-01-281-2/+1
| | | | | | | | | | | | of a JAI-dependent class. Thanks, Gump. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738472 13f79535-47bb-0310-9956-ffa450edef68
| * Moved MonochromeBitmapConverter from PCL to utility package for later reuse ↵Jeremias Maerki2009-01-2826-172/+610
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in AFP. Moved BitmapImageUtil to a subpackage under util. Added support for creating (hard) page segments for images when working in bi-level mode. Include Image Object (IOB) is a newer feature and not supported everywhere. Since page segments cannot be scaled, they have to be generated for each distinctive target size. Bugfix: Reduced maximum chunk sizes for GraphicsData and ImageObject to conform to interchange set 1. Bugfix: Removed PresentationSpaceResetMixingTriplet which is not allowed in interchange set 1. Bugfix: Removed invalid byte in IDE Structure Parameter. Added support for creating FS10 images for bi-level bitmaps for better interoperability. Disabled optional and unnecessary name in ImageSegment. This name is never referenced. Refactored environment groups a bit to avoid duplicate data structures due to subclassing. Added explicit MappingOptionTriplet for image scaling. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738453 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla 46567: fo:marker in fo:table-row produced a ValidationExceptionAndreas L. Delmelle2009-01-222-1/+63
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@736813 13f79535-47bb-0310-9956-ffa450edef68
| * Removed MathML example as per discussion on fop-dev mailing listMaximilian Berger2009-01-2114-1016/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@736295 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed a small omission on the compliance page.Jeremias Maerki2009-01-182-2/+36
| | | | | | | | | | | | Added a dummy locationmap.xml to remove some errors in the Forrest log. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@735453 13f79535-47bb-0310-9956-ffa450edef68
| * Removed duplicate entry introduced by revision 721430.Jeremias Maerki2009-01-181-5/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@735451 13f79535-47bb-0310-9956-ffa450edef68
| * A bit of housekeeping:Jeremias Maerki2009-01-181-9/+6
| | | | | | | | | | | | | | | | | | | | - one site is infected with a Trojan horse - Assentis no longer supports FOP - removed dead links - added xmlroff to complete the list of open source implementations - PDFBox has migrated git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@735448 13f79535-47bb-0310-9956-ffa450edef68