]>
source.dussan.org Git - xmlgraphics-fop.git/log
Vincent Hennebert [Thu, 23 Aug 2007 18:09:21 +0000 (18:09 +0000)]
Blocked revisions 562947,563927,567303 via svnmerge
................
r562947 | vhennebert | 2007-08-05 21:58:39 +0200 (dim, 05 aoû 2007) | 59 lines
Blocked revisions 556991,556997,557337,557541,557630,557649-557650,559087,562053,562140,562172,562383 via svnmerge
........
r556991 | vhennebert | 2007-07-17 19:53:50 +0200 (mar, 17 jui 2007) | 5 lines
- Compute the height of already handled rows progressively in TableStepper
- Give this information to the ActiveCell constructor. This allows to:
- avoid passing the row-group to the constructor
- avoid re-computing it for each cell starting on the current row
........
r556997 | vhennebert | 2007-07-17 19:57:40 +0200 (mar, 17 jui 2007) | 2 lines
Store the index of the last spanned row, instead of the starting row. That latter information isn't really needed.
........
r557337 | adelmelle | 2007-07-18 19:37:14 +0200 (mer, 18 jui 2007) | 4 lines
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
* Additional code cleanup: removal of unused imports (mainly in the fo.flow package)
........
r557541 | vhennebert | 2007-07-19 11:57:10 +0200 (jeu, 19 jui 2007) | 2 lines
Use an iterator instead of get(index) to iterate over the list of Knuth elements
........
r557630 | vhennebert | 2007-07-19 16:13:01 +0200 (jeu, 19 jui 2007) | 2 lines
Rename endRow into the more meaningful endRowIndex
........
r557649 | vhennebert | 2007-07-19 16:55:04 +0200 (jeu, 19 jui 2007) | 2 lines
Code cleanup and javadocs
........
r557650 | vhennebert | 2007-07-19 17:01:20 +0200 (jeu, 19 jui 2007) | 2 lines
Style only: correct indentation
........
r559087 | vhennebert | 2007-07-24 17:37:05 +0200 (mar, 24 jui 2007) | 2 lines
Testcases for conditional spaces inside table-cells.
........
r562053 | vhennebert | 2007-08-02 11:27:42 +0200 (jeu, 02 aoû 2007) | 2 lines
Clean up the handling of startIndent
........
r562140 | vhennebert | 2007-08-02 17:37:17 +0200 (jeu, 02 aoû 2007) | 2 lines
First step at introducing a layout manager for a row-group
........
r562172 | vhennebert | 2007-08-02 18:26:36 +0200 (jeu, 02 aoû 2007) | 2 lines
Move the handling of breaks back in TableContentLM
........
r562383 | vhennebert | 2007-08-03 10:19:58 +0200 (ven, 03 aoû 2007) | 5 lines
Clean up:
- organize imports
- javadoc for getBreakBefore/After
- loop no longer necessary when calling TableCellLM.getNextKnuthElements
........
................
r563927 | vhennebert | 2007-08-08 18:14:40 +0200 (mer, 08 aoû 2007) | 10 lines
Blocked revisions 558045 via svnmerge
........
r558045 | adelmelle | 2007-07-20 18:48:55 +0200 (ven, 20 jui 2007) | 5 lines
Slight correction:
- make NumberProperty, EnumProperty, EnumNumber and StringProperty final, so instanceof suffices in the check for equality
- instead of subclassing NumberProperty, make EnumNumber implement the Numeric interface
........
................
r567303 | vhennebert | 2007-08-18 19:46:11 +0200 (sam, 18 aoû 2007) | 2 lines
Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javahome.jdk14 property as for Forrest.
................
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569095
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Tue, 21 Aug 2007 16:00:27 +0000 (16:00 +0000)]
FOP Trunk now uses xmlgraphics-commons-1.3svn.jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@568178
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Sat, 18 Aug 2007 17:58:45 +0000 (17:58 +0000)]
Blocked revisions 567294,567297 via svnmerge
........
r567294 | vhennebert | 2007-08-18 19:00:50 +0200 (sam, 18 aoû 2007) | 3 lines
Extract inner classes to work around buggy 1.3 JRE and thus keep 1.3 compatibility.
Patch provided by Adrian Cumiskey (bugzilla #43156).
........
r567297 | vhennebert | 2007-08-18 19:10:49 +0200 (sam, 18 aoû 2007) | 2 lines
Disable testcase which fails with 1.3 JDK. The corresponding FO file is rendered fine though.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@567307
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Fri, 17 Aug 2007 16:06:38 +0000 (16:06 +0000)]
Bugzilla #43089
Fix underline for Type1 Fonts in PDF
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@567078
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 8 Aug 2007 17:49:52 +0000 (17:49 +0000)]
Blocked revisions 563956 via svnmerge
........
r563956 | vhennebert | 2007-08-08 19:45:23 +0200 (mer, 08 aoû 2007) | 2 lines
Change build version to 0.94
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@563960
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 8 Aug 2007 14:47:56 +0000 (14:47 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-556566" from
https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94
For merging back in the Trunk changes made in the 0.94 branch
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@563903
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Sun, 5 Aug 2007 17:08:04 +0000 (17:08 +0000)]
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
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562908
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 3 Aug 2007 08:19:58 +0000 (08:19 +0000)]
Clean up:
- organize imports
- javadoc for getBreakBefore/After
- loop no longer necessary when calling TableCellLM.getNextKnuthElements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562383
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 2 Aug 2007 16:26:36 +0000 (16:26 +0000)]
Move the handling of breaks back in TableContentLM
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562172
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 2 Aug 2007 15:37:17 +0000 (15:37 +0000)]
First step at introducing a layout manager for a row-group
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562140
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 2 Aug 2007 09:27:42 +0000 (09:27 +0000)]
Clean up the handling of startIndent
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562053
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 1 Aug 2007 16:30:44 +0000 (16:30 +0000)]
Set visibility of fields to private
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561861
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Wed, 1 Aug 2007 10:39:58 +0000 (10:39 +0000)]
Bugzilla #42956
Second attempt at AFP NOP Extension
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561757
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 31 Jul 2007 09:28:47 +0000 (09:28 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561280
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Tue, 31 Jul 2007 07:54:02 +0000 (07:54 +0000)]
Bugzilla #42956:
AFP Renderer - No Operation Extension.
yet another missing file! The documentation!
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561256
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 31 Jul 2007 07:19:11 +0000 (07:19 +0000)]
Bugzilla #42956:
AFP Renderer - No Operation Extension.
Added missing file (including the bugfix for the right encoding).
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561251
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Mon, 30 Jul 2007 12:20:15 +0000 (12:20 +0000)]
Bugzilla #42971 and #42956
AFP Renderer Improvements
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@560936
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 26 Jul 2007 13:59:12 +0000 (13:59 +0000)]
rubico.com doesn't exist anymore.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@559818
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 24 Jul 2007 15:37:05 +0000 (15:37 +0000)]
Testcases for conditional spaces inside table-cells.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@559087
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sun, 22 Jul 2007 03:08:14 +0000 (03:08 +0000)]
Changed my mind on handling of width calculation for zero width spaces and moved it into the Font class where other similar cases are already dealt with
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558456
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sun, 22 Jul 2007 02:55:46 +0000 (02:55 +0000)]
Corrected issue with zero width spaces being given a non zero width
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558455
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Sat, 21 Jul 2007 09:37:08 +0000 (09:37 +0000)]
Fix javadoc error
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558279
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 20 Jul 2007 16:51:51 +0000 (16:51 +0000)]
Tweak: use generic boolean Maker.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558047
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 20 Jul 2007 16:48:55 +0000 (16:48 +0000)]
Slight correction:
- make NumberProperty, EnumProperty, EnumNumber and StringProperty final, so instanceof suffices in the check for equality
- instead of subclassing NumberProperty, make EnumNumber implement the Numeric interface
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558045
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 20 Jul 2007 16:25:23 +0000 (16:25 +0000)]
Remove method added only for quick debug.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558042
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 20 Jul 2007 16:20:23 +0000 (16:20 +0000)]
Fix possible memory leak in PropertyCache
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558041
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 20 Jul 2007 09:17:21 +0000 (09:17 +0000)]
Fix bug in equals() that made caching effect-less.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557934
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 19 Jul 2007 23:31:55 +0000 (23:31 +0000)]
Cache CharacterProperty
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557814
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 19 Jul 2007 15:01:20 +0000 (15:01 +0000)]
Style only: correct indentation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557650
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 19 Jul 2007 14:55:04 +0000 (14:55 +0000)]
Code cleanup and javadocs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557649
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 19 Jul 2007 14:13:01 +0000 (14:13 +0000)]
Rename endRow into the more meaningful endRowIndex
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557630
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 19 Jul 2007 13:24:54 +0000 (13:24 +0000)]
Fix: add implementation of hashCode() and equals() to NumberProperty, to make the caching work as expected.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557612
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 19 Jul 2007 09:57:10 +0000 (09:57 +0000)]
Use an iterator instead of get(index) to iterate over the list of Knuth elements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557541
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Wed, 18 Jul 2007 18:06:09 +0000 (18:06 +0000)]
Added support for keep-togther.within-line="always"
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557347
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Wed, 18 Jul 2007 17:37:14 +0000 (17:37 +0000)]
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
* Additional code cleanup: removal of unused imports (mainly in the fo.flow package)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557337
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Wed, 18 Jul 2007 14:21:49 +0000 (14:21 +0000)]
Correction of premature javadoc commit in r557035
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557272
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Wed, 18 Jul 2007 10:40:12 +0000 (10:40 +0000)]
Fixed incomplete support for Unicode word joiners
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557219
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 17 Jul 2007 19:29:40 +0000 (19:29 +0000)]
Undo changes of r556112
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557035
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 17 Jul 2007 17:57:40 +0000 (17:57 +0000)]
Store the index of the last spanned row, instead of the starting row. That latter information isn't really needed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556997
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 17 Jul 2007 17:53:50 +0000 (17:53 +0000)]
- Compute the height of already handled rows progressively in TableStepper
- Give this information to the ActiveCell constructor. This allows to:
- avoid passing the row-group to the constructor
- avoid re-computing it for each cell starting on the current row
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556991
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 14 Jul 2007 10:21:02 +0000 (10:21 +0000)]
Compliance update: starting-state supported on fo:bookmark; already added at other places in the docs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556257
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 14 Jul 2007 08:52:28 +0000 (08:52 +0000)]
Use a slightly more convenient name to keep the code somewhat readable
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556248
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 14 Jul 2007 08:49:13 +0000 (08:49 +0000)]
Removal of unused method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556245
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 14 Jul 2007 08:48:04 +0000 (08:48 +0000)]
Some cleanup and removal of unused methods
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556244
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 14 Jul 2007 08:16:17 +0000 (08:16 +0000)]
Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556239
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 13 Jul 2007 19:21:03 +0000 (19:21 +0000)]
Addition of a general-purpose int-to-int map to replace Integer-to-Integer HashMaps + first usage in TTFFile
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556112
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 12 Jul 2007 16:28:22 +0000 (16:28 +0000)]
Extract the ActiveCell class into a top-level class
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555686
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 12 Jul 2007 16:24:27 +0000 (16:24 +0000)]
Completion of the previous two small patches: modified and corrected javadoc comments
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555684
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 12 Jul 2007 16:18:33 +0000 (16:18 +0000)]
TODO-comment also removed...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555681
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 12 Jul 2007 16:17:32 +0000 (16:17 +0000)]
TODO removed: use LayoutContext's stackLimit instead of the availIPD parameter
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555680
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 12 Jul 2007 16:11:32 +0000 (16:11 +0000)]
Move the creation of GridUnitParts into ActiveCell
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555677
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 12 Jul 2007 14:59:06 +0000 (14:59 +0000)]
Fixes in the steps computation:
- directly include the penalties of the cell contents in the step computation; no longer use a nestedPenaltyLength
- compute the real remaining length, i.e., discarding all the glues and penalties after the candidate break
- if step + maxRemainingLength < totalLength, a glue must be added to hold the additional length when the row group is not broken
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555651
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 12 Jul 2007 13:45:35 +0000 (13:45 +0000)]
Temporary hack to handle cells with content of zero length
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@555628
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 9 Jul 2007 17:05:18 +0000 (17:05 +0000)]
Move the content of the now small setupElementList method into initializeElementLists
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554711
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 9 Jul 2007 16:59:42 +0000 (16:59 +0000)]
Use a prevIsBox boolean instead of duplicating the list of Knuth elements for active cells into an ArrayList
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554709
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Mon, 9 Jul 2007 16:08:55 +0000 (16:08 +0000)]
In case where SAX Exception is thrown by Area Tree Parser when parsing Area Tree XML, error is logged but Exception should be passed back up to allow a calling Application to abort processing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554693
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 9 Jul 2007 16:00:51 +0000 (16:00 +0000)]
Use a list of active cells for computing steps, continued:
- remove the need for backupWidth
- handle the iteration over the cell's Knuth element inside the active cell itself
- improve the computation of the remaining height (a testcase needed to be updated; no visual change, only the values for the boxes/penalties which lead to the same result)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554690
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 9 Jul 2007 15:50:21 +0000 (15:50 +0000)]
Also display the width of the penalty in the toString method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554689
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 9 Jul 2007 07:54:35 +0000 (07:54 +0000)]
Fix build errors after revision 554251.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554551
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 8 Jul 2007 19:47:53 +0000 (19:47 +0000)]
Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554423
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 20:13:41 +0000 (20:13 +0000)]
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
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554251
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 18:42:56 +0000 (18:42 +0000)]
Bugzilla 42832: Fix in AWT preview if used with non-english locale (offered by Max Berger)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554240
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 01:08:14 +0000 (01:08 +0000)]
OK, now it was ready...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554105
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 01:07:10 +0000 (01:07 +0000)]
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()
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554104
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 00:59:40 +0000 (00:59 +0000)]
Oops, not ready yet...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554103
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 00:56:29 +0000 (00:56 +0000)]
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()
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554101
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 7 Jul 2007 00:04:25 +0000 (00:04 +0000)]
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554094
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 6 Jul 2007 23:49:30 +0000 (23:49 +0000)]
Removal of unused classes ?
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554092
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 6 Jul 2007 23:44:57 +0000 (23:44 +0000)]
Tweak: allow control over usage of Locators
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554091
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 6 Jul 2007 23:30:14 +0000 (23:30 +0000)]
Improvement in handling relative font-weights
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554088
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 6 Jul 2007 23:29:26 +0000 (23:29 +0000)]
Improvement in handling relative font-weights
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554087
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 14:29:10 +0000 (14:29 +0000)]
Cleaner way to handle border-separation in ActiveCell
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553895
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 13:49:12 +0000 (13:49 +0000)]
Add a signalMinStep method in ActiveCell
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553878
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 13:34:41 +0000 (13:34 +0000)]
Move the getNextStep method into ActiveCell
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553876
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 6 Jul 2007 12:22:20 +0000 (12:22 +0000)]
Clarification about the status of fo:bookmark support.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553859
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 10:01:58 +0000 (10:01 +0000)]
Add a testcase for a bug in TableStepper spotted during the refactoring. The border-before of the primary grid unit was taken into account instead of the whole cell border. If the cell is spanning over two columns and the border-before for the second grid unit is bigger, this was leading to a wrong step computation.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553824
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 09:24:06 +0000 (09:24 +0000)]
Remove decrease of activeRowIndex when backtracking
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553809
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 08:43:51 +0000 (08:43 +0000)]
Organize imports and remove no longer used methods
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553792
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 6 Jul 2007 08:41:46 +0000 (08:41 +0000)]
First step towards using a list of active cells for computing steps
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553790
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 5 Jul 2007 20:40:24 +0000 (20:40 +0000)]
Fix a broken link
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553627
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 5 Jul 2007 19:01:14 +0000 (19:01 +0000)]
Fix for a tiny but very nasty bug...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553612
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 29 Jun 2007 17:39:01 +0000 (17:39 +0000)]
Applied fix suggested by Arno Peters to the fop shell script. This fix
makes the script work with a FOP_HOME path containing spaces. This
solves bug 42616.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@551972
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 29 Jun 2007 12:46:14 +0000 (12:46 +0000)]
Bugzilla #42278:
Refactoring of color map cache and uri/fo resolution from FopFactory
Submitted by: Adrian Cumiskey <fop-dev@cumiskey.com>
Changes in addition to the patch by jeremias:
- Moved the color map cache to the util package so it doesn't clutter the API (apps) package.
- Factored out the data URL resolution into its own URIResolver class which can now be used separately.
- Added a utility class for generating RFC2397 data URLs.
- Added a unit test for data URL handling.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@551874
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 28 Jun 2007 15:52:45 +0000 (15:52 +0000)]
Additional testcases for tables with spanning cells and collapsing-border model.
TODO the checks in table_border-collapse_collapse_spans_2.xml need to updated once bugs #42768 and #42769 are fixed
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@551603
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 23 Jun 2007 20:31:59 +0000 (20:31 +0000)]
Bugzilla 42703: white-space incorrectly handled in retrieved markers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@550098
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Jun 2007 14:23:30 +0000 (14:23 +0000)]
A note on the PDF/A namespace confusion.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@549827
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Jun 2007 13:34:37 +0000 (13:34 +0000)]
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.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@549816
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Fri, 22 Jun 2007 10:26:39 +0000 (10:26 +0000)]
Bugzilla #42576
Fix bug in force-page-count
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@549767
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 19 Jun 2007 07:08:33 +0000 (07:08 +0000)]
Move Glen Mazza to the list of inactive committers, as per his own request. While I'm at it, replace his column with mine in "Areas of Expertise".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@548619
13f79535 -47bb-0310-9956-
ffa450edef68
Joerg Pietschmann [Sun, 17 Jun 2007 20:39:55 +0000 (20:39 +0000)]
corrected some misspellings and other potential annoyances in example
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@548105
13f79535 -47bb-0310-9956-
ffa450edef68
Joerg Pietschmann [Sat, 16 Jun 2007 20:48:24 +0000 (20:48 +0000)]
removed hyphenation advice from basic example
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547979
13f79535 -47bb-0310-9956-
ffa450edef68
Joerg Pietschmann [Sat, 16 Jun 2007 19:59:30 +0000 (19:59 +0000)]
remove deprecated style task
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547971
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 15 Jun 2007 06:55:02 +0000 (06:55 +0000)]
Add Assentis:DocDesign (an FO editor)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547553
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 15 Jun 2007 06:49:40 +0000 (06:49 +0000)]
Add JEuclid as it now provides its own FOP extension.
Correct Barcode4J's URL.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547550
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 8 Jun 2007 18:47:44 +0000 (18:47 +0000)]
Apply a similar change to the page of the trunk as to that of the 0.93 release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@545589
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Thu, 7 Jun 2007 15:57:47 +0000 (15:57 +0000)]
Updates to promote FOP 0.93 over 0.20.5
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@545224
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 6 Jun 2007 07:37:52 +0000 (07:37 +0000)]
Add Adrian Cumiskey to the list of FOP's active contributors. Many thanks to Adrian for his contributions so far!
Patch provided by Adrian himself ;-)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@544758
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 6 Jun 2007 07:22:04 +0000 (07:22 +0000)]
Add Max Berger to the list of FOP's active contributors. Many thanks to Max for his contributions so far!
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@544748
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 29 May 2007 07:51:52 +0000 (07:51 +0000)]
Bug #42476:
- fix NPE in XMLReader when no handler is found for the image
- prevent SVGReader from closing the input stream if the image actually isn't SVG
- reduce log level in SVGReader and XMLReader to avoid "false positive" (read error reported whereas the image format actually isn't recognized). This may hide regular I/O errors to the end-user, but I assume this will be rare enough compared to the annoyance of such messages when third-party plugins are used.
Patch submitted by Max Berger (max.at.berger.name)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@542447
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 28 May 2007 14:48:09 +0000 (14:48 +0000)]
Discover the .otf font extension (OpenType fonts), too.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@542242
13f79535 -47bb-0310-9956-
ffa450edef68