]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
17 years agoBugzilla #42144
Chris Bowditch [Thu, 4 Oct 2007 14:03:03 +0000 (14:03 +0000)]
Bugzilla #42144
Missing File from previous commit
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581916 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla #43184
Chris Bowditch [Thu, 4 Oct 2007 13:56:55 +0000 (13:56 +0000)]
Bugzilla #43184
I checked in the changes to xmlgraphics-commons source repo, but forgot to commit the updated JAR to the FOP distro. So here it is.
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581911 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla #42144
Chris Bowditch [Thu, 4 Oct 2007 13:51:25 +0000 (13:51 +0000)]
Bugzilla #42144
Safely set postscript page device dictionary
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581906 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoved unnecessary dependency on Batik in the "fo" package.
Jeremias Maerki [Thu, 4 Oct 2007 09:42:00 +0000 (09:42 +0000)]
Removed unnecessary dependency on Batik in the "fo" package.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581819 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla #43542:
Jeremias Maerki [Thu, 4 Oct 2007 09:04:43 +0000 (09:04 +0000)]
Bugzilla #43542:
Removed dependency on Xalan's XML utilities. Used a method from Commons IO instead.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581806 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMetafocus has renamed their product.
Jeremias Maerki [Mon, 1 Oct 2007 08:00:28 +0000 (08:00 +0000)]
Metafocus has renamed their product.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@580884 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCleanup: remove unused imports
Andreas L. Delmelle [Sat, 22 Sep 2007 09:52:04 +0000 (09:52 +0000)]
Cleanup: remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578398 13f79535-47bb-0310-9956-ffa450edef68

17 years agoInlineStackingLM should not be instantiated directly -> make abstract
Andreas L. Delmelle [Sat, 22 Sep 2007 09:51:16 +0000 (09:51 +0000)]
InlineStackingLM should not be instantiated directly -> make abstract

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578397 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSlight correction: part of the issue has already been resolved
Andreas L. Delmelle [Sat, 22 Sep 2007 09:50:18 +0000 (09:50 +0000)]
Slight correction: part of the issue has already been resolved

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578396 13f79535-47bb-0310-9956-ffa450edef68

17 years agoPropertyCache phase 2:
Andreas L. Delmelle [Fri, 21 Sep 2007 22:51:22 +0000 (22:51 +0000)]
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

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578311 13f79535-47bb-0310-9956-ffa450edef68

17 years agoUndo unnecessary changes of previous commit (r578197)
Andreas L. Delmelle [Fri, 21 Sep 2007 16:32:00 +0000 (16:32 +0000)]
Undo unnecessary changes of previous commit (r578197)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578198 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix behavior of from-nearest-specified-value(): the value should be that of 'the...
Andreas L. Delmelle [Fri, 21 Sep 2007 16:27:33 +0000 (16:27 +0000)]
Fix behavior of from-nearest-specified-value(): the value should be that of 'the closest ancestor', so the iteration should start with the parent PropertyList.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@578197 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException
Andreas L. Delmelle [Thu, 20 Sep 2007 20:11:05 +0000 (20:11 +0000)]
Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@577902 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException
Andreas L. Delmelle [Thu, 20 Sep 2007 20:00:45 +0000 (20:00 +0000)]
Bugfix: non-collapsed white-space caused ArrayIndexOutOfBoundsException

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@577899 13f79535-47bb-0310-9956-ffa450edef68

17 years agoCorrection: Added missing file for r576095
Andreas L. Delmelle [Sun, 16 Sep 2007 13:03:09 +0000 (13:03 +0000)]
Correction: Added missing file for r576095

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@576099 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla 42705: Fixed swallowing PCDATA during white-space removal in retrieved markers.
Andreas L. Delmelle [Sun, 16 Sep 2007 12:52:28 +0000 (12:52 +0000)]
Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retrieved markers.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@576095 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla 42703: Fixed incorrect white-space removal in retrieved markers.
Andreas L. Delmelle [Sun, 16 Sep 2007 10:45:05 +0000 (10:45 +0000)]
Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@576072 13f79535-47bb-0310-9956-ffa450edef68

17 years agoSlight correction in the 0.94 font docs.
Andreas L. Delmelle [Sat, 8 Sep 2007 08:21:51 +0000 (08:21 +0000)]
Slight correction in the 0.94 font docs.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@573799 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBugzilla 43274: Fix for erroneous usage of inherited color-values in SVG context...
Andreas L. Delmelle [Tue, 4 Sep 2007 18:11:16 +0000 (18:11 +0000)]
Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG context. Thanks to ckohrn.AT.tng.de.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@572763 13f79535-47bb-0310-9956-ffa450edef68

17 years agoRemoved merge tracking for "svnmerge" for
Vincent Hennebert [Sun, 26 Aug 2007 17:33:59 +0000 (17:33 +0000)]
Removed merge tracking for "svnmerge" for
https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569851 13f79535-47bb-0310-9956-ffa450edef68

17 years agoThe release date of FOP 0.94 is now known
Vincent Hennebert [Thu, 23 Aug 2007 18:36:34 +0000 (18:36 +0000)]
The release date of FOP 0.94 is now known

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569110 13f79535-47bb-0310-9956-ffa450edef68

