/[Apache-SVN]/xmlgraphics/fop/tags/fop-0_95/status.xml
ViewVC logotype

Log of /xmlgraphics/fop/tags/fop-0_95/status.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 681373 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 13:56:42 2008 UTC (15 months, 3 weeks ago) by jeremias
File length: 69557 byte(s)
Diff to previous 681329 (colored)
Tagging for FOP 0.95 final release.

Revision 681329 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 10:38:10 2008 UTC (15 months, 3 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 69557 byte(s)
Diff to previous 681314 (colored)
Slight re-phrasing to make it clearer (I believe) that this page only lists changes made since 0.95beta, but that changes from that latter are of course also available in 0.95 final

Revision 681314 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 09:41:33 2008 UTC (15 months, 3 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 69549 byte(s)
Diff to previous 681290 (colored)
Corrected bug number

Revision 681290 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 07:44:51 2008 UTC (15 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 69549 byte(s)
Diff to previous 681284 (colored)
Website updates for the 0.95 release.
The projectInfo plug-in of Forrest is not ideal for doing a bugfix release. It's not possible to combine the changes for two releases.

Revision 681284 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 06:47:49 2008 UTC (15 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 66289 byte(s)
Diff to previous 675150 (colored)
Some updates to status.xml (I was not the only one working on the final release).

Revision 675150 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 12:56:41 2008 UTC (16 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 65519 byte(s)
Diff to previous 674314 (colored)
Bugzilla #39980:
Fixed image scaling for RTF output.

Revision 674314 - (view) (annotate) - [select for diffs]
Modified Sun Jul 6 16:40:08 2008 UTC (16 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 65386 byte(s)
Diff to previous 674304 (colored)
Bugzilla #43825:
leader supports fixed percent values for leader-length, most other properties
use-content, leader-pattern-width not implemented
Submitted by: Maximilan Aster <maximilian.aster.at.boc-eu.com>

Changes to the patch by Jeremias:
- Adjustments for FOP code conventions

Revision 674304 - (view) (annotate) - [select for diffs]
Modified Sun Jul 6 15:09:10 2008 UTC (16 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 65106 byte(s)
Diff to previous 670551 (colored)
Bugzilla #43606:
column-width accepts percent values (proportional-column-width and % working)
Table width accepts percent values (100% of the page width as standard)
Nested tables are working
It is also possible to make nested tables with a higher depth than 3 without causing word to crash
Submitted by: Maximilan Aster <maximilian.aster.at.boc-eu.com>

Changes to the patch by Jeremias:
- Patch simplified (reuse of ColumnSetup from the layoutmgr package)
- Percentages and proportional-column-width didn't work properly in my tests -> fixed
- Adjustments for FOP code conventions

Bugzilla #43824:
page-number-citation working but has to be refreshed inside word to show the correct values
Submitted by: Maximilan Aster <maximilian.aster.at.boc-eu.com>

Changes to the patch by Jeremias:
- Adjustments for FOP code conventions

Revision 670551 - (view) (annotate) - [select for diffs]
Modified Mon Jun 23 12:54:27 2008 UTC (17 months ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 64703 byte(s)
Diff to previous 669173 (colored)
Use configured source and target resolution for foreign objects in RTF output.
Fixed intrinsic size calculation for SVG images when source resolution is not 72 dpi.
Fixed calculation of px2mm values in the SVG to G2D converter (used by RTF output).

Revision 669173 - (view) (annotate) - [select for diffs]
Modified Wed Jun 18 14:07:27 2008 UTC (17 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 64509 byte(s)
Diff to previous 669118 (colored)
Bugzilla #44887:
Fixed potential multi-threading problem concerning the use of DecimalFormat.

Results from performance measurements in a separate test (operation repeated 100'000 times, exemplary):
shared static variable: ~220ms (old choice, problematic!)
always create new instance: ~480ms
ThreadLocal: ~220ms (new choice)

Revision 669118 - (view) (annotate) - [select for diffs]
Modified Wed Jun 18 09:02:45 2008 UTC (17 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 64340 byte(s)
Diff to previous 666635 (colored)
Bugzilla #44412:
Regression fix for empty pages caused by multiple collapsible breaks.
No more empty block areas if a break-before occurs on the first child of an FO to match the behaviour of tables and other FO implementations (clarification by XSL WG pending).
Added an accessor interface for break-before/-after to avoid long if..else lists in BlockStackingLayoutManager.

Revision 666635 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 12:18:53 2008 UTC (17 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 64166 byte(s)
Diff to previous 663482 (colored)
Fixed resolution handling inside AWT preview dialog.

Revision 663482 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 07:06:37 2008 UTC (17 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 64034 byte(s)
Diff to previous 656524 (colored)
Fixed positioning of absolutely positioned block-containers in multi-column documents.

Revision 656524 - (view) (annotate) - [select for diffs]
Modified Thu May 15 07:07:18 2008 UTC (18 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63868 byte(s)
Diff to previous 651302 (colored)
Fixed rendering of fixed block-containers in AFP output. The break-out was actually never implemented which is necessary for supporting fixed positioned viewports.

Revision 651302 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:08:53 2008 UTC (19 months ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63732 byte(s)
Diff to previous 649014 (colored)
Fixed regression causing bad positioning of block-containers if used as descendant of a table-cell. This was not caught because of the lack of a test case that would have shown the problem in visual testing with BatchDiffer.
See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200804.mbox/%3c20080424164128.973A.DEV@jeremias-maerki.ch%3e

Revision 649014 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 09:10:15 2008 UTC (19 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63545 byte(s)
Diff to previous 649006 (colored)
Added missing change information.

Revision 649006 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 08:42:52 2008 UTC (19 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63409 byte(s)
Diff to previous 647403 (colored)
Fixed text extraction problem with ZapfDingbats and Symbol font in PDF output. These fonts are symbolic and must not use an Encoding value in PDF. Applies to the built-in base 14 variant and to the case where these fonts are explicitely embedded.

Revision 647403 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 09:02:01 2008 UTC (19 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63255 byte(s)
Diff to previous 640889 (colored)
Fixed NullPointerException when loading a TrueType font using XML font metric files.

Revision 640889 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 16:43:55 2008 UTC (20 months ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63040 byte(s)
Diff to previous 638317 (colored)
Set the final release date and added a news item about the 0.95beta release (the change was made before updating the website)

Revision 638317 - (view) (annotate) - [select for diffs]
Modified Tue Mar 18 11:08:29 2008 UTC (20 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63040 byte(s)
Diff to previous 637857 (colored)
Updated the probable date of the release

Revision 637857 - (view) (annotate) - [select for diffs]
Modified Mon Mar 17 12:24:33 2008 UTC (20 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 63040 byte(s)
Diff to previous 637119 (colored)
Partially reverted revision 637791:
Restored JAI as a required dependency for distribution builds (used for error diffusion dithering in the PCL Renderer). It is optional otherwise.
Updated the licensing info and release notes to make the changes clear.

Revision 637119 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 14:41:03 2008 UTC (20 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 62888 byte(s)
Diff to previous 637075 (colored)
Bugzilla #44412:
Bugfix: The before border of a block is no longer swallowed if its first child issues a break-before.

Revision 637075 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 12:19:45 2008 UTC (20 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 62684 byte(s)
Diff to previous 636382 (colored)
Bugzilla #44412:
Bugfix: When there was a forced break after a block with (conditional) borders the border-after wasn't painted.
Changes made by Jeremias

Revision 636382 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 16:05:07 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/status.xml
File length: 62470 byte(s)
Diff to previous 636295 (colored)
Branch for the 0.95 release

Revision 636295 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 12:19:15 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 62470 byte(s)
Diff to previous 635686 (colored)
Update of the documentation before the release.
Added notes about improved checks and conformance in tables.

Revision 635686 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 20:52:43 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 61029 byte(s)
Diff to previous 635508 (colored)
Bugfix: forced break ignored when the minimum height of a table-row isn't reached

Revision 635508 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 10:06:37 2008 UTC (20 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 60821 byte(s)
Diff to previous 633961 (colored)
Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve).
Areas are now generated for block-level FOs when used as children of inline-level FOs.
ClassCastException in ListLayoutManager.mustKeepTogether() fixed (occured if used as child of an inline-level FO).

Revision 633961 - (view) (annotate) - [select for diffs]
Modified Wed Mar 5 18:22:06 2008 UTC (20 months, 3 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 60646 byte(s)
Diff to previous 633473 (colored)
- Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows.
- Improved conformance: even if a table-cell spans several rows its background must correspond to the first row spanned.
- Added support for background on fo:table-column and fo:table-header/footer/body
  TODO more testcases needed, especially tables with collapsing border model and tables broken over pages

Revision 633473 - (view) (annotate) - [select for diffs]
Modified Tue Mar 4 13:40:11 2008 UTC (20 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 60023 byte(s)
Diff to previous 633470 (colored)
Ha! Almost forgot the most important change: Java 1.4!
Plus a note on image libraries.

Revision 633470 - (view) (annotate) - [select for diffs]
Modified Tue Mar 4 13:25:12 2008 UTC (20 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 59347 byte(s)
Diff to previous 633437 (colored)
Noted some of the major change areas in this release.

Revision 633437 - (view) (annotate) - [select for diffs]
Modified Tue Mar 4 11:50:34 2008 UTC (20 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 58546 byte(s)
Diff to previous 631984 (colored)
Renamed to 0.95beta.
Made changes and release notes work again by switching to the projectInfo plug-in rather than relying on our local copy of the stylesheets. There's a little bug (missing images) in the release notes for which I submitted a patch (https://issues.apache.org/jira/browse/FOR-1076) to Forrest.
Brought status.xml more in line with the official status DTD.

Revision 631984 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 14:30:46 2008 UTC (20 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 56390 byte(s)
Diff to previous 631226 (colored)
Slight improvement for thin lines in Java2D/AWT output.
Submitted by: Gordon Cooke <cookeg.at.btinternet.com>

Revision 631226 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 14:30:50 2008 UTC (20 months, 4 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 56233 byte(s)
Diff to previous 630814 (colored)
GOCA support temporarily removed.

Revision 630814 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 11:30:43 2008 UTC (21 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 56168 byte(s)
Diff to previous 629902 (colored)
- added full support for keep-with-previous on table-row and in table-cell
- added more testcases for keeps in tables
- assign the right table-row element to grid units that are not on the first row spanned
- slightly re-worked the RowGroupBuilder interface to make it more SAX-like

Revision 629902 - (view) (annotate) - [select for diffs]
Modified Thu Feb 21 18:22:22 2008 UTC (21 months ago) by maxberger
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 56003 byte(s)
Diff to previous 629093 (colored)
Turned on XInclude processing for the main source given on the command line.

Revision 629093 - (view) (annotate) - [select for diffs]
Modified Tue Feb 19 13:08:39 2008 UTC (21 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 55852 byte(s)
Diff to previous 628829 (colored)
Bugzilla #44451:
The patch fixes two problems:
- If distinct fonts declare the same font family name, the resulting font mapping is currently arbitrary; now, a name-similarity heuristic is used to prioritize the font mappings.
- "Medium" and "demi" fonts are now recognized as "bold", solving several real-world problems (although this solution may be an oversimplification).
Submitted by: Justus Piater <justus-bulk.at.piater.name>

Patch modified by jeremias:
- Style fixes (tab chars)
- Refined font weight identification: medium -> 500, semi/demi -> 600

Revision 628829 - (view) (annotate) - [select for diffs]
Modified Mon Feb 18 17:30:15 2008 UTC (21 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 55615 byte(s)
Diff to previous 627679 (colored)
Makes sense to mention the removal of deprecated methods.

Revision 627679 - (view) (annotate) - [select for diffs]
Modified Thu Feb 14 08:12:34 2008 UTC (21 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 55435 byte(s)
Diff to previous 627576 (colored)
Added support for Type 1 fonts which don't use the AdobeStandardEncoding for PDF and PS output. Details:
Added an Type 1 AFM parser (only basic ltr script fonts are properly supported).
Font loading changed slightly to allow loading an AFM in addition to a PFM.
Added some mapping functionality to CodePointMapping. Now we also build custom CodePointMapping instances from AFM files and use it in SingleByteFonts.
Changed more PDF object classes to make use of the generic PDFDictionary and PDFArray base classes.
Type 1 Fonts with a special encoding now register their encoding in the Encoding value of the font dictionary so the mapping is correct. For PS this isn't necessary as the interpreter just uses the font's default encoding.
Refactored CMap building code to it can also be used outside the PDF context. A CMap can now also be built from a single byte encoding.
Update of XML Graphics Commons snapshot.


Revision 627576 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 20:10:01 2008 UTC (21 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 55229 byte(s)
Diff to previous 627553 (colored)
Moved to the FO tree stage the check for break-before/after on table-row while spanning in progress, and fixed bug #44321 as well

Revision 627553 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 18:11:06 2008 UTC (21 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 55026 byte(s)
Diff to previous 627324 (colored)
Added support for breaks before and after table cells

Revision 627324 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 09:35:01 2008 UTC (21 months, 1 week ago) by maxberger
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54814 byte(s)
Diff to previous 620558 (colored)
Ensured all SVN properties are set equally

Revision 620558 - (view) (annotate) - [select for diffs]
Modified Mon Feb 11 18:10:09 2008 UTC (21 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54814 byte(s)
Diff to previous 620285 (colored)
Added full support for breaks inside table-cell elements

Revision 620285 - (view) (annotate) - [select for diffs]
Modified Sun Feb 10 13:42:39 2008 UTC (21 months, 2 weeks ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54679 byte(s)
Diff to previous 619790 (colored)
Bugzilla 41631: Percentage resolution for arguments to proportional-column-width()


Revision 619790 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 07:27:06 2008 UTC (21 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54492 byte(s)
Diff to previous 619461 (colored)
Added a clarification that this bug affected PDF/A compliance.

Revision 619461 - (view) (annotate) - [select for diffs]
Modified Thu Feb 7 15:42:03 2008 UTC (21 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54452 byte(s)
Diff to previous 619417 (colored)
Bugfix for date formatting with negative time zones in the PDF's Info object.
Update of xmlgraphics-commons-1.3.jar because of a similar bug with formatting dates in XMP.

Revision 619417 - (view) (annotate) - [select for diffs]
Modified Thu Feb 7 14:02:44 2008 UTC (21 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54299 byte(s)
Diff to previous 617989 (colored)
Added an option to disable the default sRGB profile in PDF output for those who don't care about color fidelity, but care about PDF file size. Note that this option is not possible if PDF/A, PDF/X or an output profile is used. Makes simple PDFs about 4KB smaller. Ha!

Revision 617989 - (view) (annotate) - [select for diffs]
Modified Sun Feb 3 14:11:40 2008 UTC (21 months, 3 weeks ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 54073 byte(s)
Diff to previous 617976 (colored)
Bugzilla 43705:
Fixed a bug when the rgb-icc() function was used before the fo:declarations,
or in documents without fo:declarations. Function now correctly (?) reverts
to the sRGB fallback in those cases.

Revision 617976 - (view) (annotate) - [select for diffs]
Modified Sun Feb 3 12:05:49 2008 UTC (21 months, 3 weeks ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53749 byte(s)
Diff to previous 617708 (colored)
Added very basic parsing for the xml:lang shorthand.
No validation of the specified value, but the language and country
properties now do take the shorthand into account to determine their
value.

Revision 617708 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 23:30:13 2008 UTC (21 months, 3 weeks ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53622 byte(s)
Diff to previous 616694 (colored)
Bugzilla 44343:
Fixed a bug when using relative (smaller/larger) font-sizes in combination with percentages.
Percentages now resolved as per the spec (XSL-FO 1.1 7.9.4):
"A percentage value specifies an absolute font size relative to the parent element's font-size."

Revision 616694 - (view) (annotate) - [select for diffs]
Modified Wed Jan 30 09:05:30 2008 UTC (21 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53430 byte(s)
Diff to previous 616691 (colored)
Removing the previous entry because the new one basically covers the other, too.

Revision 616691 - (view) (annotate) - [select for diffs]
Modified Wed Jan 30 08:53:48 2008 UTC (21 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53595 byte(s)
Diff to previous 616080 (colored)
"cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewers fail because FOP didn't handle those correctly.

Revision 616080 - (view) (annotate) - [select for diffs]
Modified Mon Jan 28 22:05:39 2008 UTC (21 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53400 byte(s)
Diff to previous 615906 (colored)
Bugfix for invalid numTables entry in subset TrueType fonts if there was no "fpgm" table (Example: FreeSerif).

Revision 615906 - (view) (annotate) - [select for diffs]
Modified Mon Jan 28 15:04:39 2008 UTC (21 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 53235 byte(s)
Diff to previous 615598 (colored)
Added support for the natural language indentifier ("Lang" in the document catalog) for PDF documents based on the language/country values on fo:page-sequence. This required a few changes in the AreaTreeModel and the Renderer interface because it didn't support passing through the PageSequence object, only its title. Now, we can put other values on the PageSequence and transport them to the renderers.

Revision 615598 - (view) (annotate) - [select for diffs]
Modified Sun Jan 27 13:35:39 2008 UTC (21 months, 4 weeks ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 52988 byte(s)
Diff to previous 614993 (colored)
Bugzilla #44286:
Fixed a memory-leak in XMLWhiteSpaceHandler.
Submitted by: Stefan Ziel <stefan.ziel.at.claninfo.ch>

Revision 614993 - (view) (annotate) - [select for diffs]
Modified Thu Jan 24 21:10:22 2008 UTC (22 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 52830 byte(s)
Diff to previous 614566 (colored)
Bugzilla #44289: Wrong border resolution when header/footer omitted at break

Revision 614566 - (view) (annotate) - [select for diffs]
Modified Wed Jan 23 15:22:05 2008 UTC (22 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 52662 byte(s)
Diff to previous 614201 (colored)
Added support for conditional borders (and paddings) in tables.
The proper borders are not selected yet between the header/footer and the body. There might still be a few glitches in some cases

Revision 614201 - (view) (annotate) - [select for diffs]
Modified Tue Jan 22 14:02:27 2008 UTC (22 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 52434 byte(s)
Diff to previous 612825 (colored)
Bugzilla #44160:
Fixed a possible IndexOutOfBoundsException that could happen with certain constellations when footnotes are used. Note: I haven't been able to come up with a scaled-down testcase for regression testing. Maybe someone more intimate with the footnote handling can.

Revision 612825 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 14:23:13 2008 UTC (22 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 52218 byte(s)
Diff to previous 612815 (colored)
Fixed layout problem in two of the changes.
Categorized the individual changes a bit.

Revision 612815 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 13:37:04 2008 UTC (22 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 51858 byte(s)
Diff to previous 611278 (colored)
Fixed logic error setting the transformation matrix for block-container viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below).
Important: External renderer implementations need to adjust for the change and implement the new method concatenateTransformationMatrix(AffineTransform) if the renderer is derived from AbstractPathOrientedRenderer.

New extension attribute fox:transform on fo:block-container allows free-form transformation (rotation, scaling etc.) of absolute and fixed block-containers. Supported only for PDF, PS and Java2D-based renderers.

Added missing region background painting for PCL renderer.

Revision 611278 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 19:50:53 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 50920 byte(s)
Diff to previous 611114 (colored)
Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk:
A new image loading framework has been introduced to fix various problems with external graphics and improve performance.

Switched to Batik 1.7.
Added xml-apis-ext.jar as needed by Batik 1.7.
Updated to latest XML Graphics Commons snapshot.

Changelog of branch:
------------------------------------------------------------------------
r594558 | jeremias | 2007-11-13 16:04:56 +0100 (Di, 13 Nov 2007) | 1 line

Branch for image package redesign
------------------------------------------------------------------------
r594560 | jeremias | 2007-11-13 16:10:35 +0100 (Di, 13 Nov 2007) | 1 line

Implementation of Dijkstra's algorithm for finding the shortest path. Used in the new image package to find the best combination of image loaders and image converters to provide an image in the optimal form for a renderer.
------------------------------------------------------------------------
r594848 | jeremias | 2007-11-14 13:12:50 +0100 (Mi, 14 Nov 2007) | 3 lines

Initial upload of what I have already for the image package redesign.
For now, it's in a parallel package (image2). The final package name is TBD.
The code isn't hooked into the renderers, yet, and there's no image cache. This is still all work in progress.
------------------------------------------------------------------------
r594851 | jeremias | 2007-11-14 13:20:12 +0100 (Mi, 14 Nov 2007) | 1 line

Test cases and additional test files for the new image package.
------------------------------------------------------------------------
r595305 | jeremias | 2007-11-15 15:01:37 +0100 (Do, 15 Nov 2007) | 1 line

Small mistake while reimplementing JPEG.
------------------------------------------------------------------------
r595308 | jeremias | 2007-11-15 15:13:36 +0100 (Do, 15 Nov 2007) | 5 lines

Introduced a usage penalty for ImageLoaders so we can calculate an overall penalty for a pipeline.
Multiple image flavors can be passed to ImageManager.getImage() if the caller supports multiple formats. The image package chooses the best pipeline.
Implemented a converter from RenderedImage to PNG.
Implemented loaders for raw formats (EMF, JPEG and PNG).
Hooked the new image package into the RTF handler as first real proof-of-concept.
------------------------------------------------------------------------
r596240 | jeremias | 2007-11-19 11:02:13 +0100 (Mo, 19 Nov 2007) | 1 line

Fixed bug in pipeline selection.
------------------------------------------------------------------------
r596242 | jeremias | 2007-11-19 11:03:06 +0100 (Mo, 19 Nov 2007) | 1 line

MIME type in parentheses behind the URI makes more sense.
------------------------------------------------------------------------
r599430 | jeremias | 2007-11-29 14:08:01 +0100 (Do, 29 Nov 2007) | 1 line

Support for baseline information (needed by at least MathML).
------------------------------------------------------------------------
r599433 | jeremias | 2007-11-29 14:09:04 +0100 (Do, 29 Nov 2007) | 1 line

Bugfix: BMP don't all have resolution information.
------------------------------------------------------------------------
r599434 | jeremias | 2007-11-29 14:10:54 +0100 (Do, 29 Nov 2007) | 1 line

Change MIME type
------------------------------------------------------------------------
r599436 | jeremias | 2007-11-29 14:17:14 +0100 (Do, 29 Nov 2007) | 3 lines

Started integrating into Java2D and PostScript renderers and ExternalGraphic.
Added support for EPS graphics.
Added support for raw embedding of JPEG images (for PostScript).
------------------------------------------------------------------------
r600821 | jeremias | 2007-12-04 08:51:06 +0100 (Di, 04 Dez 2007) | 5 lines

Clean up
Javadocs
Generally make more useful.
Reuse FOProcessor instance for the whole run to actually feel the effect of an image cache attached to the FopFactory.
Add option to prompt the user before actually starting (in order to connect a VM monitor).
------------------------------------------------------------------------
r600870 | jeremias | 2007-12-04 11:27:51 +0100 (Di, 04 Dez 2007) | 14 lines

Note: The API of the new image package has changed a bit. (it became necessary when I introduced caching)

The direct dependency on FOUserAgent has been removed to make the image package more universally usable. Instead an ImageContext (provided by FopFactory in FOP) and ImageSessionContext (provided by FOUserAgent in FOP) was introduced.
Introduced image caching with soft references (I didn't reintroduce the FOUserAgent lock, yet, because it doesn't help much)
ImageInfo doesn't carry the Source for the image anymore. The Source is provided by the new ImageSessionContext.java and only shared within the same thread to make things simpler and to avoid complex synchronization and cleanup.
Image instances now indicate whether they are cacheable (not all Image instances are cacheable, for example when they just carry an InputStream).
Moved the converter pipeline functionality into its own subpackage to keep "spi" clean.
Added checks in ImageSize to detect incomplete Preloaders.
ImageSource can now indicate whether its a fast source (loading from local file) or a slow source (loading over the network). (but this isn't used, yet)
Fixed a bug in WMF and SVG preloaders: they didn't close their Sources after fully loading the images.
Bugfix in ImageRawJPEG: it illegally reported being an EPS file
ImageRawStream got an "InputStreamFactory" so it is possible to reuse raw images if they have been loaded into memory (or to a local file which hasn't been implemented, yet).
The pipeline code now converts single-use raw images to reusable raw images when possible. But there's nothing built in to restrict the image size to a maximum, yet.
Improved JPEG preloader so it can stop early an deal with images that have to APP0 segment. Images from digicams are such an example. They carry the resolution info in the EXIF block which is currently not interpreted. Fallback is to the configured source resolution.
------------------------------------------------------------------------
r600930 | jeremias | 2007-12-04 14:25:43 +0100 (Di, 04 Dez 2007) | 1 line

Package HTML Files.
------------------------------------------------------------------------
r600934 | jeremias | 2007-12-04 14:34:41 +0100 (Di, 04 Dez 2007) | 1 line

Javadoc fixes
------------------------------------------------------------------------
r602023 | jeremias | 2007-12-07 09:46:56 +0100 (Fr, 07 Dez 2007) | 2 lines

Bugfix for bug in SVG preloader which didn't calculate the size of an SVG correctly when there's no explicit size.

------------------------------------------------------------------------
r602024 | jeremias | 2007-12-07 09:49:49 +0100 (Fr, 07 Dez 2007) | 1 line

Some small javadoc and logging improvements/refinements.
------------------------------------------------------------------------
r602025 | jeremias | 2007-12-07 09:50:22 +0100 (Fr, 07 Dez 2007) | 1 line

Enable assert keyword for javadoc production.
------------------------------------------------------------------------
r602032 | jeremias | 2007-12-07 09:59:10 +0100 (Fr, 07 Dez 2007) | 11 lines

Added color space information and an optional ICC color profile to the basic Image interface.
Reimplemented transparency support (for now only for ImageIO loader and PDF output)
ImageIO preloader passes the already loaded metadata to the ImageIO loader through the "custom objects" so it doesn't have to load them again.
PDF library: Corrected the naming of the method indicating the "bits per component" (bits per component != bits per pixel)
PDF library: Added a method which lets a user override values in an XObject's dictionary after the major values have been set (useful not to make the PDFImage interface more complicated).
PDF library: Support for gray transparent colors.
PDF library: Added a convenience class for alpha channel bitmaps (AlphaRasterImage)

Integration of the new image package into the PDFRenderer (currently supports all previous embedding methods except deprecated EPS embedding and CCITT embedding, now supports even more transparency options than before)


------------------------------------------------------------------------
r602033 | jeremias | 2007-12-07 09:59:57 +0100 (Fr, 07 Dez 2007) | 1 line

Small optimization from my failed experiments to support native PNG embedding.
------------------------------------------------------------------------
r602034 | jeremias | 2007-12-07 10:01:34 +0100 (Fr, 07 Dez 2007) | 1 line

Don't use "content" filter for ICC profiles. Instead compress using "default". "content" is for page content.
------------------------------------------------------------------------
r602036 | jeremias | 2007-12-07 10:02:25 +0100 (Fr, 07 Dez 2007) | 1 line

Added general key for precompressed content of any kind.
------------------------------------------------------------------------
r602037 | jeremias | 2007-12-07 10:03:39 +0100 (Fr, 07 Dez 2007) | 1 line

Various variants of the FOP logo for testing. Some of them have transparency info.
------------------------------------------------------------------------
r602228 | jeremias | 2007-12-07 22:30:17 +0100 (Fr, 07 Dez 2007) | 4 lines

Discarded PreloaderPNG in favor of PreloaderImageIO which now supports all formats supported by ImageIO (meaning that you can uses JPEG-2000 images if you have a suitable ImageIO codec installed).
ImagePreloader.getMimeType() removed because it isn't really used in the new setup.
ImagePreloader.getPriority() introduced which allows to prioritize preloaders and thus gives the opportunity to tweak the order in which the preloaders are checked when an image is inspected.
ImageLoaderImageIO can now use multiple Readers if one fails (one codec may not support all format variants, for example).
------------------------------------------------------------------------
r602229 | jeremias | 2007-12-07 22:30:48 +0100 (Fr, 07 Dez 2007) | 1 line

Added a toString() impl for debugging.
------------------------------------------------------------------------
r602442 | jeremias | 2007-12-08 11:36:32 +0100 (Sa, 08 Dez 2007) | 6 lines

Support handling images with no associated URI (from instream-foreign-object). These images are not cached.
Add support for plain image conversion (i.e. with no loading) for instream-foreign-object.
Add convenience writeTo() methods in ImageRawStream to save a few lines of code.

Support for instream-foreign-object in RTF output.
Teach RTF library to handle images without an associated URL.
------------------------------------------------------------------------
r603191 | jeremias | 2007-12-11 11:03:32 +0100 (Di, 11 Dez 2007) | 2 lines

Bugfix: Graphics2DAdapter didn't do the graphics state save correct so subsequent images may have been painted with the wrong transformation matrix.
Bugfix: bitmap images didn't scale correctly when the resolutions were changed.
------------------------------------------------------------------------
r603207 | jeremias | 2007-12-11 12:08:36 +0100 (Di, 11 Dez 2007) | 1 line

Convenience method for obtaining the image size in points.
------------------------------------------------------------------------
r603208 | jeremias | 2007-12-11 12:12:50 +0100 (Di, 11 Dez 2007) | 3 lines

Precisely define the expectations for the area parameter in Graphics2DImagePainter.
New ImageConverter: Bitmap -> Graphics2D

------------------------------------------------------------------------
r603209 | jeremias | 2007-12-11 12:15:49 +0100 (Di, 11 Dez 2007) | 3 lines

Refine pipeline building:
Expose a method to allow the PS Renderer to predict what kind of pipeline will be selected (because it doesn't support all image types as PostScript forms)
If there are multiple candidate pipelines for one conversion type, choose the one with the lowest penalty, not just the one that happens to be first.
------------------------------------------------------------------------
r603250 | jeremias | 2007-12-11 15:17:32 +0100 (Di, 11 Dez 2007) | 1 line

Removing failed experiment: raw PNG embedding didn't work out.
------------------------------------------------------------------------
r603254 | jeremias | 2007-12-11 15:29:48 +0100 (Di, 11 Dez 2007) | 2 lines

Plugged new image package into form generation for PostScript.
XML images and EPS files are currently supported as forms. They are added inline.
------------------------------------------------------------------------
r603256 | jeremias | 2007-12-11 15:34:52 +0100 (Di, 11 Dez 2007) | 1 line

Embedding EPS in PDF is no longer implemented as it is a deprecated feature in PDF. Therefore, this test is not needed anymore. The PDF renderer will say: "Cannot load image (no suitable loader/converter combination available) for myfile.eps (application/postscript)"
------------------------------------------------------------------------
r603266 | jeremias | 2007-12-11 16:16:22 +0100 (Di, 11 Dez 2007) | 1 line

Size calculation for images can be slightly different after the redesign due to different rounding. Give a little tolerance.
------------------------------------------------------------------------
r603271 | jeremias | 2007-12-11 16:24:08 +0100 (Di, 11 Dez 2007) | 1 line

Bugfix: Only generate the FixedLength if there is baseline information.
------------------------------------------------------------------------
r603358 | jeremias | 2007-12-11 22:13:22 +0100 (Di, 11 Dez 2007) | 1 line

Switched background images to new image package.
------------------------------------------------------------------------
r603632 | jeremias | 2007-12-12 15:52:09 +0100 (Mi, 12 Dez 2007) | 1 line

Switch to new image package for PDF/SVG support.
------------------------------------------------------------------------
r603642 | jeremias | 2007-12-12 16:30:16 +0100 (Mi, 12 Dez 2007) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-594557" from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

------------------------------------------------------------------------
r603656 | jeremias | 2007-12-12 17:13:06 +0100 (Mi, 12 Dez 2007) | 307 lines

Merged revisions 594558-603642 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r594571 | vhennebert | 2007-11-13 17:24:32 +0100 (Di, 13 Nov 2007) | 7 lines
  
  Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move:
  - bugfix: border-resolution for border-end on row-spanning cells was wrong
  - bugfix: in case of missing cells the border-end of the table was applied to an inner cell, instead of the cell in the last column (but missing cells aren't painted yet :-\)
  - bugfix: in collapsing-border model, border-before and -after specified on table-column were applied to every cell of the column, instead of only the first and the last ones
  - border resolution is now made progressively when possible, and no longer triggers the fetching of all the rows of the table
  Added testcases for the border conflict resolution (between the various elements of a table and not only the cells)
........
  r594578 | vhennebert | 2007-11-13 17:50:09 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Moved *GridUnit from layoutmgr/table to fo/flow/table
........
  r594579 | vhennebert | 2007-11-13 17:55:54 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Changed back visibility of fields from public to package-private, due to the move of *GridUnit in the fo.flow.table package
........
  r594584 | vhennebert | 2007-11-13 18:13:19 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Use a singleton for a default BorderInfo of style none, instead of every time a new instance
........
  r594592 | vhennebert | 2007-11-13 18:39:17 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Cleaned up RowGroupLayoutManager and TableRowIterator
........
  r594821 | vhennebert | 2007-11-14 11:18:45 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Moved EffRow to the fo.flow.table package
........
  r594829 | vhennebert | 2007-11-14 11:41:52 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Reduced visibility of some methods and constructors from public to package-private, as a consequence of the move of *GridUnit to the fo.flow.table package
........
  r594836 | vhennebert | 2007-11-14 12:14:03 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Restored the setting of the parent table-row element on grid units
........
  r594852 | vhennebert | 2007-11-14 13:21:53 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Restored the setting of rowIndex on primary grid units (although testcases were already working...)
........
  r595297 | jeremias | 2007-11-15 14:28:58 +0100 (Do, 15 Nov 2007) | 2 lines
  
  Bugzilla #43143:
  Had to remove the Expert(Subset) Encoding detection as this caused problems with a barcode font that used dfCharset=2 but was not using ExpertSubset encoding. To detect Expert(Subset)Encoding, the AFM needs to be parsed. And since we don't support that encoding, yet, the fallback to WinAnsiEncoding should work well enough.
........
  r595637 | acumiskey | 2007-11-16 13:12:52 +0100 (Fr, 16 Nov 2007) | 3 lines
  
  This should improve the ability of the FontLoader when resolving PFM files
  for Type 1 fonts on case sensitive Unix systems.
........
  r596072 | jeremias | 2007-11-18 11:48:53 +0100 (So, 18 Nov 2007) | 4 lines
  
  ApacheCon US is over.
  OSSSummit was cancelled/postponed.
  Added example for total page count using XSL 1.1
  Adjusted total page count example to new FOP API. (Thanks to Miroslav Gregan for the hint)
........
  r596097 | jeremias | 2007-11-18 17:56:09 +0100 (So, 18 Nov 2007) | 6 lines
  
  Bugzilla #43605:
  Added methods for page-number-citation and page-number-citation-last in FOEventHandler.java
  Submitted by: V. Schappert <vschappert.at.bloomberg.net>
  
  Patch modified by Jeremias:
  Bugfix: FOEventHandler.startPageNumberCitation() was also called in the case of a page-number-citation-last. Introduced abstract base classes to avoid this.
........
  r596100 | jeremias | 2007-11-18 18:17:24 +0100 (So, 18 Nov 2007) | 1 line
  
  Added sample as suggested by Kumar Puppala.
........
  r596390 | vhennebert | 2007-11-19 19:25:27 +0100 (Mo, 19 Nov 2007) | 2 lines
  
  Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900
........
  r596554 | jeremias | 2007-11-20 08:14:33 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugzilla #43904:
  Buffer the OutputStreams in our transcoders if the users forget.
........
  r596600 | jeremias | 2007-11-20 11:20:29 +0100 (Di, 20 Nov 2007) | 3 lines
  
  Bugzilla #43910:
  Avoid a NullPointerException in AreaTreeHandler.endDocument().
  Submitted by: David Delbecq <delbd.at.oma.be>
........
  r596724 | jeremias | 2007-11-20 16:56:33 +0100 (Di, 20 Nov 2007) | 3 lines
  
  Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again.
  Bugfix: Close streams opened by test font resolution in font configuration (the font URIs will be resolved again later anyway).
  Better error message when the loading of font metric files doesn't work due to missing information in the returned Source instances.
........
  r596727 | vhennebert | 2007-11-20 17:07:32 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box.
........
  r596739 | cbowditch | 2007-11-20 17:49:13 +0100 (Di, 20 Nov 2007) | 1 line
  
  bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are still some thread synchronization issues to be addressed in the PropertyCache. See the following thread for details: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200711.mbox/%3cBAY117-DAV109E36CC066889386AB917FB870@phx.gbl%3e
........
  r596742 | vhennebert | 2007-11-20 18:08:46 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Added a news entry about Max Berger becoming a committer. Welcome Max!
........
  r596776 | vhennebert | 2007-11-20 19:47:39 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugzilla #43803: table cells having no children are allowed in relaxed validation mode.
........
  r597052 | vhennebert | 2007-11-21 13:23:59 +0100 (Mi, 21 Nov 2007) | 2 lines
  
  Bugfix: the last element generated by the merging algorithm may now be a glue
........
  r597448 | jeremias | 2007-11-22 17:13:05 +0100 (Do, 22 Nov 2007) | 2 lines
  
  First draft of a possible new intermediate format for Apache FOP.
  Details on: http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml/NewDesign
........
  r598558 | jeremias | 2007-11-27 09:36:23 +0100 (Di, 27 Nov 2007) | 6 lines
  
  Bugzilla #40230:
  Bugfix: no empty page is generated anymore if there's no content after a break-after.
  
  Bugzilla #43917:
  Bugfix for border-after painting and element list generation when a forced break is involved.
........
  r599536 | vhennebert | 2007-11-29 19:31:13 +0100 (Do, 29 Nov 2007) | 4 lines
  
  Added fixes-bug attributes for:
  - wrong element generation in table when glues are produced
  - border-resolution on row-spanning cells
........
  r599746 | jeremias | 2007-11-30 10:04:54 +0100 (Fr, 30 Nov 2007) | 2 lines
  
  Bugzilla #37993:
  Bugfix: allow multiple bookmarks to point at the same destination.
........
  r600195 | adelmelle | 2007-12-01 22:11:53 +0100 (Sa, 01 Dez 2007) | 1 line
  
  Correction and simplification of the PropertyCache: subclass WeakReference and remove internal threading
........
  r600467 | jeremias | 2007-12-03 11:16:27 +0100 (Mo, 03 Dez 2007) | 2 lines
  
  Log RuntimeExceptions during rendering so that they are at least visible somewhere if someone doesn't set an ErrorListener on the XSLT processor (this could lead to exceptions being swallowed). This is a temporary measure until we have time to improve the exception handling in FOP.
  The original problem that led to this change was: "The number of this PDFNumber must not be empty" while producing a PDF/A with customized filter entries in the PDF configuration. The exception was a follow-up exception after a PDFConformanceException that was swallowed by a default ErrorListener.
........
  r600521 | jeremias | 2007-12-03 14:21:06 +0100 (Mo, 03 Dez 2007) | 1 line
  
  Added a possibility to rerun the whole run a defined number of times to test for possible issues outside a single rendering run.
........
  r600529 | jeremias | 2007-12-03 14:32:04 +0100 (Mo, 03 Dez 2007) | 1 line
  
  Oops.
........
  r601413 | vhennebert | 2007-12-05 17:56:47 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Typo in property: svn:kewords -> svn:keywords
........
  r601415 | acumiskey | 2007-12-05 18:11:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadocs
........
  r601416 | acumiskey | 2007-12-05 18:12:54 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc
........
  r601417 | acumiskey | 2007-12-05 18:13:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc
........
  r601419 | acumiskey | 2007-12-05 18:15:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Improved use of logging
........
  r601423 | acumiskey | 2007-12-05 18:19:43 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc, fixed checkstyle issues, and now also correctly caters for negative number conversions
........
  r601424 | acumiskey | 2007-12-05 18:21:15 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Fixed checkstyle issues
........
  r601426 | acumiskey | 2007-12-05 18:24:15 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601427 | acumiskey | 2007-12-05 18:25:07 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601428 | acumiskey | 2007-12-05 18:25:58 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601429 | acumiskey | 2007-12-05 18:27:06 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601430 | acumiskey | 2007-12-05 18:28:03 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601431 | acumiskey | 2007-12-05 18:28:48 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601432 | acumiskey | 2007-12-05 18:29:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601433 | acumiskey | 2007-12-05 18:30:04 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601434 | acumiskey | 2007-12-05 18:31:20 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601435 | acumiskey | 2007-12-05 18:32:29 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601436 | acumiskey | 2007-12-05 18:34:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601437 | acumiskey | 2007-12-05 18:35:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601438 | acumiskey | 2007-12-05 18:36:12 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes and cleanup
........
  r601439 | acumiskey | 2007-12-05 18:37:40 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601440 | acumiskey | 2007-12-05 18:39:54 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601442 | acumiskey | 2007-12-05 18:42:13 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601443 | acumiskey | 2007-12-05 18:42:48 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601444 | acumiskey | 2007-12-05 18:43:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601445 | acumiskey | 2007-12-05 18:44:36 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601446 | acumiskey | 2007-12-05 18:45:20 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601447 | acumiskey | 2007-12-05 18:47:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601448 | acumiskey | 2007-12-05 18:48:56 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601449 | acumiskey | 2007-12-05 18:49:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601712 | acumiskey | 2007-12-06 12:57:14 +0100 (Do, 06 Dez 2007) | 2 lines
  
  Temporary fix to the build
........
  r602045 | jeremias | 2007-12-07 10:20:28 +0100 (Fr, 07 Dez 2007) | 1 line
  
  Avoid a NPE in toString().
........
  r602125 | maxberger | 2007-12-07 16:36:53 +0100 (Fr, 07 Dez 2007) | 6 lines
  
  Updated xmlgraphics from SVN
  Added autodetection of fonts in jar files (x-font and x-font-truetype)
  Added files needed for testcase
  Please note: Actual testcase is still missing!
........
  r602898 | maxberger | 2007-12-10 14:35:33 +0100 (Mo, 10 Dez 2007) | 2 lines
  
  Added documentation for font-in-jar-files
........
  r603590 | acumiskey | 2007-12-12 13:24:10 +0100 (Mi, 12 Dez 2007) | 4 lines
  
  * Added an SVG handler and Graphics2D implementation for AFP which injects AFP GOCA structured fields into the AFPDataStream.
  * Fixed many checkstyle problems.
  * Updated xmlgraphics-commons-1.3svn.jar to include changes to TextHandler
........
  r603592 | acumiskey | 2007-12-12 13:26:39 +0100 (Mi, 12 Dez 2007) | 2 lines
  
  Updated status with SVG support for AFP.
........

------------------------------------------------------------------------
r603661 | jeremias | 2007-12-12 17:20:09 +0100 (Mi, 12 Dez 2007) | 1 line

Fix javadoc
------------------------------------------------------------------------
r603886 | jeremias | 2007-12-13 12:15:48 +0100 (Do, 13 Dez 2007) | 1 line

Copy/paste programming is dangerous. :-)
------------------------------------------------------------------------
r603902 | jeremias | 2007-12-13 13:17:56 +0100 (Do, 13 Dez 2007) | 2 lines

Factored out all image handling code in the PDFRenderer into PDFImageHandler classes. The interface was introduced to handle PDF-in-PDF images.
The PDFImageHandler interface changes in a backwards-incompatible way but since the PDF-in-PDF plug-in probably has the only implementation, that's not very problematic. I'll release a new version as soon as the image stuff is merged back into Trunk.
------------------------------------------------------------------------
r603937 | jeremias | 2007-12-13 16:20:46 +0100 (Do, 13 Dez 2007) | 1 line

Some cleanup
------------------------------------------------------------------------
r603938 | jeremias | 2007-12-13 16:23:23 +0100 (Do, 13 Dez 2007) | 2 lines

Switch PCL renderer to new image package.
Add an option to force a color canvas (RGB) instead of a gray canvas. Set this to true for all SVG graphics since Batik does not seem to support gradients on a grayscale canvas (IllegalArgumentException).
------------------------------------------------------------------------
r604122 | jeremias | 2007-12-14 08:58:56 +0100 (Fr, 14 Dez 2007) | 1 line

Stupid copy/paste again.
------------------------------------------------------------------------
r604135 | jeremias | 2007-12-14 10:04:43 +0100 (Fr, 14 Dez 2007) | 1 line

Preliminary changes to switch to the new image library. TIFF optimizations still missing. Untested.
------------------------------------------------------------------------
r604144 | jeremias | 2007-12-14 11:12:41 +0100 (Fr, 14 Dez 2007) | 1 line

Switch to new image package. At some point we will probably want to remove this example as JEuclid has a better plug-in now.
------------------------------------------------------------------------
r604150 | jeremias | 2007-12-14 11:27:39 +0100 (Fr, 14 Dez 2007) | 1 line

Old JEuclid doesn't notice itself if no MathML document is loaded.
------------------------------------------------------------------------
r604155 | jeremias | 2007-12-14 11:48:07 +0100 (Fr, 14 Dez 2007) | 2 lines

Switched to new image package.
The preloader simply loads the full document and converts it to SVG. That's the only way to determine the intrinsic size of the image.
------------------------------------------------------------------------
r604157 | jeremias | 2007-12-14 11:51:21 +0100 (Fr, 14 Dez 2007) | 1 line

No longer needed.
------------------------------------------------------------------------
r604214 | jeremias | 2007-12-14 17:07:30 +0100 (Fr, 14 Dez 2007) | 1 line

Added work-around for decoding CMYK JPEGs with ImageIO (no guarantees for color fidelity but it's better than not being able to use CMYK images).
------------------------------------------------------------------------
r604297 | jeremias | 2007-12-14 22:14:12 +0100 (Fr, 14 Dez 2007) | 68 lines

Merged revisions 603643-604293 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r603890 | vhennebert | 2007-12-13 12:35:17 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Fixed @throws statements in javadoc
........
  r603926 | adelmelle | 2007-12-13 15:43:08 +0100 (Do, 13 Dez 2007) | 4 lines
  
  Minor tweaks:
  * only add text to a fo:wrapper if it is not a direct flow-descendant
  * error if an fo:wrapper that is a direct flow-descendant contains inline-level children
........
  r603943 | vhennebert | 2007-12-13 16:55:29 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed calls to removeLegalBreaks since they aren't necessary (the whole content is put in a single box anyway) and the method is buggy.
........
  r603945 | vhennebert | 2007-12-13 17:10:32 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Implemented the resolution of collapsing borders in the FO tree, for every situation (normal, cell at the top of a page, cell broken), taking conditionality, headers and footers into account.
........
  r603959 | vhennebert | 2007-12-13 18:21:24 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Reverted change accidentally introduced in the previous commit. A proper fix needs to be found for this one.
........
  r603961 | vhennebert | 2007-12-13 18:31:26 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Ok, now /really/ revert the previous commit :-\
........
  r603962 | vhennebert | 2007-12-13 18:32:43 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Style only: removed trailing white spaces
........
  r603968 | vhennebert | 2007-12-13 19:28:56 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Fixed the handling of columns in the border resolution, especially in case of column-spanning cells
........
  r603975 | vhennebert | 2007-12-13 19:52:48 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed parameter from the endPart method, since the part is already passed as a parameter of the previously called startPart method
........
  r603979 | vhennebert | 2007-12-13 19:57:25 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed parameter from the endTablePart method, as the part is already passed as as a parameter of the previously called startTablePart method
........
  r603990 | vhennebert | 2007-12-13 20:17:12 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Throw a ValidationException if table-footer is put after table-body and the table uses the collapsing border model. The footer must be known to properly resolve borders.
........
  r604171 | vhennebert | 2007-12-14 12:32:51 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed
........
  r604180 | vhennebert | 2007-12-14 13:23:10 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Reduced visibility of methods from public to package-private
........
  r604185 | acumiskey | 2007-12-14 14:16:06 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Fixed copy constructor
........
  r604293 | jeremias | 2007-12-14 21:58:53 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF structures)
  (fixes CCITT encoded images)
........

------------------------------------------------------------------------
r604301 | jeremias | 2007-12-14 22:26:27 +0100 (Fr, 14 Dez 2007) | 9 lines

Merged revisions 604294-604299 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r604299 | jeremias | 2007-12-14 22:24:14 +0100 (Fr, 14 Dez 2007) | 1 line
  
  Don't hack when you're tired! Reverting r604293 and instead fixing the right value. It's DecodeParams -> DecodeParms!
........

------------------------------------------------------------------------
r604930 | jeremias | 2007-12-17 18:05:47 +0100 (Mo, 17 Dez 2007) | 2 lines

Dispose ImageReader when done reading.
Don't close streams as some codecs appear to do "late reading" of the image, i.e. only when the rasters are accessed, at which point they still seek on the stream. For this, the streams must remain open. I hope the codecs all properly close the streams once they don't need them anymore. The javadocs are not clear enough in this regards, IMO.
------------------------------------------------------------------------
r604968 | jeremias | 2007-12-17 20:03:45 +0100 (Mo, 17 Dez 2007) | 3 lines

Added an isSupported() method to ImageLoaderFactory so we can check early if an ImageLoader may or may not support a particular subformat. This is used to allow optimized loading of CCITT compressed TIFF images.
Support for undecoded embedding of single-strip CCITT compressed images for PDF, PostScript and AFP.
Added a fallback mechanism for ImageLoaders: if one ImageLoader cannot load a particular image, try equivalent others registered for the same format.
------------------------------------------------------------------------
r604972 | jeremias | 2007-12-17 20:07:43 +0100 (Mo, 17 Dez 2007) | 1 line

Update Commons
------------------------------------------------------------------------
r605138 | jeremias | 2007-12-18 09:42:41 +0100 (Di, 18 Dez 2007) | 2 lines

Support for specifying a particular page number of a multi-page image (such as TIFF).
Format: http://localhost/images/scan1.tif#page=3
------------------------------------------------------------------------
r605479 | jeremias | 2007-12-19 10:18:33 +0100 (Mi, 19 Dez 2007) | 3 lines

Removed new image package after the copying it to XML Graphics Commons.
Adjusted to use the Commons' version.
Batik-dependent plugins remain but will eventually need a different resting place.
------------------------------------------------------------------------
r605486 | jeremias | 2007-12-19 10:39:33 +0100 (Mi, 19 Dez 2007) | 1 line

Adjust the (pre)loader registration for the demo extensions.
------------------------------------------------------------------------
r605567 | jeremias | 2007-12-19 16:03:25 +0100 (Mi, 19 Dez 2007) | 1 line

Fixed scaling and translation (didn't work correctly in certain situations)
------------------------------------------------------------------------
r607034 | jeremias | 2007-12-27 11:47:12 +0100 (Do, 27 Dez 2007) | 71 lines

Merged revisions 604300-607033 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r604475 | vhennebert | 2007-12-15 19:16:01 +0100 (Sa, 15 Dez 2007) | 2 lines
  
  Testcase for the resolution of collapsed and conditional borders in the FO tree
........
  r604678 | adelmelle | 2007-12-16 20:54:00 +0100 (So, 16 Dez 2007) | 8 lines
  
  Streamlining/Correction of the changes made in r603926
  - delegate validation of the fo:wrapper's children to the parent: added static FONode.validateChildNode()
  - narrow the condition for processing text-childnodes: 
    this is not only constrained to fo:flow and fo:static-content, but the same goes 
    for a fo:wrapper that is a direct descendant of a fo:block-container or fo:inline-container, 
    which only allow block-level content (interpretation)
  - minor javadoc fixups/improvements
........
  r604814 | vhennebert | 2007-12-17 11:21:04 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Organized imports
........
  r604965 | vhennebert | 2007-12-17 19:56:46 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Renaming GridUnitPart into the more accurate CellPart. Moreover I was always making the confusion between gup and pgu
........
  r604970 | vhennebert | 2007-12-17 20:05:27 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every hole in the grid is now filled with an EmptyGridUnit
........
  r605195 | vhennebert | 2007-12-18 12:56:38 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Reset previousRowsLength before a new row-group is handled
........
  r605246 | vhennebert | 2007-12-18 17:48:03 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough.
........
  r605253 | vhennebert | 2007-12-18 18:01:45 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Renamed firstRow into firstRowIndex and moved its initialization into handeTableContentPosition
........
  r605295 | vhennebert | 2007-12-18 19:58:29 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time.
........
  r605297 | vhennebert | 2007-12-18 20:02:02 +0100 (Di, 18 Dez 2007) | 3 lines
  
  SVG support for AFP is an important addition IMO.
  IIUC it will have to be advertised in the next release as "Support for SVG images using primitive AFP graphics commands instead of bitmap images", or something like that?
........
  r605517 | vhennebert | 2007-12-19 12:47:38 +0100 (Mi, 19 Dez 2007) | 2 lines
  
  I said currentGU can no longer be null
........
  r605978 | jeremias | 2007-12-20 18:00:46 +0100 (Do, 20 Dez 2007) | 1 line
  
  Remove commented code.
........
  r606004 | jeremias | 2007-12-20 20:19:19 +0100 (Do, 20 Dez 2007) | 1 line
  
  Added support for scale-down-to-fit and scale-up-to-fit.
........
  r607032 | jeremias | 2007-12-27 11:34:15 +0100 (Do, 27 Dez 2007) | 4 lines
  
  Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package.
  
  Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started)
  Some javadoc cleanups.
........

------------------------------------------------------------------------
r607091 | jeremias | 2007-12-27 18:13:45 +0100 (Do, 27 Dez 2007) | 1 line

Avoid cutting away the URI fragment when building URLs from filenames.
------------------------------------------------------------------------
r607092 | jeremias | 2007-12-27 18:15:49 +0100 (Do, 27 Dez 2007) | 3 lines

Switched fox:external-document to new image package.
Added multi-page support for fox:external-document.
Changed multi-page.tiff: page 4 is now bigger than all other pages. (to make sure that individually sized pages are handled properly)
------------------------------------------------------------------------
r607188 | jeremias | 2007-12-28 09:38:26 +0100 (Fr, 28 Dez 2007) | 2 lines

Throwing IllegalStateException causes a prior exception to be swallowed by Xalan-J. Need to throw a SAXException instead.
Instead of logging an error about the element mismatch throw a SAXException because the logging only confuses the user as it's practically always a follow-up exception of an exception happening earlier in the respective startElement() event.
------------------------------------------------------------------------
r607249 | jeremias | 2007-12-28 15:27:39 +0100 (Fr, 28 Dez 2007) | 1 line

Metadata didn't get transported to the renderer when only fox:external-document is used.
------------------------------------------------------------------------
r607256 | jeremias | 2007-12-28 16:06:35 +0100 (Fr, 28 Dez 2007) | 1 line

Corrected content model.
------------------------------------------------------------------------
r607261 | jeremias | 2007-12-28 16:11:56 +0100 (Fr, 28 Dez 2007) | 1 line

Added -imagein to command-line so (multi-page) images such as TIFF files can be converted to PDF and other formats supported by FOP. The default stylesheet can be overwritten (with -xslt) if desired.
------------------------------------------------------------------------
r609530 | jeremias | 2008-01-07 09:16:09 +0100 (Mo, 07 Jan 2008) | 1 line

Fixed copy/paste mistake. Thanks for spotting it, Vincent.
------------------------------------------------------------------------
r609600 | jeremias | 2008-01-07 14:28:53 +0100 (Mo, 07 Jan 2008) | 1 line

Removed "image2" package again and moved the Batik-dependent implementations under the old "image" package. In this form, the deprecated code doesn't conflict with the new implementations anymore.
------------------------------------------------------------------------
r610029 | jeremias | 2008-01-08 16:48:53 +0100 (Di, 08 Jan 2008) | 3 lines

Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension on fo:external-graphic and fo:instream-foreign-object. This will only constrain the image itself but not allow the layout engine itself to resize the image as seen fit.
Added missing Javadocs in ImageLayout.java.

------------------------------------------------------------------------
r611120 | jeremias | 2008-01-11 10:20:57 +0100 (Fr, 11 Jan 2008) | 100 lines

Merged revisions 607034-611115 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r607036 | jeremias | 2007-12-27 11:51:11 +0100 (Do, 27 Dez 2007) | 1 line
  
  Don't just exit with no error message if the document contains no content. Pretty irritating if it does so.
........
  r608812 | acumiskey | 2008-01-04 13:14:33 +0100 (Fr, 04 Jan 2008) | 3 lines
  
  The fonts variable would have always had an empty Configuration node (non-null value) even if a <fonts/> wasn't present
  in the fop configuration.
........
  r609567 | jeremias | 2008-01-07 11:52:09 +0100 (Mo, 07 Jan 2008) | 4 lines
  
  Reenabled documentation for fox:destination.
  Enabled intermediate format functionality for fox:destination.
  Added a test case to check fox:destination.
  Deprecated FOP's XMLizable in favor of the XML Graphics Commons variant (and extend that variant).
........
  r609627 | jeremias | 2008-01-07 16:06:24 +0100 (Mo, 07 Jan 2008) | 5 lines
  
  Bugzilla #44176:
  Support for custom fonts in Java2DRenderer and derived renderers.
  Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com>
  
  Patch modified slightly by jeremias.
........
  r610020 | acumiskey | 2008-01-08 16:27:02 +0100 (Di, 08 Jan 2008) | 2 lines
  
  cleaned up
........
  r610021 | acumiskey | 2008-01-08 16:28:56 +0100 (Di, 08 Jan 2008) | 2 lines
  
  Appears to be unused/referenced and superceeded by PageGroup
........
  r610022 | acumiskey | 2008-01-08 16:34:07 +0100 (Di, 08 Jan 2008) | 2 lines
  
  cleaned up
........
  r610023 | acumiskey | 2008-01-08 16:35:18 +0100 (Di, 08 Jan 2008) | 2 lines
  
  fixed javadoc
........
  r610337 | vhennebert | 2008-01-09 12:02:08 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  Fixed checkstyle issues: tabs and trailing spaces
........
  r610355 | vhennebert | 2008-01-09 13:01:21 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  keep-together is an inherited property
........
  r610420 | acumiskey | 2008-01-09 16:40:25 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  cleanup
........
  r610704 | jeremias | 2008-01-10 08:38:47 +0100 (Do, 10 Jan 2008) | 1 line
  
  Added basic support for PDF page labels.
........
  r610739 | jeremias | 2008-01-10 11:13:21 +0100 (Do, 10 Jan 2008) | 1 line
  
  PostScript output now generates the bounding box DSC comments for the whole document.
........
  r610821 | vhennebert | 2008-01-10 16:53:20 +0100 (Do, 10 Jan 2008) | 4 lines
  
  - renamed variables for clarity
  - moved the computation of a cell's content length in PrimaryGridUnit
  - better javadoc for getHeight method in EffRow
........
  r610848 | vhennebert | 2008-01-10 18:41:52 +0100 (Do, 10 Jan 2008) | 2 lines
  
  No need to check if the end of the cell is reached when creating the areas for a row
........
  r610853 | vhennebert | 2008-01-10 18:54:16 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Simplified addAreasAndFlushRow
........
  r610886 | vhennebert | 2008-01-10 20:23:56 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Removed endPart() method and moved its content into addAreasAndFlushRow()
........
  r610891 | vhennebert | 2008-01-10 20:34:13 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Removed accumulatedBPD which is redundant with yoffset
........
  r610893 | vhennebert | 2008-01-10 20:35:24 +0100 (Do, 10 Jan 2008) | 2 lines
  
  The return value of addAreasAndFlushRow is never used, changed it to void
........
  r610905 | vhennebert | 2008-01-10 20:57:29 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Renamed lastRow into currentRow and yoffset into currentRowOffset
........
  r611114 | jeremias | 2008-01-11 10:04:28 +0100 (Fr, 11 Jan 2008) | 2 lines
  
  Bugfix: Some string objects were not encrypted (for example in named destinations)
  I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year.
........

------------------------------------------------------------------------
r611133 | jeremias | 2008-01-11 11:45:01 +0100 (Fr, 11 Jan 2008) | 4 lines

Fixed merge problems.
Fixed a NPE when a mask is null in BitmapImage.java
Add support for properly encoding binary data as a hexadecimal string object (including encryption).
Adjust palette generation for indexed bitmaps to work correctly with encryption.
------------------------------------------------------------------------
r611138 | jeremias | 2008-01-11 11:59:27 +0100 (Fr, 11 Jan 2008) | 1 line

Removed empty package.
------------------------------------------------------------------------

Revision 611114 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 09:04:28 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 50456 byte(s)
Diff to previous 610739 (colored)
Bugfix: Some string objects were not encrypted (for example in named destinations)
I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year.

Revision 610739 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 10:13:21 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 50295 byte(s)
Diff to previous 610704 (colored)
PostScript output now generates the bounding box DSC comments for the whole document.

Revision 610704 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 07:38:47 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 50135 byte(s)
Diff to previous 609627 (colored)
Added basic support for PDF page labels.

Revision 609627 - (view) (annotate) - [select for diffs]
Modified Mon Jan 7 15:06:24 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 50026 byte(s)
Diff to previous 607032 (colored)
Bugzilla #44176:
Support for custom fonts in Java2DRenderer and derived renderers.
Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com>

Patch modified slightly by jeremias.

Revision 607032 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 10:34:15 2007 UTC (22 months, 4 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49837 byte(s)
Diff to previous 606004 (colored)
Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package.

Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started)
Some javadoc cleanups.

Revision 606004 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 19:19:19 2007 UTC (23 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49512 byte(s)
Diff to previous 605297 (colored)
Added support for scale-down-to-fit and scale-up-to-fit.

Revision 605297 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 19:02:02 2007 UTC (23 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49357 byte(s)
Diff to previous 605295 (colored)
SVG support for AFP is an important addition IMO.
IIUC it will have to be advertised in the next release as "Support for SVG images using primitive AFP graphics commands instead of bitmap images", or something like that?

Revision 605295 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 18:58:29 2007 UTC (23 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49339 byte(s)
Diff to previous 603592 (colored)
Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time.

Revision 603592 - (view) (annotate) - [select for diffs]
Modified Wed Dec 12 12:26:39 2007 UTC (23 months, 2 weeks ago) by acumiskey
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49177 byte(s)
Diff to previous 599746 (colored)
Updated status with SVG support for AFP.

Revision 599746 - (view) (annotate) - [select for diffs]
Modified Fri Nov 30 09:04:54 2007 UTC (23 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 49076 byte(s)
Diff to previous 599536 (colored)
Bugzilla #37993:
Bugfix: allow multiple bookmarks to point at the same destination.

Revision 599536 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 18:31:13 2007 UTC (23 months, 3 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 48917 byte(s)
Diff to previous 598558 (colored)
Added fixes-bug attributes for:
- wrong element generation in table when glues are produced
- border-resolution on row-spanning cells

Revision 598558 - (view) (annotate) - [select for diffs]
Modified Tue Nov 27 08:36:23 2007 UTC (23 months, 4 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 48881 byte(s)
Diff to previous 596776 (colored)
Bugzilla #40230:
Bugfix: no empty page is generated anymore if there's no content after a break-after.

Bugzilla #43917:
Bugfix for border-after painting and element list generation when a forced break is involved.

Revision 596776 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 18:47:39 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 48501 byte(s)
Diff to previous 596739 (colored)
Bugzilla #43803: table cells having no children are allowed in relaxed validation mode.

Revision 596739 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 16:49:13 2007 UTC (2 years ago) by cbowditch
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 48294 byte(s)
Diff to previous 596727 (colored)
bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are still some thread synchronization issues to be addressed in the PropertyCache. See the following thread for details: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200711.mbox/%3cBAY117-DAV109E36CC066889386AB917FB870@phx.gbl%3e

Revision 596727 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 16:07:32 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 48106 byte(s)
Diff to previous 596724 (colored)
Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box.

Revision 596724 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 15:56:33 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 47792 byte(s)
Diff to previous 596600 (colored)
Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again.
Bugfix: Close streams opened by test font resolution in font configuration (the font URIs will be resolved again later anyway).
Better error message when the loading of font metric files doesn't work due to missing information in the returned Source instances.

Revision 596600 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 10:20:29 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 47634 byte(s)
Diff to previous 596390 (colored)
Bugzilla #43910:
Avoid a NullPointerException in AreaTreeHandler.endDocument().
Submitted by: David Delbecq <delbd.at.oma.be>

Revision 596390 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 18:25:27 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 47456 byte(s)
Diff to previous 596097 (colored)
Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900

Revision 596097 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 16:56:09 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 47238 byte(s)
Diff to previous 594571 (colored)
Bugzilla #43605:
Added methods for page-number-citation and page-number-citation-last in FOEventHandler.java
Submitted by: V. Schappert <vschappert.at.bloomberg.net>

Patch modified by Jeremias:
Bugfix: FOEventHandler.startPageNumberCitation() was also called in the case of a page-number-citation-last. Introduced abstract base classes to avoid this.

Revision 594571 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 16:24:32 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 47056 byte(s)
Diff to previous 593909 (colored)
Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move:
- bugfix: border-resolution for border-end on row-spanning cells was wrong
- bugfix: in case of missing cells the border-end of the table was applied to an inner cell, instead of the cell in the last column (but missing cells aren't painted yet :-\)
- bugfix: in collapsing-border model, border-before and -after specified on table-column were applied to every cell of the column, instead of only the first and the last ones
- border resolution is now made progressively when possible, and no longer triggers the fetching of all the rows of the table
Added testcases for the border conflict resolution (between the various elements of a table and not only the cells)

Revision 593909 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 15:30:34 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 46278 byte(s)
Diff to previous 593189 (colored)
Bugzilla #43835:
Bugfix: Use Font.getName() (logical font name) instead of Font.getFontName() (localized) when registering fonts from AWT.
Submitted by: David Churavy <churavy.at.kadel.cz>

Revision 593189 - (view) (annotate) - [select for diffs]
Modified Thu Nov 8 15:13:24 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 46033 byte(s)
Diff to previous 592554 (colored)
Improved font auto-detection and handling of AWT-supplied fonts in order to achieve better results when using multiple output formats. Whenever possible, the font names appearing in the operating system can also be used in XSL-FO.

Better distinction between Font Family Name ("Arial"), Full Font Name ("Arial Bold") and PostScript Name ("Arial-BoldMT"). This allows a better generation of FontTriplets. The same is done for AWT fonts where I have switch from font-family detection to enumerating all java.awt.Font instances so I can extract Family Name, Full Name and PostScript Name. FontInfoFinder and AWT's FontSetup are synchronized as well as possible at this time.
Register "extra-bold" (weight 800) and "light" (weight 200) in triplets when detected.
Tweaked FontInfo.fontLookup() for better fallback behaviour. This approach is rapidly nearing its flexibility limits. We should rethink the FontTriplet structure.
Fixed font-autodetection so fonts with uppercase extensions are detected, too.
Made the way TrueType fonts are embedded in PDF compliant to the specification so viewers correctly identify subset fonts. The name prefix in MultiByteFont was incorrect.
Support the detection of the special Type 1 Symbol font. Symbol used to be detected with "ExpertSubsetEncoding" instead of "SymbolEncoding".
Type1FontLoader tries to construct a "full name" from the PostScript name. This is a temporary hack until we have a PFB or PFA parser.

Revision 592554 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 21:10:44 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 45335 byte(s)
Diff to previous 592392 (colored)
Fixed regression: transparent-page-background was not recognized for PNG output.

Revision 592392 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 11:53:38 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 45180 byte(s)
Diff to previous 591756 (colored)
Added check for table-cells which span more rows than available in their parent element

Revision 591756 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 10:48:30 2007 UTC (2 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 44982 byte(s)
Diff to previous 591587 (colored)
Added support for fo:markers on fo:inline and fo:basic-link.


Revision 591587 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 10:59:09 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 44847 byte(s)
Diff to previous 591461 (colored)
Completely reimplemented the PDFTextPainter. All SVG text (including flow text, but excluding special cases with filters) is now painted in PDF text primitives.
The whole thing compiles against and runs with Batik 1.6 but was developed against Batik Trunk (1.7). The TextBridge for SVG 1.2 text is omitted because we're still on Batik 1.6 and FOP wouldn't compile with it. The full feature set is only available with Batik 1.7, of course. With Batik 1.6, font selection may not work as expected.

Revision 591461 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 21:05:22 2007 UTC (2 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 44558 byte(s)
Diff to previous 589119 (colored)
Add missing file from previous commit (r591437)

Revision 589119 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 14:45:30 2007 UTC (2 years ago) by acumiskey
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 44423 byte(s)
Diff to previous 588547 (colored)
Fixes 42982, 43042, 43587, 43143 and 43439 applied to trunk

Revision 588547 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 07:48:14 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 43578 byte(s)
Diff to previous 587052 (colored)
Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_PDF (563130:HEAD) into Trunk.

Adds generic structures in PDF so it is possible to embed external PDF documents, for example to support PDF files in fo:external-graphic for PDF output. See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200708.mbox/%3c20070806165027.5C59.DEV@jeremias-maerki.ch%3e
I tried to keep the changes on the API of the PDF library minimal but there could still be some incompatibilities for anyone who uses it separately.

This also adds support for dynamically registering an image handler. That's just a temporary solution until the image package redesign is done. But it works.

Revision 587052 - (view) (annotate) - [select for diffs]
Modified Mon Oct 22 10:12:40 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 43393 byte(s)
Diff to previous 584699 (colored)
Bugzilla #43597:
Added support for SVGZ.
Submitted by: Max Berger <max.at.berger.name>

Revision 584699 - (view) (annotate) - [select for diffs]
Modified Mon Oct 15 07:23:37 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 43257 byte(s)
Diff to previous 582287 (colored)
Bugfix for NPE with empty table-row (regression from 0.93).

Revision 582287 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 14:26:20 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 43123 byte(s)
Diff to previous 582230 (colored)
Added a configuration setting to the PCL renderer that lets you disable PJL commands.

Revision 582230 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 12:34:33 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 42974 byte(s)
Diff to previous 582178 (colored)
Bugzilla #43464:
There is no need to cast the sources into a StreamSource to determine
the SystemId. With this cast DOMSources or other non-StreamSources lead in a
ClassCastException.
Submitted by: Bruno Feurer <dev.at.brunof.com>

Revision 582178 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 09:56:12 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 42799 byte(s)
Diff to previous 582131 (colored)
Bugzilla #43439:
Fixed the restoration of the TLE values from the intermediate format for the AFP extension elements.
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>

Revision 582131 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 08:48:15 2007 UTC (2 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 42572 byte(s)
Diff to previous 578311 (colored)
Bugzilla #43041:
Added a configuration setting for the renderer/device resolution to the AFP renderer.
Many Checkstyle violations fixed.
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>

Changes to the patch by jeremias:
- Bugfix: SVGs were rendered in the wrong size when the target-resolution and the renderer-resolution differ.

Revision 578311 - (view) (annotate) - [select for diffs]
Modified Fri Sep 21 22:51:22 2007 UTC (2 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 42369 byte(s)
Diff to previous 576095 (colored)
PropertyCache phase 2:
        * improvement of the PropertyCache itself should guarantee acceptable
          performance of the static caches in multi-session environments, which is 
          a possible problem with synchronizedMap
        * changed CommonFont to use the cache: 
          added CachedCommonFont to contain the properties that are always cacheable
          CommonFont itself is only cached if the remaining properties are absolutes
        * changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty
          to use the cache

Facilitate the implementation for font-selection-strategy:
        * Changed FontInfo.fontLookup to always return an array of FontTriplet
        * Changed CommonFont.getFontState to return an array of FontTriplet
        * Initial modifications to the related LMs: initialized with
          the font corresponding to the first of the triplets

This line, and those below, will be ignored--

M    src/java/org/apache/fop/render/rtf/TextAttributesConverter.java
M    src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/PageNumberLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/CharacterLayoutManager.java
M    src/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java
M    src/java/org/apache/fop/fonts/FontInfo.java
M    src/java/org/apache/fop/fo/properties/CommonHyphenation.java
M    src/java/org/apache/fop/fo/properties/CommonAccessibility.java
M    src/java/org/apache/fop/fo/properties/CompoundPropertyMaker.java
M    src/java/org/apache/fop/fo/properties/FontFamilyProperty.java
M    src/java/org/apache/fop/fo/properties/FixedLength.java
M    src/java/org/apache/fop/fo/properties/PropertyCache.java
M    src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
M    src/java/org/apache/fop/fo/properties/CommonFont.java
M    src/java/org/apache/fop/fo/properties/ColorProperty.java
M    src/java/org/apache/fop/fo/properties/KeepProperty.java
M    src/java/org/apache/fop/fo/PropertyList.java
M    src/java/org/apache/fop/fo/FOPropertyMapping.java
M    src/java/org/apache/fop/fo/expr/PropertyParser.java
M    src/java/org/apache/fop/fo/expr/ICCColorFunction.java
M    src/java/org/apache/fop/fo/expr/CMYKcolorFunction.java
M    src/java/org/apache/fop/fo/expr/RGBColorFunction.java
M    src/java/org/apache/fop/fo/expr/SystemColorFunction.java
M    status.xml

Revision 576095 - (view) (annotate) - [select for diffs]
Modified Sun Sep 16 12:52:28 2007 UTC (2 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 41308 byte(s)
Diff to previous 576072 (colored)
Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retrieved markers.

Revision 576072 - (view) (annotate) - [select for diffs]
Modified Sun Sep 16 10:45:05 2007 UTC (2 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 41140 byte(s)
Diff to previous 572763 (colored)
Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.

Revision 572763 - (view) (annotate) - [select for diffs]
Modified Tue Sep 4 18:11:16 2007 UTC (2 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 40990 byte(s)
Diff to previous 569110 (colored)
Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG context. Thanks to ckohrn.AT.tng.de.

Revision 569110 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 18:36:34 2007 UTC (2 years, 3 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 40816 byte(s)
Diff to previous 569104 (colored)
The release date of FOP 0.94 is now known

Revision 569104 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 18:30:05 2007 UTC (2 years, 3 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 40814 byte(s)
Diff to previous 562908 (colored)
Merged revisions 556567-558280,558282-562946,562948-563926,563928-563950,563952-563955,563957-564855,564857-567293,567295-567296,567298-567302,567304-569099 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94

........
  r560595 | vhennebert | 2007-07-28 21:26:51 +0200 (sam, 28 jui 2007) | 2 lines
  
  Remove tab for the no longer supported 0.20.5 version
........
  r560596 | vhennebert | 2007-07-28 21:28:30 +0200 (sam, 28 jui 2007) | 2 lines
  
  Create a tab for the new 0.94 version
........
  r560600 | vhennebert | 2007-07-28 21:45:13 +0200 (sam, 28 jui 2007) | 2 lines
  
  Remove any reference to the old maintenance branch
........
  r560886 | vhennebert | 2007-07-30 10:19:59 +0200 (lun, 30 jui 2007) | 2 lines
  
  Update the documentation before releasing
........
  r562023 | clay | 2007-08-02 08:08:49 +0200 (jeu, 02 aoû 2007) | 1 line
  
  Changes to fop-0_94 branch to prepare it for 0.94 release.
........
  r562024 | clay | 2007-08-02 08:09:33 +0200 (jeu, 02 aoû 2007) | 1 line
  
  Changes to fop-0_94 branch to prepare it for 0.94 release.
........
  r562027 | clay | 2007-08-02 08:27:01 +0200 (jeu, 02 aoû 2007) | 1 line
  
  Changes to fop-0_94 branch to prepare it for 0.94 release.
........
  r562332 | clay | 2007-08-03 07:09:50 +0200 (ven, 03 aoû 2007) | 1 line
  
  Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information.
........
  r562333 | clay | 2007-08-03 07:10:47 +0200 (ven, 03 aoû 2007) | 1 line
  
  Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information.
........
  r562880 | vhennebert | 2007-08-05 17:05:41 +0200 (dim, 05 aoû 2007) | 4 lines
  
  - Update the website content
  - Fix some typos
  - Fix broken links
........
  r562881 | vhennebert | 2007-08-05 17:06:59 +0200 (dim, 05 aoû 2007) | 5 lines
  
  Changes in the trunk tab:
  - update content
  - fix typos
  - fix broken links
........
  r562887 | vhennebert | 2007-08-05 17:22:15 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Merge changes on the Trunk tab from revision 562881
........
  r562891 | vhennebert | 2007-08-05 17:32:33 +0200 (dim, 05 aoû 2007) | 4 lines
  
  Update the list of known issues:
  - border-collapsing model for tables is available
  - internal links point to the exact location
........
  r562900 | vhennebert | 2007-08-05 17:48:50 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Setup the "known issues" infrastructure for the 0.94 tab
........
  r562903 | vhennebert | 2007-08-05 18:23:59 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Style only: remove tab characters
........
  r562909 | vhennebert | 2007-08-05 19:11:58 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Disable "Valid HTML" icons. The site isn't valid...
........
  r562919 | vhennebert | 2007-08-05 19:52:13 +0200 (dim, 05 aoû 2007) | 3 lines
  
  Disable any link to relnotes.html. This file is not properly placed (in no tab), and only contains release notes for versions up to 0.92.
  TODO determine what to do with this file; newer versions have their own system
........
  r562924 | vhennebert | 2007-08-05 20:09:44 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Add a link to the Release Notes for version 0.94
........
  r562925 | vhennebert | 2007-08-05 20:10:34 +0200 (dim, 05 aoû 2007) | 2 lines
  
  Replace "Apache Forrest" with "Apache FOP". Copy-paste error?
........
  r564159 | vhennebert | 2007-08-09 11:56:41 +0200 (jeu, 09 aoû 2007) | 2 lines
  
  Introduce 0.94 in status.xml and README
........
  r564233 | vhennebert | 2007-08-09 17:09:49 +0200 (jeu, 09 aoû 2007) | 2 lines
  
  Update the compliance page
........
  r564864 | vhennebert | 2007-08-11 10:41:15 +0200 (sam, 11 aoû 2007) | 2 lines
  
  Fix error that made the 0.94 menu appear in the Trunk tab and vice-versa
........
  r564866 | vhennebert | 2007-08-11 10:45:39 +0200 (sam, 11 aoû 2007) | 2 lines
  
  Add my key for signing the release
........
  r564871 | vhennebert | 2007-08-11 10:51:35 +0200 (sam, 11 aoû 2007) | 2 lines
  
  Update dependency on version 1.2 of XML Graphics Commons
........
  r567299 | vhennebert | 2007-08-18 19:23:09 +0200 (sam, 18 aoû 2007) | 2 lines
  
  Update .htaccess to 0.94 release
........
  r567539 | clay | 2007-08-20 06:12:42 +0200 (lun, 20 aoû 2007) | 1 line
  
  Added formatting for code in page.
........

Revision 562908 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 17:08:04 2007 UTC (2 years, 3 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 40744 byte(s)
Diff to previous 561280 (colored)
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 561280 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 09:28:47 2007 UTC (2 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 40149 byte(s)
Diff to previous 557347 (colored)
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.

Revision 557347 - (view) (annotate) - [select for diffs]
Modified Wed Jul 18 18:06:09 2007 UTC (2 years, 4 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 39997 byte(s)
Diff to previous 557219 (colored)
Added support for keep-togther.within-line="always"

Revision 557219 - (view) (annotate) - [select for diffs]
Modified Wed Jul 18 10:40:12 2007 UTC (2 years, 4 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 39875 byte(s)
Diff to previous 554423 (colored)
Fixed incomplete support for Unicode word joiners

Revision 554423 - (view) (annotate) - [select for diffs]
Modified Sun Jul 8 19:47:53 2007 UTC (2 years, 4 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 39720 byte(s)
Diff to previous 554251 (colored)
Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)

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 554105 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 01:08:14 2007 UTC (2 years, 4 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 39129 byte(s)
Diff to previous 554103 (colored)
OK, now it was ready...

Revision 554103 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 00:59:40 2007 UTC (2 years, 4 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 38607 byte(s)
Diff to previous 554101 (colored)
Oops, not ready yet...

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 554094 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 00:04:25 2007 UTC (2 years, 4 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 38517 byte(s)
Diff to previous 549816 (colored)
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)

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, 5 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 540052 - (view) (annotate) - [select for diffs]
Modified Mon May 21 07:59:05 2007 UTC (2 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 37878 byte(s)
Diff to previous 540049 (colored)
Bugzilla #42406:
Use source resolution setting for bitmap images which don't provide their own resolution.
Submitted by: Hussein Shafie <hussein.at.xmlmind.com>

Revision 540049 - (view) (annotate) - [select for diffs]
Modified Mon May 21 07:32:46 2007 UTC (2 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 37661 byte(s)
Diff to previous 538198 (colored)
Bugzilla #42109:
Fixed the rendering of zero-width spaces for certain fonts by not generating them into the area tree.
Submitted by: Paul Vinkenoog <paul.at.vinkenoog.nl>

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 535866 - (view) (annotate) - [select for diffs]
Modified Mon May 7 12:22:22 2007 UTC (2 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 37245 byte(s)
Diff to previous 533986 (colored)
Bugzilla #42067:
Add support for exact positioning of internal PDF links.
Submitted by: Paul Vinkenoog <paul.at.vinkenoog.nl>

Revision 533986 - (view) (annotate) - [select for diffs]
Modified Tue May 1 09:41:05 2007 UTC (2 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 37072 byte(s)
Diff to previous 530886 (colored)
Bugzilla #41434:
Fix PDF Genaration for non-ASCII compatible locales.
Submitted by: Martin Kögler <martin.koegler.at.brz.gv.at>

Revision 530886 - (view) (annotate) - [select for diffs]
Modified Fri Apr 20 19:09:04 2007 UTC (2 years, 7 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36903 byte(s)
Diff to previous 530727 (colored)
Of course the painting of table borders in the collapsing model is due to Jeremias. Damn me for not thinking of that in the previous commit.

Revision 530727 - (view) (annotate) - [select for diffs]
Modified Fri Apr 20 10:21:19 2007 UTC (2 years, 7 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36899 byte(s)
Diff to previous 525078 (colored)
Time to enable border-collapse="collapse"

Revision 525078 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 08:14:05 2007 UTC (2 years, 7 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36734 byte(s)
Diff to previous 524571 (colored)
- fix minor checkstyle issues
- add missing headers
- add an entry in status.xml for the new named destinations feature

Revision 524571 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 10:02:43 2007 UTC (2 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36599 byte(s)
Diff to previous 520797 (colored)
Bugfix for keep-with-next inside tables:
Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table.

Revision 520797 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 08:13:21 2007 UTC (2 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36348 byte(s)
Diff to previous 517415 (colored)
Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command.

Revision 517415 - (view) (annotate) - [select for diffs]
Modified Mon Mar 12 21:49:37 2007 UTC (2 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 36131 byte(s)
Diff to previous 513857 (colored)
Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set.

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 510626 - (view) (annotate) - [select for diffs]
Modified Thu Feb 22 19:07:15 2007 UTC (2 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 35697 byte(s)
Diff to previous 507539 (colored)
Bugzilla 41652: 
Preserved linefeeds now generate an empty line.


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 504980 - (view) (annotate) - [select for diffs]
Modified Thu Feb 8 17:46:57 2007 UTC (2 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 35253 byte(s)
Diff to previous 504511 (colored)
Bugzilla 41572:
URIs were not properly parsed if they contain bracketed part(s)

Fix suggested by Erwin Tratar.

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 504280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 20:35:49 2007 UTC (2 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 34948 byte(s)
Diff to previous 503326 (colored)
Fix: override PropertyMaker.make() to properly parse font-family names containing spaces.

Revision 503326 - (view) (annotate) - [select for diffs]
Modified Sat Feb 3 22:31:34 2007 UTC (2 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 34812 byte(s)
Diff to previous 503323 (colored)
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Submitted by: Dominic Brügger <bruegger.at.puzzle.ch>

Revision 503323 - (view) (annotate) - [select for diffs]
Modified Sat Feb 3 22:22:26 2007 UTC (2 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 34650 byte(s)
Diff to previous 501453 (colored)
Support for soft masks (transparency) with ImageIO image adapter. Should help with transparent PNGs.

Revision 501453 - (view) (annotate) - [select for diffs]
Modified Tue Jan 30 16:37:11 2007 UTC (2 years, 9 months ago) by lfurini
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 34510 byte(s)
Diff to previous 500222 (colored)
Fix for bug 41019, minor changes to a few testcases as now a different set of break is created.

Revision 500222 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 11:06:01 2007 UTC (2 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 34284 byte(s)
Diff to previous 498835 (colored)
Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no XML font metrics file for that font is used.

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 495855 - (view) (annotate) - [select for diffs]
Modified Sat Jan 13 09:20:49 2007 UTC (2 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 33796 byte(s)
Diff to previous 495222 (colored)
Initial support for soft hyphens

Revision 495222 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 13:51:28 2007 UTC (2 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 33671 byte(s)
Diff to previous 494595 (colored)
Added support for line-height-shift-adjustment property

Revision 494595 - (view) (annotate) - [select for diffs]
Modified Tue Jan 9 21:29:40 2007 UTC (2 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 33540 byte(s)
Diff to previous 493979 (colored)
Created a static known-issues item in the release tab. Updated the
documenation for running.

Revision 493979 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 08:19:10 2007 UTC (2 years, 10 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 33385 byte(s)
Diff to previous 493717 (colored)
That may be discussed, but IMO support for UAX#14 line breaking is an important addition.

Revision 493717 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 13:19:45 2007 UTC (2 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 33367 byte(s)
Diff to previous 492769 (colored)
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues

Revision 492769 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 21:54:38 2007 UTC (2 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 31780 byte(s)
Diff to previous 489585 (colored)
Bugzilla #40930:
Added support for display-align for table-cell in RTF output.

Revision 489585 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 09:16:18 2006 UTC (2 years, 11 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 31626 byte(s)
Diff to previous 488988 (colored)
Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm

Revision 488988 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 09:13:55 2006 UTC (2 years, 11 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 31449 byte(s)
Diff to previous 474387 (colored)
Update of status

Revision 474387 - (view) (annotate) - [select for diffs]
Modified Mon Nov 13 16:28:13 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 31095 byte(s)
Diff to previous 474225 (colored)
Added initial support for loading fonts without a pre-created XML font metrics file.

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 473975 - (view) (annotate) - [select for diffs]
Modified Sun Nov 12 15:28:15 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 30443 byte(s)
Diff to previous 471725 (colored)
Bugzilla #40849:
Support for fo:instream-foreign-object (SVG only) for RTF output.
Submitted by: Dominic Brügger <bruegger.at.puzzle.ch>

Revision 471725 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 13:33:12 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 30256 byte(s)
Diff to previous 453900 (colored)
Bugfix: Fixed bug when the sum of column widths of a table is larger than the specified widths. The table width was not adjusted.

Revision 453900 - (view) (annotate) - [select for diffs]
Modified Sat Oct 7 13:25:32 2006 UTC (3 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 30044 byte(s)
Diff to previous 447325 (colored)
Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after.

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 441965 - (view) (annotate) - [select for diffs]
Modified Sun Sep 10 16:39:56 2006 UTC (3 years, 2 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 29351 byte(s)
Diff to previous 439511 (colored)
Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency.

Revision 439511 - (view) (annotate) - [select for diffs]
Modified Sat Sep 2 00:52:38 2006 UTC (3 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 29113 byte(s)
Diff to previous 437210 (colored)
Bugzilla #39414:
Uninterrupted text blocks larger than 32K characters would cause overflows during layout,
so make sure the FOText char arrays are never larger, by splitting them up into multiple 
instances.

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 433385 - (view) (annotate) - [select for diffs]
Modified Mon Aug 21 21:59:30 2006 UTC (3 years, 3 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 28719 byte(s)
Diff to previous 433291 (colored)
Minor fix: set negative values to zero for b-p-d/i-p-d

Revision 433291 - (view) (annotate) - [select for diffs]
Modified Mon Aug 21 17:18:37 2006 UTC (3 years, 3 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 28592 byte(s)
Diff to previous 432260 (colored)
Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656)

Revision 432260 - (view) (annotate) - [select for diffs]
Modified Thu Aug 17 15:16:36 2006 UTC (3 years, 3 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 28403 byte(s)
Diff to previous 432259 (colored)
C&P error, left the old bug number

Revision 432259 - (view) (annotate) - [select for diffs]
Modified Thu Aug 17 15:08:11 2006 UTC (3 years, 3 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 28366 byte(s)
Diff to previous 429168 (colored)
Forgot to include status.xml on last two commits

Revision 429168 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 18:23:59 2006 UTC (3 years, 3 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 28035 byte(s)
Diff to previous 428750 (colored)
Rework of the marker/retrieve-marker implementation to cater for correct evaluation of percentages and relative font-sizes, as well as more correct white-space handling.

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 428011 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 14:49:00 2006 UTC (3 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 27341 byte(s)
Diff to previous 427939 (colored)
Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.

Revision 427939 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 09:28:51 2006 UTC (3 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 27177 byte(s)
Diff to previous 426576 (colored)
Merge from Temp_Floats branch:
Fixed a bug with indent handling when margins are used on a surrounding block and not start/end-indent.

Revision 426576 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 15:44:37 2006 UTC (3 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 26990 byte(s)
Diff to previous 426465 (colored)
Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html

Revision 426465 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 10:04:23 2006 UTC (3 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 26807 byte(s)
Diff to previous 424979 (colored)
Bugzilla #40106:
Compatibility fix for GCJ (GNU Classpath): Using "UTF-16BE" instead of "UnicodeBigUnmarked" encoding.
Submitted by: Jeroen Meijer <jmeijer.at.notice.nu>

Revision 424979 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 09:28:13 2006 UTC (3 years, 4 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 26582 byte(s)
Diff to previous 424349 (colored)
Bugzilla #40062:
Fixed handling for CCITT Group 4 images with fill order 2.
Submitted by: Gilles Beaugeais <gbeaugeais.at.voila.fr>

JM: Patch slightly modified/streamlined.

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 420805 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 11:42:27 2006 UTC (3 years, 4 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 25724 byte(s)
Diff to previous 420543 (colored)
Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes.

Revision 420543 - (view) (annotate) - [select for diffs]
Modified Mon Jul 10 14:32:07 2006 UTC (3 years, 4 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 25204 byte(s)
Diff to previous 414272 (colored)
Some config file settings were not correctly set in FOUserAgent when invoked from command line

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 412972 - (view) (annotate) - [select for diffs]
Modified Fri Jun 9 08:12:27 2006 UTC (3 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 24618 byte(s)
Diff to previous 412714 (colored)
Documentation update for Java2DRenderer and descendants.

Revision 412714 - (view) (annotate) - [select for diffs]
Modified Thu Jun 8 10:09:15 2006 UTC (3 years, 5 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 24257 byte(s)
Diff to previous 412407 (colored)
Bugfix: components of border-separation weren't set when using shorthand-mode, leading to an NPE being thrown (Bugzilla 39712)

Revision 412407 - (view) (annotate) - [select for diffs]
Modified Wed Jun 7 14:28:09 2006 UTC (3 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 24037 byte(s)
Diff to previous 412224 (colored)
Bugfix: Table headers were omitted when a table is a child of a block-container.

Revision 412224 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 21:52:19 2006 UTC (3 years, 5 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 23714 byte(s)
Diff to previous 411725 (colored)
Fixes Bugzilla 39560: make sure the interaction between FOs and properties is only performed once

Revision 411725 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 09:53:22 2006 UTC (3 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 23381 byte(s)
Diff to previous 407774 (colored)
Bugfix: All fonts names were converted unnecessarily to lower case in RTF output.

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 406950 - (view) (annotate) - [select for diffs]
Modified Tue May 16 14:04:47 2006 UTC (3 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 22422 byte(s)
Diff to previous 406917 (colored)
Automatic support for all fonts available to the Java2D subsystem for all Java2D-descendant renderers (TIFF, PNG, print, AWT).
Improvements in the adapter for Java2D/AWT font metrics.

Revision 406917 - (view) (annotate) - [select for diffs]
Modified Tue May 16 11:44:57 2006 UTC (3 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 22216 byte(s)
Diff to previous 406596 (colored)
Improved baseline detection in TTFReader for TrueType fonts. Ascender and descender values were sometimes not in line with FOP's expectations.
Changed some log output from debug to trace level.

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 404759 - (view) (annotate) - [select for diffs]
Modified Sun May 7 13:43:35 2006 UTC (3 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21909 byte(s)
Diff to previous 404751 (colored)
The default sRGB color profile provided by the Java class library is no longer embedded if it is encountered. This should reduce the PDF size considerably.

Revision 404751 - (view) (annotate) - [select for diffs]
Modified Sun May 7 12:21:56 2006 UTC (3 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21668 byte(s)
Diff to previous 400279 (colored)
Bugzilla #39443:
Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages.
Tables and list produced an illegal value for break class on normal breaks.

Revision 400279 - (view) (annotate) - [select for diffs]
Modified Sat May 6 10:10:08 2006 UTC (3 years, 6 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21490 byte(s)
Diff to previous 399200 (colored)
Fixed incorrect handling of percentages in vertical-align property values and added testcase

Revision 399200 - (view) (annotate) - [select for diffs]
Modified Wed May 3 08:30:56 2006 UTC (3 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21334 byte(s)
Diff to previous 397556 (colored)
Bugzilla #38243:
Bugfix for NPE when there are gaps in the table-column setup.
Submitted by: Gerhard Oettl <gerhard.oettl.at.oesoft.at>

Revision 397556 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 14:37:38 2006 UTC (3 years, 6 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20914 byte(s)
Diff to previous 396915 (colored)
Minor correction to whitespace handling to ensure non space whitespace is always converted to a space

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 396640 - (view) (annotate) - [select for diffs]
Modified Mon Apr 24 18:39:05 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20487 byte(s)
Diff to previous 396256 (colored)
Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page.

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 396251 - (view) (annotate) - [select for diffs]
Modified Sun Apr 23 10:49:42 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20018 byte(s)
Diff to previous 396243 (colored)
Bugzilla #39285:
Bugfix: Fixed OutOfMemoryException with long data URLs (RFC 2397).

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 395518 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 07:20:08 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19619 byte(s)
Diff to previous 394928 (colored)
Merged changes from 0.92 branch back into Trunk.

Revision 394928 - (view) (annotate) - [select for diffs]
Modified Tue Apr 18 12:36:58 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19552 byte(s)
Diff to previous 393410 (colored)
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 PDFGraphics2D would be wrong in the process.

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 392902 - (view) (annotate) - [select for diffs]
Modified Mon Apr 10 07:41:16 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19040 byte(s)
Diff to previous 392494 (colored)
Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".

Revision 392494 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 08:22:19 2006 UTC (3 years, 7 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18884 byte(s)
Diff to previous 392488 (colored)
Corrected wrong BugZilla number in status.xml

Revision 392488 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 07:17:59 2006 UTC (3 years, 7 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18884 byte(s)
Diff to previous 388565 (colored)
Fixed various white space (non)removal issues during line building. white-space-treatment is now supported properly especially for the "preserve" case.

Revision 388565 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 15:53:01 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18478 byte(s)
Diff to previous 388536 (colored)
Corrected expectation and behaviour for the text-indent property to only apply to the first line area generated by a block.

Revision 388536 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 14:32:19 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18272 byte(s)
Diff to previous 388182 (colored)
Confirming that last-line-end-indent works as specified in XSL 1.0.

Revision 388182 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 14:45:17 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18059 byte(s)
Diff to previous 387477 (colored)
Initial support for page-position="last". Feedback requested!
See also: http://wiki.apache.org/xmlgraphics-fop/PagePositionLast

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 386025 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 09:54:04 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 17115 byte(s)
Diff to previous 386015 (colored)
Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used.

Revision 386015 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 09:28:49 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 16886 byte(s)
Diff to previous 382089 (colored)
Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.

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 381981 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 10:38:19 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 16391 byte(s)
Diff to previous 379054 (colored)
Forgot the entry here.

Revision 379054 - (view) (annotate) - [select for diffs]
Modified Mon Feb 20 08:25:21 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 16215 byte(s)
Diff to previous 378482 (colored)
Forgot an entry.

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 377762 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 16:39:50 2006 UTC (3 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15927 byte(s)
Diff to previous 377222 (colored)
Added support for the background-position shorthand.

Revision 377222 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 19:37:22 2006 UTC (3 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15791 byte(s)
Diff to previous 377045 (colored)
Added implementation for the font shorthand property (+ some checkstyle cleanup)

Revision 377045 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 20:23:47 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15670 byte(s)
Diff to previous 376235 (colored)
Bugzilla #38618:
cleanup of rgb() and implementation of system-color()
Submitted by: Max Berger <max.at.berger.name>

Revision 376235 - (view) (annotate) - [select for diffs]
Modified Thu Feb 9 09:20:02 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15515 byte(s)
Diff to previous 376226 (colored)
Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.

Revision 376226 - (view) (annotate) - [select for diffs]
Modified Thu Feb 9 08:54:06 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15360 byte(s)
Diff to previous 375585 (colored)
Bugfix: padding-top and padding-bottom on list-items could lead to wrong page break decisions and thus to overlapping text.
Bugfix: break-before and break-after were ignored on list-items.

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 374425 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 16:20:22 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14844 byte(s)
Diff to previous 373922 (colored)
Bugzilla #38453:
Bugfix: Text-decoration was not promoted if no text-decoration attribute was specified on a nested element.
Nice side-effect: more efficient evaluation of text-decoration.

Revision 373922 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 22:09:36 2006 UTC (3 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14636 byte(s)
Diff to previous 372504 (colored)
Implementation for from-table-column(). See: bugzilla 38282

Revision 372504 - (view) (annotate) - [select for diffs]
Modified Thu Jan 26 11:05:43 2006 UTC (3 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14442 byte(s)
Diff to previous 372214 (colored)
Bugzilla #38397:
Bugfix: Spanned cells could lead to an false error message about overlapping cells and ultimately a NullPointerException.

Revision 372214 - (view) (annotate) - [select for diffs]
Modified Wed Jan 25 13:48:32 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14219 byte(s)
Diff to previous 370798 (colored)
Bugfix: Regions with non-standard names got ignored in RTF output leading to missing headers and footers.

Revision 370798 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 12:52:50 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14030 byte(s)
Diff to previous 370494 (colored)
RTF output did not generate the "\landscape" tag when necessary.

Revision 370494 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 15:10:14 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 13847 byte(s)
Diff to previous 369753 (colored)
Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore.
For details, see: http://wiki.apache.org/xmlgraphics-fop/XslFoSpecificationUncertainties/SpaceTraits

Note: this change brings another issue in column balancing to light. That's the reason for disabling one of the tests. I wasn't able to find a quick fix there.

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 369407 - (view) (annotate) - [select for diffs]
Modified Mon Jan 16 09:18:11 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 13256 byte(s)
Diff to previous 369078 (colored)
Bugfix: Floating point numbers were not properly formatted in the PDF renderer which could lead to error messages while opening a PDF in Acrobat Reader.

Revision 369078 - (view) (annotate) - [select for diffs]
Modified Sat Jan 14 18:46:42 2006 UTC (3 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 13021 byte(s)
Diff to previous 367775 (colored)
Remove 2005 from the copyright years of appropriate files committed in
revision 368462. Update the changes document with the change of that
commit.

Revision 367775 - (view) (annotate) - [select for diffs]
Modified Tue Jan 10 20:18:13 2006 UTC (3 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 12815 byte(s)
Diff to previous 367262 (colored)
The last page sequence should also follow its force-page-count trait.
Replace one test case with two leaner test cases, submitted by Gerhard
Oettl, see bug 38087.

Revision 367262 - (view) (annotate) - [select for diffs]
Modified Mon Jan 9 10:16:45 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 12627 byte(s)
Diff to previous 366718 (colored)
Bugzilla #38054:
Bugfix: Spans that end up with a negative height don't get swallowed anymore.

MainReference.getWidth() removed as it's not used anywhere.

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 366184 - (view) (annotate) - [select for diffs]
Modified Thu Jan 5 14:00:50 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 12083 byte(s)
Diff to previous 366148 (colored)
Bugzilla #38135:
Added support for RFC 2397 "data" URLs.
Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk>

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 365689 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 17:35:23 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 11538 byte(s)
Diff to previous 365623 (colored)
Bugfix: TableCell did not properly report that it generates reference-areas which could lead to wrong inherited values for start-indent and end-indent.

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 365426 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 20:31:43 2006 UTC (3 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 11048 byte(s)
Diff to previous 365410 (colored)
A short summary of my changes over the past two weeks

Revision 365410 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 19:44:19 2006 UTC (3 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10920 byte(s)
Diff to previous 365282 (colored)
The copyright fun starts again; it is 2006

Revision 365282 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 03:43:00 2006 UTC (3 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10915 byte(s)
Diff to previous 360083 (colored)
Corrected simple mistake in BMP Reader which incorrectly reported the image width information as the image height

Revision 360083 - (view) (annotate) - [select for diffs]
Modified Fri Dec 30 13:33:18 2005 UTC (3 years, 10 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10760 byte(s)
Diff to previous 359945 (colored)
Revision of refinement white-space handling (cfr. Bugzilla 37639)

Revision 359945 - (view) (annotate) - [select for diffs]
Modified Fri Dec 30 00:25:28 2005 UTC (3 years, 10 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10654 byte(s)
Diff to previous 359893 (colored)
Added support for the white-space shorthand

Revision 359893 - (view) (annotate) - [select for diffs]
Modified Thu Dec 29 21:17:22 2005 UTC (3 years, 10 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10523 byte(s)
Diff to previous 359383 (colored)


Revision 359383 - (view) (annotate) - [select for diffs]
Modified Wed Dec 28 04:12:40 2005 UTC (3 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10390 byte(s)
Diff to previous 359368 (colored)
Fix for NPE reported in bugzilla 38053. Unfortunately I have not been able to construct a small testcase for it.

Revision 359368 - (view) (annotate) - [select for diffs]
Modified Wed Dec 28 03:21:08 2005 UTC (3 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 10234 byte(s)
Diff to previous 358885 (colored)
Fix for bug 37743 and part of 38053

Revision 358885 - (view) (annotate) - [select for diffs]
Modified Fri Dec 23 23:34:48 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 9758 byte(s)
Diff to previous 358798 (colored)
Merge from Branch fop-0_91:
Documentation updates in preparation of the 0.91 beta release.

Revision 358798 - (view) (annotate) - [select for diffs]
Modified Fri Dec 23 12:50:10 2005 UTC (3 years, 11 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 9405 byte(s)
Diff to previous 357942 (colored)
Forgot to update the status page

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 &gt; 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 357034 - (view) (annotate) - [select for diffs]
Modified Thu Dec 15 15:44:02 2005 UTC (3 years, 11 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 8020 byte(s)
Diff to previous 357008 (colored)
Fixed a problem where a block containing only a nbsp was not rendered at all

Revision 357008 - (view) (annotate) - [select for diffs]
Modified Thu Dec 15 13:04:29 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 7837 byte(s)
Diff to previous 357000 (colored)
Fixed a bug where the area for a finished cell that is broken over pages was created once for each row it was spanned over instead of only once.

Revision 357000 - (view) (annotate) - [select for diffs]
Modified Thu Dec 15 10:18:22 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 7609 byte(s)
Diff to previous 356594 (colored)
Added checks that warn about tables and block-containers that are wider than the available content area.

Revision 356594 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 19:50:59 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 7422 byte(s)
Diff to previous 355411 (colored)
Bugzilla #37880:
Bugfix for lost footnotes in centered text.
Skip elements with no Position in TextLayoutManager.

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 355401 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 07:44:09 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 5981 byte(s)
Diff to previous 355105 (colored)
The output file is now deleted when an exception occurs when calling FOP from the command-line.

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 355042 - (view) (annotate) - [select for diffs]
Modified Thu Dec 8 08:51:14 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 5485 byte(s)
Diff to previous 354757 (colored)
Bugzilla #37828:
Bugfix for column balancing with large amounts of text.

Revision 354757 - (view) (annotate) - [select for diffs]
Modified Wed Dec 7 09:40:16 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 4900 byte(s)
Diff to previous 354752 (colored)
Bugzilla #37815:
Bugfix: The combination of content-width="scale-to-fit" and content-height="100%" did not work as expected due to a datatype conversion bug.
Submitted by: Tom <tom.at.craddock.id.au>

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 354537 - (view) (annotate) - [select for diffs]
Modified Tue Dec 6 20:35:15 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 4422 byte(s)
Diff to previous 354075 (colored)
Bugfix: OutputStreams created by the PNG Renderer were not properly closed.

Revision 354075 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 14:05:16 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 4271 byte(s)
Diff to previous 351734 (colored)
The border-collapse property on fo:table is now forced to the value "separate" until the collapsing border has been implemented.

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 350269 - (view) (annotate) - [select for diffs]
Modified Thu Dec 1 16:05:00 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 3584 byte(s)
Diff to previous 349909 (colored)
Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint cursor not be be properly advanced when space-before or space-after were present.

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 348792 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 19:53:43 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 2366 byte(s)
Diff to previous 348789 (colored)
Bugfix for placement of text inside a text area when borders are present in PostScript output.

Revision 348789 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 19:43:55 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 2194 byte(s)
Diff to previous 348722 (colored)
Status update.

Revision 348722 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 12:58:37 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 1331 byte(s)
Diff to previous 344252 (colored)
Documenting the new hyphenation-ladder-count feature.

Revision 344252 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 22:34:26 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 1312 byte(s)
Copied from: xmlgraphics/fop/trunk/status.xml revision 198466
Diff to previous 197394 (colored)
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.

Revision 197394 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 19:49:11 2004 UTC (5 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 22336 byte(s)
Diff to previous 197331 (colored)
Moved some committers to the inactive list. Just move yourself up again when you become active again.
Added note about finishing Apache License 2.0.

Revision 197331 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 17:58:13 2004 UTC (5 years, 9 months ago) by bckfnn
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21838 byte(s)
Diff to previous 197242 (colored)
Latest changes about property datatypes.

Revision 197242 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 10:54:39 2004 UTC (5 years, 10 months ago) by bckfnn
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21655 byte(s)
Diff to previous 196486 (colored)
Update changes on code-generated property makers.

Revision 196486 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 20:24:02 2003 UTC (6 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21481 byte(s)
Diff to previous 196463 (colored)
Update changes

Revision 196463 - (view) (annotate) - [select for diffs]
Modified Tue May 27 14:43:53 2003 UTC (6 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21251 byte(s)
Diff to previous 196413 (colored)
Bugfix: Names in Unicode don't get extracted properly (#20239)

Revision 196413 - (view) (annotate) - [select for diffs]
Modified Thu May 8 17:24:46 2003 UTC (6 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 21063 byte(s)
Diff to previous 196274 (colored)
Update changes

Revision 196274 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 16:05:30 2003 UTC (6 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20849 byte(s)
Diff to previous 196206 (colored)
Update changes

Revision 196206 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:56:12 2003 UTC (6 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20712 byte(s)
Diff to previous 196200 (colored)
Update changes.

Revision 196200 - (view) (annotate) - [select for diffs]
Modified Wed Apr 2 00:40:04 2003 UTC (6 years, 7 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20374 byte(s)
Diff to previous 196189 (colored)
updated status re markers

Revision 196189 - (view) (annotate) - [select for diffs]
Modified Fri Mar 28 08:27:17 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 20355 byte(s)
Diff to previous 196091 (colored)
Update changes on PDF lib refactoring and work on transcoders.

Revision 196091 - (view) (annotate) - [select for diffs]
Modified Thu Mar 13 16:50:42 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19696 byte(s)
Diff to previous 196066 (colored)
Update for PDF encryption support

Revision 196066 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 13:35:48 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19285 byte(s)
Diff to previous 196060 (colored)
Log directory move

Revision 196060 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 09:37:51 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 19159 byte(s)
Diff to previous 195876 (colored)
Update changes (triggered from changes to PostScript output)

Revision 195876 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 10:54:37 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18653 byte(s)
Diff to previous 195839 (colored)
Update changes

Revision 195839 - (view) (annotate) - [select for diffs]
Modified Thu Jan 9 13:52:01 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18475 byte(s)
Diff to previous 195830 (colored)
Added change log for bugfix #15877

Revision 195830 - (view) (annotate) - [select for diffs]
Modified Wed Jan 8 14:44:54 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 18284 byte(s)
Diff to previous 195714 (colored)
Add changes

Revision 195714 - (view) (annotate) - [select for diffs]
Modified Mon Dec 2 14:40:18 2002 UTC (6 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 17822 byte(s)
Diff to previous 195705 (colored)
Comment on latest changes

Revision 195705 - (view) (annotate) - [select for diffs]
Modified Mon Dec 2 13:20:33 2002 UTC (6 years, 11 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 17610 byte(s)
Diff to previous 195685 (colored)
added Victor and updated some tasks

Revision 195685 - (view) (annotate) - [select for diffs]
Modified Sat Nov 30 08:54:26 2002 UTC (6 years, 11 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 17158 byte(s)
Diff to previous 195617 (colored)
white-space and line-ending fixes

Revision 195617 - (view) (annotate) - [select for diffs]
Modified Fri Nov 22 18:07:13 2002 UTC (7 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 17172 byte(s)
Diff to previous 195611 (colored)
Adjusted to new JARs

Revision 195611 - (view) (annotate) - [select for diffs]
Modified Fri Nov 22 16:06:33 2002 UTC (7 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 16925 byte(s)
Diff to previous 195565 (colored)
Update changes.

Revision 195565 - (view) (annotate) - [select for diffs]
Modified Tue Nov 19 12:12:29 2002 UTC (7 years ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 16737 byte(s)
Diff to previous 195439 (colored)
updated for doc and other changes
added Oleg

Revision 195439 - (view) (annotate) - [select for diffs]
Modified Wed Nov 6 16:25:17 2002 UTC (7 years ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 15563 byte(s)
Diff to previous 195332 (colored)
updated a number of previous changes

Revision 195332 - (view) (annotate) - [select for diffs]
Modified Wed Oct 16 17:01:56 2002 UTC (7 years, 1 month ago) by chrisg
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14330 byte(s)
Diff to previous 195179 (colored)
Addes Linking to a specific page and a named destinations of an
external PDF file (see www.adobe.com/products/acrobat/pdfs/c01acrotip.pdf)
Submitted by: Bernd Brandstetter <bbrand@freenet.de>

Revision 195179 - (view) (annotate) - [select for diffs]
Modified Fri Sep 13 10:23:56 2002 UTC (7 years, 2 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 14043 byte(s)
Diff to previous 195154 (colored)
more things to do

Revision 195154 - (view) (annotate) - [select for diffs]
Modified Fri Sep 6 14:53:18 2002 UTC (7 years, 2 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 12634 byte(s)
Diff to previous 195136 (colored)
latest changes, working on tables

Revision 195136 - (view) (annotate) - [select for diffs]
Modified Mon Sep 2 10:50:50 2002 UTC (7 years, 2 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 12361 byte(s)
Diff to previous 195090 (colored)
updated for fontreader and previous changes

Revision 195090 - (view) (annotate) - [select for diffs]
Modified Fri Aug 16 13:06:38 2002 UTC (7 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 11893 byte(s)
Diff to previous 195084 (colored)
cleanuup, updated status for line height

Revision 195084 - (view) (annotate) - [select for diffs]
Modified Wed Aug 14 13:45:45 2002 UTC (7 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 11750 byte(s)
Diff to previous 195080 (colored)
Updated batik with change to TextPainter interface and UserAgent.
Improved PDFTextPainter to handle more types of text.
Added more todo items

Revision 195080 - (view) (annotate) - [select for diffs]
Modified Mon Aug 12 16:57:16 2002 UTC (7 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 9354 byte(s)
Diff to previous 195069 (colored)
Updated to reflect changes on PS renderer.

Revision 195069 - (view) (annotate) - [select for diffs]
Modified Wed Aug 7 17:33:45 2002 UTC (7 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 8989 byte(s)
Diff to previous 195067 (colored)
Updated changelog on Logging changes.

Revision 195067 - (view) (annotate) - [select for diffs]
Modified Wed Aug 7 14:18:36 2002 UTC (7 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 8760 byte(s)
Diff to previous 195066 (colored)
<action dev="JM" type="update" context="build">
Improve build process for more flexibility when external jars change.
Changed to use -projecthelp option from Ant 1.5 instead of "usage" target.
</action>

Revision 195066 - (view) (annotate) - [select for diffs]
Modified Wed Aug 7 12:51:56 2002 UTC (7 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 8537 byte(s)
Diff to previous 195061 (colored)
Adjust for new Avalon Framework JAR

Revision 195061 - (view) (annotate) - [select for diffs]
Modified Tue Aug 6 08:34:07 2002 UTC (7 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 8362 byte(s)
Diff to previous 195042 (colored)
latest updates

Revision 195042 - (view) (annotate) - [select for diffs]
Modified Wed Jul 31 12:46:40 2002 UTC (7 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/status.xml
File length: 7390 byte(s)
Diff to previous 195028 (colored)
added recent changes

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2