Log of /xmlgraphics/fop/tags/fop-0_94/status.xml
Parent Directory
|
Revision Log
Revision
563951 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 17:37:33 2007 UTC
(2 years, 3 months ago)
by
vhennebert
Original Path:
xmlgraphics/fop/branches/fop-0_94/status.xml
File length: 40744 byte(s)
Diff to
previous 556566
(
colored)
Merged revisions 556566-556990,556992-556996,556998-557336,557338-557540,557542-557629,557631-557648,557651-558044,558046-559086,559088-562052,562054-562139,562141-562171,562173-562382,562384-563902,563904-563927 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r557035 | adelmelle | 2007-07-17 21:29:40 +0200 (mar, 17 jui 2007) | 1 line
Undo changes of r556112
........
r557219 | manuel | 2007-07-18 12:40:12 +0200 (mer, 18 jui 2007) | 1 line
Fixed incomplete support for Unicode word joiners
........
r557272 | adelmelle | 2007-07-18 16:21:49 +0200 (mer, 18 jui 2007) | 1 line
Correction of premature javadoc commit in r557035
........
r557347 | manuel | 2007-07-18 20:06:09 +0200 (mer, 18 jui 2007) | 1 line
Added support for keep-togther.within-line="always"
........
r557612 | adelmelle | 2007-07-19 15:24:54 +0200 (jeu, 19 jui 2007) | 1 line
Fix: add implementation of hashCode() and equals() to NumberProperty, to make the caching work as expected.
........
r557814 | adelmelle | 2007-07-20 01:31:55 +0200 (ven, 20 jui 2007) | 1 line
Cache CharacterProperty
........
r557934 | jeremias | 2007-07-20 11:17:21 +0200 (ven, 20 jui 2007) | 1 line
Fix bug in equals() that made caching effect-less.
........
r558041 | adelmelle | 2007-07-20 18:20:23 +0200 (ven, 20 jui 2007) | 1 line
Fix possible memory leak in PropertyCache
........
r558042 | adelmelle | 2007-07-20 18:25:23 +0200 (ven, 20 jui 2007) | 1 line
Remove method added only for quick debug.
........
r558047 | adelmelle | 2007-07-20 18:51:51 +0200 (ven, 20 jui 2007) | 1 line
Tweak: use generic boolean Maker.
........
r558279 | vhennebert | 2007-07-21 11:37:08 +0200 (sam, 21 jui 2007) | 2 lines
Fix javadoc error
........
r558455 | manuel | 2007-07-22 04:55:46 +0200 (dim, 22 jui 2007) | 1 line
Corrected issue with zero width spaces being given a non zero width
........
r558456 | manuel | 2007-07-22 05:08:14 +0200 (dim, 22 jui 2007) | 1 line
Changed my mind on handling of width calculation for zero width spaces and moved it into the Font class where other similar cases are already dealt with
........
r559818 | jeremias | 2007-07-26 15:59:12 +0200 (jeu, 26 jui 2007) | 1 line
rubico.com doesn't exist anymore.
........
r560936 | cbowditch | 2007-07-30 14:20:15 +0200 (lun, 30 jui 2007) | 5 lines
Bugzilla #42971 and #42956
AFP Renderer Improvements
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
........
r561251 | jeremias | 2007-07-31 09:19:11 +0200 (mar, 31 jui 2007) | 4 lines
Bugzilla #42956:
AFP Renderer - No Operation Extension.
Added missing file (including the bugfix for the right encoding).
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>
........
r561256 | cbowditch | 2007-07-31 09:54:02 +0200 (mar, 31 jui 2007) | 4 lines
Bugzilla #42956:
AFP Renderer - No Operation Extension.
yet another missing file! The documentation!
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>
........
r561280 | jeremias | 2007-07-31 11:28:47 +0200 (mar, 31 jui 2007) | 2 lines
AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
Essentially, I rewrote convertToGrayScaleImage() to properly padding at the end of each scanline if necessary.
........
r561757 | cbowditch | 2007-08-01 12:39:58 +0200 (mer, 01 aoû 2007) | 3 lines
Bugzilla #42956
Second attempt at AFP NOP Extension
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
........
r561861 | vhennebert | 2007-08-01 18:30:44 +0200 (mer, 01 aoû 2007) | 2 lines
Set visibility of fields to private
........
r562908 | vhennebert | 2007-08-05 19:08:04 +0200 (dim, 05 aoû 2007) | 6 lines
Add in status.xml the noticeable changes I made in the last couple of months:
- support for conditional spaces in tables
- fix several keeps and breaks issues in tables
Plus add importance="high" to the font auto-detection addition
........
Revision
554251 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 7 20:13:41 2007 UTC
(2 years, 4 months ago)
by
adelmelle
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 39571 byte(s)
Diff to
previous 554105
(
colored)
Partial application of the patch in Bugzilla 41044:
* addition of a generic PropertyCache to be used by all Property
types that can be safely canonicalized
* modified EnumProperty, StringProperty, NumberProperty, EnumNumber
and FixedLength to make use of the cache infrastructure
Revision
554101 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 7 00:56:29 2007 UTC
(2 years, 4 months ago)
by
adelmelle
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 39129 byte(s)
Diff to
previous 554094
(
colored)
Bugzilla 41656
Refactoring in the fo package:
-> removal of the childNodes instance member in fop.fo.FObj
-> addition of a firstChild instance member in fop.fo.FObj
-> addition of a siblings instance member in fop.fo.FONode
-> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj
-> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes()
Revision
549816 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 22 13:34:37 2007 UTC
(2 years, 5 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 38204 byte(s)
Diff to
previous 542237
(
colored)
Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
Changed test.xconf to match the triplet generated by auto-font-detection (Gladiator is bold) and adjusted PDF/A test files accordingly.
Updated XML Graphics Commons to latest snapshot to include the PDF/A fixes.
Added a unit test for the synchronization of PDF Info and XMP metadata as described in PDF/A-1.
Revision
542237 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 28 14:31:24 2007 UTC
(2 years, 6 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 38060 byte(s)
Diff to
previous 540052
(
colored)
Bugzilla #41831:
- Add support font auto-detection (easier font configuration) including a font cache to speed up the auto-detection process.
- Refactoring of the configuration code: All Avalon configuration stuff is extracted into separate "Configurator" classes.
- Refactoring of the FOURIResolver.
Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com>
Changes to the patch by jeremias during the review:
- Font cache simplified (Java object serialization instead of XML), functionality fixed and moved to the fonts.package.
- Relocated default cache file location to user directory.
- Fixed the font configuration for PDFDocumentGraphics2D/PDFTranscoder that got lost with the patch.
- Fixed a problem with having a non-file URL as font base URL.
- Simplified RendererContextInfo stuff to make it easier to understand.
- Fixed handling of Type 1 fonts in auto-detection.
- Reduced verbosity of font-related log output.
- Updated Jakarta Commons IO to version 1.3.1 (the patch depends on it)
- Various javadocs improvements
Revision
538198 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 15 15:11:34 2007 UTC
(2 years, 6 months ago)
by
lfurini
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 37435 byte(s)
Diff to
previous 535866
(
colored)
Fixing a problem with disappearing footnotes inside inlines when hyphenation is enabled, and with disappearing footnotes whose inline child can be hyphenated (quite unlikely, but you never know ...).
As the FootnoteLM was completely "bypassed", it could not add the anchor in the getChangedKnuthElement() phase.
Testcase updated with an example of the "hyphenated inline child" case.
Revision
513857 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 2 17:30:16 2007 UTC
(2 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 35935 byte(s)
Diff to
previous 510626
(
colored)
Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons.
A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows.
Revision
507539 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 14 14:24:36 2007 UTC
(2 years, 9 months ago)
by
vhennebert
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 35411 byte(s)
Diff to
previous 504980
(
colored)
Stricter user config file validation.
Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs.
Invalid resource paths should be catched now. Fixes bug #40120.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)
Revision
504511 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 7 11:44:49 2007 UTC
(2 years, 9 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 35069 byte(s)
Diff to
previous 504280
(
colored)
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.).
Reverts revision 503326 and fixes the problem in a different way. But the fix is only a work-around and will need to be revisited when redesigning the image package. At any rate, the resolution problem introduced with the previous patch can been avoided with the new approach.
Revision
498835 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 22 22:33:42 2007 UTC
(2 years, 10 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 34069 byte(s)
Diff to
previous 495855
(
colored)
Bugzilla #41426:
Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow.
Note: "id" attributes are still not handled properly on fo:wrapper!
Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com>
Revision
474225 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 13 10:08:19 2006 UTC
(3 years ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 30929 byte(s)
Diff to
previous 473976
(
colored)
Bugzilla #40729:
Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK colors only through the PDF renderer so far).
Submitted by: Peter Coppens <pc.subscriptions.at.gmail.com>
Patch slightly modified to comply with our Java conventions, plus some minor editing.
Revision
473976 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Nov 12 15:38:45 2006 UTC
(3 years ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 30669 byte(s)
Diff to
previous 473975
(
colored)
Bugzilla #40813:
1. The PreviewDialog did not display correctly under certain Window managers
(this is actually a bug in Sun's JVM).
2. Keyboard shortcuts are added for PageUp/PageDown (prev/next page), Home
(first page) and End (last page).
3. PreviewPanel.setPage() scrolls to the selected page.
Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk>
Revision
447325 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 18 08:55:33 2006 UTC
(3 years, 2 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 29847 byte(s)
Diff to
previous 442282
(
colored)
Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter abstraction from XML Graphics Commons.
Submitted by: Oliver Hernàndez Valls <ohernandez@notariado.org>
In addition to the contributor's patch, I made the necessary changes to use the new multi-page feature of the ImageWriter abstraction. Plus I fixed a few minor issues concerning configuration.
Revision
442282 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 11 18:24:35 2006 UTC
(3 years, 2 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 29587 byte(s)
Diff to
previous 441965
(
colored)
Implemented limited support for extension properties through new methods on ElementMapping (backwards-compatible).
Moved block-progression-unit into the fox: namespace.
Implemented new extension properties: fox:orphan-content-limit and fox:widow-content-limit for fo:table and fo:list-block. See documentation for details.
Bugfix in ElementListUtils.removeLegalBreaks (concerning box/glue combinations). Added a unit test to cover the problem.
Revision
437210 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 26 18:59:42 2006 UTC
(3 years, 3 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 28906 byte(s)
Diff to
previous 433385
(
colored)
My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:
Improved resolution of transformation matrices in PDF patterns.
Renamed PDFState.setTransform() to PDFState.concatenate() because setTransform() does a concationation and is therefore misleading. The old method is still there (just in case) but it is deprecated.
Simplified the whole transformation tracking by including the basic page transformation in the stack.
Verified the changes with basic-links in FO, fixed block-containers, a-links in SVG and SVG gradients.
Revision
428750 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 4 15:13:53 2006 UTC
(3 years, 3 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 27738 byte(s)
Diff to
previous 428450
(
colored)
Bugzilla #39840:
Changed the way overflowing pages are handled. The overflow property on region-body is now used to define the behaviour. It removes the "Some content could not fit..." exception that bugged so many. However, the change does not yet change any keep behaviour.
Revision
428450 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 3 16:53:41 2006 UTC
(3 years, 3 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 27532 byte(s)
Diff to
previous 428011
(
colored)
Fixed a memory-leak: The FO tree part of a page-sequence was not released when a page-sequence was finished.
Added a "MemoryEater" debug helper which can replicate page-sequences of a regular FO file using the fo-replicator.xsl. Without the fix a JVM set to the normal 64MB heap size throws an OutOfMemoryError when replicating readme.fo 150 times. With the fix the memory consumption doesn't go above 10MB for the 1350 pages. Note that about one third of the time goes into garbage collection.
Revision
424349 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 21 15:01:17 2006 UTC
(3 years, 4 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 26200 byte(s)
Diff to
previous 420805
(
colored)
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The image cache is finally working properly. Currently implemented without the cleanup thread as done by Batik.
Added ImageIO provider for handling PNG in addition to the internal codec. ImageIO proved to be faster and less memory-intensive for PNGs. ImageIO takes precedence of the internal codec.
Revision
414272 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 14 14:34:29 2006 UTC
(3 years, 5 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 24990 byte(s)
Diff to
previous 412972
(
colored)
Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).
Fixed bugs in PDF/A support: Transparency is now switched off and the CIDSet object is generated for CID fonts.
PDF/A and PDF/X are now "profiles" (see PDFProfile) which are used to control the allowed, required and forbidden features in PDF. PDF/A-1b and PDF/X-3:2003 can both be activated simultaneously as they are compatible.
For PDF/X, color handling has been improved a little (PDFColorSpace is now an interface, the old PDFColorSpace is now PDFDeviceColorSpace) and most importantly, the "DefaultRGB" color space is now mapped to the sRGB color space (for all colors in DeviceRGB) which ensures that all sRGB colors from XSL-FO are also sRGB colors in PDF which wasn't necessarily the case before.
For PDF/X, added support for a custom, non-sRGB output profile because PDF/X requires a "Output Device Profile" (which sRGB is not).
ICC profiles are now shared/cached among images.
Added support for fox:conversion-mode="bitmap" in the PDFRenderer to handle SVGs with transparency when transparency is forbidden (PDF/X and PDF/A). Only drawback: the image is not combined with the background. An opaque bitmap with a white background is generated.
Revision
407774 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 19 11:51:40 2006 UTC
(3 years, 6 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 23225 byte(s)
Diff to
previous 406950
(
colored)
Bugfix: The combination of hyphenation and kerning resulted in slightly ragged right ends for right-aligned and justified text. The kerning values were not correctly placed and summed up for hyphenation and no-hyphenation conditions.
Revision
406596 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 15 09:59:59 2006 UTC
(3 years, 6 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 22073 byte(s)
Diff to
previous 404759
(
colored)
Bugfix: tables nested in inline elements caused a NullPointerException.
Furthermore, keep-together handling was not appropriate when a table is nested in an inline (fixes a ClassCastException).
Finally, TableContentPosition did not indicate that it generates area which made them be ignored by the InlineLM.
Revision
396915 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 25 17:03:49 2006 UTC
(3 years, 7 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 20766 byte(s)
Diff to
previous 396640
(
colored)
Content in block-containers makes better use of shrink to fit content vertically into the available area. This can be used indirectly to justify content vertically in a block-container.
PageBreakingAlgorithm now writes to a different logger than its base class. Makes debugging easier.
Some minor logging improvements to improve clarity.
Revision
396256 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 23 11:35:19 2006 UTC
(3 years, 7 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 20278 byte(s)
Diff to
previous 396251
(
colored)
Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child if static-content in which case leading and trailing white space is not properly removed.
Note: This is probably more a hack than anything else, but it fixes the problem for now. If anyone has a better solution, please feel free to improve.
Revision
396243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 23 09:31:08 2006 UTC
(3 years, 7 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 19859 byte(s)
Diff to
previous 395518
(
colored)
Bugzilla #39118:
Initial support for page-number-citation-last (XSL 1.1). Works without problems only for page-sequence so far.
Submitted by: Pierre-Henri Kraus <phkraus.at.skynet.be>
Modifications to the patch by jeremias during review:
- Tab character removed
- Some style fixes and javadoc enhancements
- Renamed some methods in AreaTreeHandler to some more speaking names
- Changed the ..._basic.xml testcase so it shows a remaining problem: Forward references are not properly resolved, yet.
Revision
393410 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 12 07:55:17 2006 UTC
(3 years, 7 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 19271 byte(s)
Diff to
previous 392902
(
colored)
Bugfix: Fixed a division by zero problem in TTFReader popping up with 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.
Revision
387477 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 21 10:24:45 2006 UTC
(3 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 17937 byte(s)
Diff to
previous 387213
(
colored)
Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution.
Backwards-compatibility should be maintained.
PatternParser now uses JAXP to get the SAX parser.
Moved the hyphenation pattern cache into a separate class so I can easily plug it into FopFactory later instead of having static variables.
Added serialVersionUID to HyphenationTree. Necessary because the class signature changed.
FOURIResolver does not complain about "file not found" on the log anymore since this should be done by the caller. Until now, this resulted in two log messages about the same problem on the log. "File not found" is still reported but only on level "debug" which might be helpful when tracking down a problem, but at least it's not a "WARNING" anymore.
Revision
387213 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 13:49:05 2006 UTC
(3 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 17707 byte(s)
Diff to
previous 386879
(
colored)
Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled.
Default filter for XMP metadata set to NullFilter as XMP metadata should always be embedded as clear-text so non-PDF-aware XMP processors can extract the metadata.
Default filter for DCT/JPEG- and CCITT/TIFF-encoded images set to NullFilter because these two compression methods already do a good job. An additional flate filter (as was applied before due to the single default) helps a just little but also adds processing time. If anyone wants to squeeze every possible bit out of the PDF you can use the following in the user configuration:
<filterList type="tiff">
<value>flate</value>
</filterList>
<filterList type="jpeg">
<value>flate</value>
</filterList>
Revision
386879 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 18 20:28:33 2006 UTC
(3 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 17513 byte(s)
Diff to
previous 386327
(
colored)
Bugfix: CCITT Group 4 encoded TIFF images were not properly embedded in PDF files. FopPDFImage always used the bits/pixel and color space of the original image although our image adapter mostly convert all images to 24bit RGB. One day, we will need to improve the image handling.
Revision
386327 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 16 13:51:14 2006 UTC
(3 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 17328 byte(s)
Diff to
previous 386025
(
colored)
Added support for fixed-width spaces and kerning.
Note: letter-spacing is still implemented as before. Fixing this cannot be done without looking at space resolution as a whole on inline level.
The Character area tree object is now deprecated. Normal Text objects should be used to keep renderers simpler.
Introduced FontResolver interface to remove the dependency of FOUserAgent into the font package.
Added kerning information to the base14 fonts, Helvetica and Times. By default it is not used to keep the status-quo. Enable base14 kerning through the FOUserAgent (FopFactory after the API finalization).
Restored the production of EPS images in PDF output as PostScript XObjects.
Restored functionality for a more compact format for the area tree renderer to save space.
LayoutEngineTester slightly changed to allow for configuration values from the XML file. For now, only enabling base14 kerning is supported.
Removed duplicate offset variable in SpaceArea.
Revision
382089 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 1 17:26:21 2006 UTC
(3 years, 8 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 16729 byte(s)
Diff to
previous 381981
(
colored)
Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value.
(Note: This only affects TTFReader, so the font metric file has to be regenerated.)
Revision
378482 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 17 10:57:15 2006 UTC
(3 years, 9 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 16067 byte(s)
Diff to
previous 377762
(
colored)
Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmeta and RDF elements can be used as root elements for XMP metadata.
Extracted DOM2SAX functionality from XMLXMLHandler into utility class since it is now reused elsewhere.
New DOMBuilderContentHandlerFactory is used to create ContentHandlers that build generic DOMs.
New DelegatingContentHandler is a convenience base class modelled after XMLFilterImpl but as passive SAX receiver. It is used by DOMBuilderContentHandlerFactory.
Refactored FOTreeBuilder. FO tree building is now in a special ContentHandler which can be replaced temporarily when handling foreign XML like SVG or XMP. Extension Elements wanting the set their own ContentHandlers (instead of using the standard FO tree building mechanism) return a non-null value in getContentHandlerFactory(). The old mechanism is still supported (MathML, Plan and Barcode4J still use that). However, SVG support is changed to use a ContentHandlerFactory.
Extension elements for xmpmeta and RDF elements making use of the new DOM build-up using ContentHandlerFactory.
XMP metadata is passed to the renderer as ExtensionAttachment to the document. Only PDFRenderer uses the XMP extension attachment at this time.
The PDFRenderer automatically builds XMP metadata based on the basic metadata information in the PDFInfo object if no explicit XMP metadata has been added to the XSL-FO document.
XMP metadata merging is not implemented because this would involve a more sophisticated XMP infrastructure. That also means that XMP metadata is not validated. It's passed into the PDF as is.
The PDF library now provides the PDFMetadata class to embed XMP metadata in PDFs version >=1.4. stream contents use a special filter list which is initially empty, so non-PDF-aware XMP readers can extract (and optionally modify) the XMP metadata.
Revision
375585 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 7 12:29:19 2006 UTC
(3 years, 9 months ago)
by
lfurini
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 15015 byte(s)
Diff to
previous 374425
(
colored)
Fix for bug 38507: the elements representing a non-breaking space were not always correct, sometimes allowing a break.
This also solves another bug concerning the incorrect suppression of a nbsp at the beginning of a line.
A bit of clean-up in TextLayoutManager
Revision
369753 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 17 11:07:10 2006 UTC
(3 years, 10 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 13616 byte(s)
Diff to
previous 369407
(
colored)
New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes.
The area tree has been cleaned up. The serializability has been restored. The CachedRenderPagesModel works again and can, in certain situations, decrease the maximum amount of memory held at one point in time. Some adjustments were necessary in the area tree to help the work of the AreaTreeParser.
The AreaTreeParser is new and is responsible for parsing area tree XML files and adding pages to a RenderPagesModel instance. It is SAX-based and should be pretty efficient.
XMLUnit (http://xmlunit.sourceforge.net, BSD license) is a new dependency for the test code. It is used to verify the correctness of the intermediate format code. It doesn't have to be installed for the build to run through, though.
ElementMapping got a new method getDOMImplementation() which provides the DOMImplementation used to handle a subdocument of a particular namespace. For example, SVG uses Batik's SVG DOM. The AreaTreeParser needs that to properly recreate foreign objects because it can't use the mechanism of the FO tree. The default implementation returns null.
The ElementMapping instances are no longer maintained by the FOTreeBuilder, but by the newly created ElementMappingRegistry class. It is expected that the instance of this class is moved from the FOTreeBuilder and the AreaTreeParser's Handler class to the "environment class" once it is created to cut down on the startup time for each processed document.
The XMLRenderer has been slightly modified to improve the serialization/deserialization qualities of the area tree XML format.
The XMLRenderer can now mimic another renderer (see mimicRenderer(Renderer)) in order to use its font setup. That way it is made certain that the reparsed area tree will render to the final target format exactly as expected.
Fixed a bug in the XMLHandlerRegistry which did not always return the right XMLHandler for every situation.
Added a DefaultErrorListener to the util package. I've had problems with Xalan-J swallowing exceptions with its default ErrorListener, so I added a simple one for convenience and use in AreaTreeParser.
Example code for working with the AreaTreeParser can be found in examples/embedding. Documentation will follow.
Revision
366718 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 7 13:15:53 2006 UTC
(3 years, 10 months ago)
by
manuel
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 12457 byte(s)
Diff to
previous 366184
(
colored)
Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG.
Revision
366148 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 5 10:24:18 2006 UTC
(3 years, 10 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 11926 byte(s)
Diff to
previous 365928
(
colored)
Bugzilla #38132:
Bugfix: Certain border styles could lead to a NullPointerException.
inset and groove are now mapped to RTF's "engrave", outset and ridge to "emboss". If no mapping can be found the "solid" style is used. Before null was returned which was the cause for the NPE.
Revision
365928 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 4 15:52:07 2006 UTC
(3 years, 10 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 11766 byte(s)
Diff to
previous 365689
(
colored)
Bugzilla #38102:
Bugfix: Space was not adjusted if the space was on a nested block. This could lead to content overflowing the bottom of a page.
I guess I will need to check if other addArea() methods suffer from the same defect.
Revision
365623 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 3 13:08:45 2006 UTC
(3 years, 10 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 11304 byte(s)
Diff to
previous 365426
(
colored)
The font loading code now reads the encoding value from the XML font metrics file so that Type 1 fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).
Note that it is necessary to set the encoding value in the font metrics file manually since it cannot be extracted from the PFM file reliably, i.e. for "Symbol" use "SymbolEncoding" and for "ZapfDingbats" use "ZapfDingbatsEncoding".
Revision
357942 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 20 09:33:44 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 9188 byte(s)
Diff to
previous 357166
(
colored)
Bugzilla #37964:
Hard breaks with even-page or odd-page were not handled correctly when spaces were surrounding the break. The code that retrieves the break-class from the penalty assumes that the penalty is on the last element in the list, but the space resolution added additional glues after the penalty.
Revision
357166 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 16 14:40:20 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 8974 byte(s)
Diff to
previous 357081
(
colored)
XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation.
XMLHandlers are now configurable.
Standard XMLHandlers now get registered through service lookup.
Simplification: XMLHandlers don't need nested classes for the handling functionality anymore. If Batik, for example, is not in the classpath it will already be detected while registering the XMLHandlers.
The RendererContextConstants interface now standardizes some of the keys used in the RendererContext and helps with actually decoupling the XMLHandler implementations from the renderers. This is one step towards making Batik an optional dependency and making it possible to move the SVG functionality to a separate place later.
Extracted the SVG XMLHandler functionality from the sandbox SVGRenderer into a separate class following the example of the other renderers.
Bugfix in PSSVGHandler: Fixed a copy/paste error which could lead to wrong clipping of an SVG image for PostScript output.
Revision
357081 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 15 22:20:48 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 8536 byte(s)
Diff to
previous 357045
(
colored)
NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution()
Resolution parameter to the user agent is split into:
- a source resolution used to determine the pixel size in SVG images and bitmap without resolution information
- a target resolution used to specify the output resolution of bitmap images generated by bitmap renderers and bitmaps generated by Batik for filter effects.
Revision
357045 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 15 16:59:37 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 8233 byte(s)
Diff to
previous 357034
(
colored)
Bugzilla #37875:
Some content inside a table-header may not have been renderered on pages n > 1 in certain conditions.
LineLM kept state between calls to addAreas which can have ugly side-effects in case of table-headers, for example, where the same positions are rendered more than once. I don't know why the bug only manifests if there's an overflow in the second line of the table-header in the test case.
Revision
355411 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 9 08:27:01 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 6284 byte(s)
Diff to
previous 355401
(
colored)
The command-line now automatically sets two parameters for any XSLT transformation: "fop-output-format" contains the MIME type of the currently selected output format, "fop-version" contains FOP's version number.
Suggested by: Roland Neilands
Revision
355105 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 8 14:55:53 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 5803 byte(s)
Diff to
previous 355042
(
colored)
Bugfix: Areas for table-cells that are broken over more than one page are now generated even if all its content is already painted on a previous page. This fixes strange effects like a table grid that is not completely painted.
Some check in the test cases had to be adjusted because the indices weren't correct anymore, since now some previously missing areas are generated.
Revision
354752 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 7 09:01:26 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 4637 byte(s)
Diff to
previous 354537
(
colored)
Bugzilla #37813:
Fixed a bug that occurred if the first block was span="all". A page break was inserted in this situation, the first span was calculated as if it were span="none".
Code added to remove empty span areas. This is a lot easier and cleaner than trying not to instantiate the first span right from the beginning.
Revision
351734 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 2 14:27:35 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 4057 byte(s)
Diff to
previous 350269
(
colored)
font-family list still not fully supported but a comma-separated list is now properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet.
Revision
349909 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 30 08:52:26 2005 UTC
(3 years, 11 months ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 3333 byte(s)
Diff to
previous 348795
(
colored)
Bugfix: Added missing conditionality notification for table-cell content.
Extracted functionality to find a previous break into a helper method in ElementListUtils.
Fixed misguided german->english translation on parameter names (last != previous).
Revision
348795 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 20:08:56 2005 UTC
(4 years ago)
by
jeremias
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 2630 byte(s)
Diff to
previous 348792
(
colored)
Bugfix for a multi-threading problem:
propertyListTable initialization moved from the constructor to a static block in FOObj.
This fixes NullPointerExceptions in PropertyList.
This was discovered using the application in test/java/org/apache/fop/threading/.
Revision
195028 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Jul 24 09:14:08 2002 UTC
(7 years, 4 months ago)
by
keiron
Original Path:
xmlgraphics/fop/trunk/status.xml
File length: 6599 byte(s)
status in xml containing the todo and changes
all data from CHANGES needs to be added
all data from other todo and STATUS to be added
others please add you changes etc.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.