17 years agoMerged revisions 556567-558280,558282-562946,562948-563926,563928-563950,563952-56395...
Vincent Hennebert [Thu, 23 Aug 2007 18:30:05 +0000 (18:30 +0000)]
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.
........

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569104 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBlocked revisions 564856 via svnmerge
Vincent Hennebert [Thu, 23 Aug 2007 18:14:17 +0000 (18:14 +0000)]
Blocked revisions 564856 via svnmerge

........
  r564856 | vhennebert | 2007-08-11 10:24:11 +0200 (sam, 11 aoû 2007) | 2 lines

  Replace svn snapshot of XMLGraphics Commons 1.2 with released version
........

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569099 13f79535-47bb-0310-9956-ffa450edef68

17 years agoAdd 2007 to the copyright list
Vincent Hennebert [Thu, 23 Aug 2007 18:11:41 +0000 (18:11 +0000)]
Add 2007 to the copyright list

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569098 13f79535-47bb-0310-9956-ffa450edef68

17 years agoBlocked revisions 562947,563927,567303 via svnmerge
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

17 years agoFOP Trunk now uses xmlgraphics-commons-1.3svn.jar
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

17 years agoBlocked revisions 567294,567297 via svnmerge
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

17 years agoBugzilla #43089
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

17 years agoBlocked revisions 563956 via svnmerge
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

17 years agoInitialized merge tracking via "svnmerge" with revisions "1-556566" from
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

17 years agoAdd in status.xml the noticeable changes I made in the last couple of months:
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

17 years agoClean up:
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

17 years agoMove the handling of breaks back in TableContentLM
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

17 years agoFirst step at introducing a layout manager for a row-group
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

17 years agoClean up the handling of startIndent
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

17 years agoSet visibility of fields to private
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

17 years agoBugzilla #42956
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

17 years agoAFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
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

17 years agoBugzilla #42956:
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

17 years agoBugzilla #42956:
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

17 years agoBugzilla #42971 and #42956
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

17 years agorubico.com doesn't exist anymore.
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

17 years agoTestcases for conditional spaces inside table-cells.
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

17 years agoChanged my mind on handling of width calculation for zero width spaces and moved...
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

17 years agoCorrected issue with zero width spaces being given a non zero width
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

17 years agoFix javadoc error
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

17 years agoTweak: use generic boolean Maker.
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

17 years agoSlight correction:
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

17 years agoRemove method added only for quick debug.
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

17 years agoFix possible memory leak in PropertyCache
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

17 years agoFix bug in equals() that made caching effect-less.
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

17 years agoCache CharacterProperty
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

17 years agoStyle only: correct indentation
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

17 years agoCode cleanup and javadocs
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

17 years agoRename endRow into the more meaningful endRowIndex
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

17 years agoFix: add implementation of hashCode() and equals() to NumberProperty, to make the...
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

17 years agoUse an iterator instead of get(index) to iterate over the list of Knuth elements
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

17 years agoAdded support for keep-togther.within-line="always"
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

17 years ago* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of...
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

17 years agoCorrection of premature javadoc commit in r557035
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

17 years agoFixed incomplete support for Unicode word joiners
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

17 years agoUndo changes of r556112
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

17 years agoStore the index of the last spanned row, instead of the starting row. That latter...
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

17 years ago- Compute the height of already handled rows progressively in TableStepper
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

17 years agoCompliance update: starting-state supported on fo:bookmark; already added at other...
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

17 years agoUse a slightly more convenient name to keep the code somewhat readable
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

17 years agoRemoval of unused method
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

17 years agoSome cleanup and removal of unused methods
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

17 years agoBugzilla 42843: Warn on glyph substitution (offered by Max Berger)
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

17 years agoAddition of a general-purpose int-to-int map to replace Integer-to-Integer HashMaps...
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

17 years agoExtract the ActiveCell class into a top-level class
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

17 years agoCompletion of the previous two small patches: modified and corrected javadoc comments
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

17 years agoTODO-comment also removed...
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

17 years agoTODO removed: use LayoutContext's stackLimit instead of the availIPD parameter
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

17 years agoMove the creation of GridUnitParts into ActiveCell
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

17 years agoFixes in the steps computation:
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

17 years agoTemporary hack to handle cells with content of zero length
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

17 years agoMove the content of the now small setupElementList method into initializeElementLists
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

17 years agoUse a prevIsBox boolean instead of duplicating the list of Knuth elements for active...
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

17 years agoIn case where SAX Exception is thrown by Area Tree Parser when parsing Area Tree...
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

17 years agoUse a list of active cells for computing steps, continued:
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

17 years agoAlso display the width of the penalty in the toString method
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

17 years agoFix build errors after revision 554251.
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

17 years agoBugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)
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

17 years agoPartial application of the patch in Bugzilla 41044:
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

17 years agoBugzilla 42832: Fix in AWT preview if used with non-english locale (offered by Max...
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

17 years agoOK, now it was ready...
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

17 years agoBugzilla 41656:
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

17 years agoOops, not ready yet...
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

17 years agoBugzilla 41656
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

17 years agoBugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
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

17 years agoRemoval of unused classes ?
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

17 years agoTweak: allow control over usage of Locators
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

17 years agoImprovement in handling relative font-weights
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

17 years agoImprovement in handling relative font-weights
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

17 years agoCleaner way to handle border-separation in ActiveCell
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

17 years agoAdd a signalMinStep method in ActiveCell
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

17 years agoMove the getNextStep method into ActiveCell
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

17 years agoClarification about the status of fo:bookmark support.
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

17 years agoAdd a testcase for a bug in TableStepper spotted during the refactoring. The border...
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