]>
source.dussan.org Git - xmlgraphics-fop.git/log
Jeremias Maerki [Wed, 11 Oct 2006 07:45:42 +0000 (07:45 +0000)]
code style
TAB characters
license headers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@462726
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Tue, 10 Oct 2006 13:32:03 +0000 (13:32 +0000)]
in debug mode, log the font tables names
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454734
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Tue, 10 Oct 2006 13:14:19 +0000 (13:14 +0000)]
(this file was missing in previous commit)
Applied patch from bugzilla 5335, comment 10.
Generates a ToUnicode table for embedded CID fonts.
Patch provided by Adam Strzelecki, ono@java.pl.
The patch contains code for the FOray project, used with permission (bugzilla 5335 comment #13).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454731
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Tue, 10 Oct 2006 13:00:05 +0000 (13:00 +0000)]
Applied patch from bugzilla 5335, comment 10.
Generates a ToUnicode table for embedded CID fonts.
Patch provided by Adam Strzelecki, ono@java.pl.
The patch contains code for the FOray project, used with permission (bugzilla 5335 comment #13).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454725
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Tue, 10 Oct 2006 09:40:56 +0000 (09:40 +0000)]
Throw exception if font does not provide a loca table (happens when attempting to read an OpenType font with CFF outlines)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454671
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Tue, 10 Oct 2006 09:15:06 +0000 (09:15 +0000)]
Throw exception if glyf table is not found (currently happens with some OTF font files)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454669
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 9 Oct 2006 13:07:13 +0000 (13:07 +0000)]
Create a dummy PercentBaseContext in FOPRtfAttributes, so that
percentage font size properties are properly evaluated. Patch by
Renaud Michel <renaud dot michel at defimedia dot be>. Unfortunately,
no regression test, because I have no RTF test framework.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454369
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 9 Oct 2006 10:57:55 +0000 (10:57 +0000)]
Fix a small error in ListItemLayoutManager. Patch submitted by Julien
Plissonneau Duquène <julien dot plissonneau dot duquene at
savoirfairelinux dot com>, see bug 40556.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454338
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 9 Oct 2006 10:34:32 +0000 (10:34 +0000)]
Prevent a StringIndexOutOfBoundsException when the PNG output file
name does not have an extension. Patch submitted by Matt Healy <mjh at
cs dot rit dot edu>, see bug 40655.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454331
13f79535 -47bb-0310-9956-
ffa450edef68
Joerg Pietschmann [Sat, 7 Oct 2006 21:00:13 +0000 (21:00 +0000)]
Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@454018
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sat, 7 Oct 2006 14:29:54 +0000 (14:29 +0000)]
Fixed layout of forward page number citation references in fo:inline
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453920
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 7 Oct 2006 14:26:37 +0000 (14:26 +0000)]
Don't swallow the exception. At least log it.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453919
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 7 Oct 2006 13:25:32 +0000 (13:25 +0000)]
Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453900
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 7 Oct 2006 13:17:57 +0000 (13:17 +0000)]
Fixed a compilation problem.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453899
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 6 Oct 2006 17:37:58 +0000 (17:37 +0000)]
This fixes a bug that has crept in page number resolution, viz. the text was not updated, so that the wrong ipd was calculated.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453700
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Thu, 5 Oct 2006 18:44:15 +0000 (18:44 +0000)]
Create a class-specific logger for each LayoutManager which uses a logger.
This includes the patch of bug 40667.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453310
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 4 Oct 2006 18:55:56 +0000 (18:55 +0000)]
Added my key
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@452975
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 2 Oct 2006 15:37:56 +0000 (15:37 +0000)]
Add link to CambridgeDocs (they are using FOP!)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@452080
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 29 Sep 2006 19:19:41 +0000 (19:19 +0000)]
Setting basedir on the JUnit tasks to avoid problems in certain environments.
Submitted by: Andrejus Chaliapinas <a.chaliapinas.at.infosana.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@451393
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 13:06:25 +0000 (13:06 +0000)]
Working on bug #5335, barcode.fo example fixed to work with current code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448544
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 13:05:13 +0000 (13:05 +0000)]
More fo.examples overridable properties, working on bug #5335 comment #14
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448543
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 13:03:06 +0000 (13:03 +0000)]
Working on bug #5335: font did not embed correctly, replaced with a fresh download from http://www.geocities.com/keith_dimmock/barcodes.html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448541
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 12:44:22 +0000 (12:44 +0000)]
Fix bug #40569: throw IOException when embed-url was specified for an embedded font, but Source cannot be found
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448536
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 11:34:35 +0000 (11:34 +0000)]
Overridable property "fo.examples.include" added to select which examples to build
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448523
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Thu, 21 Sep 2006 11:28:51 +0000 (11:28 +0000)]
Failed with "Border and padding for region "xsl-region-after" must be '0'" error, border removed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448519
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Wed, 20 Sep 2006 15:46:25 +0000 (15:46 +0000)]
Simple test of the PDFCMap class, before refactoring it for ToUnicode
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448243
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Wed, 20 Sep 2006 14:54:42 +0000 (14:54 +0000)]
Code style, conform to checkstyle requirements (where it makes sense)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448214
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 18 Sep 2006 09:19:44 +0000 (09:19 +0000)]
A note about CCITT compression.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447337
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 18 Sep 2006 09:11:33 +0000 (09:11 +0000)]
ApacheCon Banner update
Documented "compression" setting for TIFF Renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447334
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 18 Sep 2006 08:55:33 +0000 (08:55 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447325
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sat, 16 Sep 2006 19:40:37 +0000 (19:40 +0000)]
Added a comment about the cofiguration schema and some other means to determine configuration errors.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446928
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 15 Sep 2006 19:43:06 +0000 (19:43 +0000)]
typo
Spotted by Vincent Hennebert. Thanks!
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446704
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 15 Sep 2006 18:53:15 +0000 (18:53 +0000)]
mention that the config file format has changed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446682
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Fri, 15 Sep 2006 15:43:47 +0000 (15:43 +0000)]
PDFEncodingTestCase added, but test with custom font is disabled, fails (as expected, bugzilla 40467)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446640
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Fri, 15 Sep 2006 12:05:25 +0000 (12:05 +0000)]
BasePDFTestCase extracted from PDFAConformanceTestCase, will be used to create more PDF renderer tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446585
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Fri, 15 Sep 2006 11:27:51 +0000 (11:27 +0000)]
junit-reports target added, creates HTML test reports
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@446580
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 11 Sep 2006 18:24:35 +0000 (18:24 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@442282
13f79535 -47bb-0310-9956-
ffa450edef68
Bertrand Delacretaz [Mon, 11 Sep 2006 15:02:09 +0000 (15:02 +0000)]
.externalToolBuilders (from eclipse) added to svn:ignore
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@442238
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 11 Sep 2006 09:55:42 +0000 (09:55 +0000)]
Missed the other source of "getValue() called on AUTO length" last time.
Improved reporting where possible.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@442148
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 10 Sep 2006 16:39:56 +0000 (16:39 +0000)]
Configuration option in the Java2D-based renderers that allows to disable the default white background in order to produce bitmap output with transparency.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@441965
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 10 Sep 2006 11:38:03 +0000 (11:38 +0000)]
Fix a bug in the example code: Without setting the user agent on the Renderer instance, stuff like using images doesn't work.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@441942
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 10 Sep 2006 10:40:43 +0000 (10:40 +0000)]
background for table-column (columns and spanned column) is not implemented, yet.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@441938
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 4 Sep 2006 19:30:58 +0000 (19:30 +0000)]
Some instructions in the readme file for the MathML extension.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@440154
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sat, 2 Sep 2006 09:59:41 +0000 (09:59 +0000)]
Trivial change to testcase to avoid 800+ warning messages
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439568
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 2 Sep 2006 00:52:38 +0000 (00:52 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439511
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 1 Sep 2006 18:34:34 +0000 (18:34 +0000)]
Avoiding error message ("getBaseLength called without context") when width="100%" on a table.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439417
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 1 Sep 2006 15:39:32 +0000 (15:39 +0000)]
Indicate on the poster where to get the sources.
Suggested by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439354
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 1 Sep 2006 15:22:14 +0000 (15:22 +0000)]
FOP poster
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439350
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 31 Aug 2006 13:56:32 +0000 (13:56 +0000)]
Tweak: look for default font-style/weight before trying default font-family
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@438923
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 29 Aug 2006 22:00:29 +0000 (22:00 +0000)]
Make FontInfo look for the same font-family and weight first, but with default font-style
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@438251
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 29 Aug 2006 21:42:54 +0000 (21:42 +0000)]
Some javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@438235
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 26 Aug 2006 18:59:42 +0000 (18:59 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@437210
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 21:29:48 +0000 (21:29 +0000)]
Just isn't my day... last one
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434530
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 21:27:31 +0000 (21:27 +0000)]
Another slip...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434529
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 21:25:02 +0000 (21:25 +0000)]
Forgot FOTree tests after r434497 => re-enabled and rectified...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434528
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 20:32:02 +0000 (20:32 +0000)]
A few changes combined:
1) Bugzilla #40308
Added relaxed validation for non-unique ids
as suggested by Hussein Shafi (hussein.at.xmlmind.com)
2) Checkstyle cleanup in FObj
3) Changed propertyMakerTable to a static final, and
altered FOPropertyMapping, to be 100% certain that
the static arrays are only structurally modified
once
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434513
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 20:11:09 +0000 (20:11 +0000)]
Reset visibility to public...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434499
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 24 Aug 2006 20:08:26 +0000 (20:08 +0000)]
Fix: suppressed call to PercentLength.getBaseLength() without context (introduced in r433385)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434497
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Wed, 23 Aug 2006 11:28:29 +0000 (11:28 +0000)]
Minor improvement: avoid potential problems in case of nested blocks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434010
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Wed, 23 Aug 2006 00:10:20 +0000 (00:10 +0000)]
Cleanup: removal of suspicious static in FOText
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433810
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Tue, 22 Aug 2006 15:49:26 +0000 (15:49 +0000)]
corrected a couple of javadoc warnings issued by checkstyle
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433679
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 22 Aug 2006 01:43:29 +0000 (01:43 +0000)]
Minor enhancement of column-number property code / removal of unused method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433459
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 22 Aug 2006 01:39:35 +0000 (01:39 +0000)]
Minor enhancement of FOTree test output
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433456
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Aug 2006 22:19:35 +0000 (22:19 +0000)]
Reset visibility to public
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433398
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Aug 2006 21:59:30 +0000 (21:59 +0000)]
Minor fix: set negative values to zero for b-p-d/i-p-d
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433385
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Aug 2006 17:18:37 +0000 (17:18 +0000)]
Rework of default column-creation and setting column-widths from the first row (fixes Bugzilla 35656)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433291
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 21:50:36 +0000 (21:50 +0000)]
Changed testcases failing due to r432190
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432403
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 19:41:34 +0000 (19:41 +0000)]
Correction: r432201 caused FOTree test failure
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432362
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 18:32:50 +0000 (18:32 +0000)]
Cleanup: removed obsolete class
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432325
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 15:16:36 +0000 (15:16 +0000)]
C&P error, left the old bug number
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432260
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 15:08:11 +0000 (15:08 +0000)]
Forgot to include status.xml on last two commits
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432259
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 10:25:27 +0000 (10:25 +0000)]
Added relaxed validation for empty list-item-* (as produced by the buggy Microsoft Word2FO stylesheet)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432201
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 09:50:54 +0000 (09:50 +0000)]
A nit: use PropertyInfo methods instead of accessing the PropertyList
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432195
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 17 Aug 2006 09:40:14 +0000 (09:40 +0000)]
Should cause an error when used with auto-layout
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@432190
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Aug 2006 12:47:35 +0000 (12:47 +0000)]
Bugfix: Corrected painting of shading patterns and position of links for SVG images inside FO documents.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@430777
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 9 Aug 2006 20:20:35 +0000 (20:20 +0000)]
Helper XSLT which can split an FO file into multiple FO files at page-sequence boundaries.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@430134
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 8 Aug 2006 15:40:12 +0000 (15:40 +0000)]
Small update in the table-layout code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@429694
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 8 Aug 2006 15:26:54 +0000 (15:26 +0000)]
Small update in the table-layout code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@429689
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 6 Aug 2006 18:23:59 +0000 (18:23 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@429168
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 4 Aug 2006 15:13:53 +0000 (15:13 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428750
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 3 Aug 2006 16:53:41 +0000 (16:53 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428450
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 3 Aug 2006 07:41:39 +0000 (07:41 +0000)]
Documentation update for the "output-profile" value necessary for PDF/X-3:2003.
Some updates for the config schema.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428277
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 2 Aug 2006 20:37:18 +0000 (20:37 +0000)]
Reestablish custom font configuration for PDFTranscoder.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428137
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 2 Aug 2006 15:50:20 +0000 (15:50 +0000)]
By using the getRGB() method we convert all PNG images to sRGB regardless of their original color spaces. So we should also always return the sRGB color space. Otherwise, grayscale PNGs, for example, will not be displayed correctly.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428037
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 2 Aug 2006 14:49:00 +0000 (14:49 +0000)]
Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428011
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 2 Aug 2006 09:28:51 +0000 (09:28 +0000)]
Merge from Temp_Floats branch:
Fixed a bug with indent handling when margins are used on a surrounding block and not start/end-indent.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@427939
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 28 Jul 2006 15:44:37 +0000 (15:44 +0000)]
Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426576
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 28 Jul 2006 14:49:11 +0000 (14:49 +0000)]
Oops. Wrong copyright.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426545
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 28 Jul 2006 10:04:23 +0000 (10:04 +0000)]
Bugzilla #40106:
Compatibility fix for GCJ (GNU Classpath): Using "UTF-16BE" instead of "UnicodeBigUnmarked" encoding.
Submitted by: Jeroen Meijer <jmeijer.at.notice.nu>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426465
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 28 Jul 2006 09:38:09 +0000 (09:38 +0000)]
Just a few nits
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426456
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 28 Jul 2006 09:26:20 +0000 (09:26 +0000)]
Added support for a 8x8 bayer dither matrix if anyone wants to try that. Currently, 4x4 is hard-coded. The 8x8 might only be an option for larger areas (i.e. not text) but the results didn't look any better when printed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426452
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 26 Jul 2006 12:06:49 +0000 (12:06 +0000)]
Attempt to make grayscale patterns look nicer when using PCL commands. The standard PCL shades are very coarse and I replaced them with a simple 4x4 bayer dither pattern defined as a user-defined pattern in PCL.
Current side-effect: Darker gray values will result in almost black output on some printers (at least on mine).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425716
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 20:40:02 +0000 (20:40 +0000)]
Activating ImageIOImage for reading PNG images in the ImageFactory made some test cases fail. The reason is that the PNGReader cannot extract the image resolution and leaves the default of 72dpi.
Added code to inspect the image metadata for resolution info.
I added the same hack as is already used in PNGImage to force loading the whole image when the image dimensions are requested, i.e. getting the right image size is more important than efficient memory use for now.
The image package needs that redesign sooner or later....
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425178
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 13:24:10 +0000 (13:24 +0000)]
Promote AFP and PCL renderers from sandbox to main source tree.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425045
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 13:17:12 +0000 (13:17 +0000)]
Promote AFP and PCL renderers from sandbox to main source tree.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425039
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 13:16:23 +0000 (13:16 +0000)]
Promoting the PCL renderer from sandbox to the main source tree.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425038
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 13:15:33 +0000 (13:15 +0000)]
Promoting the AFP renderer from sandbox to the main source tree.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425037
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 09:40:30 +0000 (09:40 +0000)]
Document PCL-specific extension.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424982
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 09:28:13 +0000 (09:28 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424979
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 24 Jul 2006 08:50:48 +0000 (08:50 +0000)]
Bugzilla #38714 and #40048:
Fixed setting of page margin like it was done in the print renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424966
13f79535 -47bb-0310-9956-
ffa450edef68