]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
19 years agoRemoved property values as discussed: http://marc.theaimsgroup.com/?t=112985465700004...
Manuel Mall [Mon, 24 Oct 2005 13:30:37 +0000 (13:30 +0000)]
Removed property values as discussed: http://marc.theaimsgroup.com/?t=112985465700004&r=1&w=2

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

19 years agoMerged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki [Mon, 24 Oct 2005 09:21:26 +0000 (09:21 +0000)]
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Source: http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_SpaceResolution/

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

19 years agoForgot to add the new Version class to the transcoder package.
Jeremias Maerki [Mon, 24 Oct 2005 09:13:53 +0000 (09:13 +0000)]
Forgot to add the new Version class to the transcoder package.

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

19 years agoOooops. Wrong header.
Jeremias Maerki [Fri, 21 Oct 2005 11:19:13 +0000 (11:19 +0000)]
Oooops. Wrong header.

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

19 years agoFOP now retrieves the version information from the Manifest or from SVN information...
Jeremias Maerki [Fri, 21 Oct 2005 10:17:29 +0000 (10:17 +0000)]
FOP now retrieves the version information from the Manifest or from SVN information if the Manifest is not available.

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

19 years agoTest case for the issue that was just clarified by the XSL WG:
Jeremias Maerki [Thu, 20 Oct 2005 19:55:49 +0000 (19:55 +0000)]
Test case for the issue that was just clarified by the XSL WG:
A page-sequence with the only content an empty block produces an empty page.
http://lists.w3.org/Archives/Public/xsl-editors/2005OctDec/0008.html

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

19 years agoFix to make the Graphics.create() method (calls a copy constructor) work.
Jeremias Maerki [Wed, 19 Oct 2005 16:30:58 +0000 (16:30 +0000)]
Fix to make the Graphics.create() method (calls a copy constructor) work.
Extracted stuff into a PDFContext class which gets passed to each copy of PDFDocumentGraphics2D, so the state is uniform over all copies.

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

19 years agoFix for internal forward references in PDF output (basic-link with internal-destination):
Jeremias Maerki [Tue, 18 Oct 2005 16:06:31 +0000 (16:06 +0000)]
Fix for internal forward references in PDF output (basic-link with internal-destination):
Implemented by making out-of-order processing possible. The problem will still surface if supportsOutOfOrder() returns false.
PDF library now supports the addition of pages in non-consecutive order. This is a backwards-compatible change. The old behaviour and the old method signatures are still in place.
PageViewport now carries a page index which doesn't represent the page number but the overall index of the page within the current rendering run.

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

19 years agoBugzilla #37135:
Jeremias Maerki [Tue, 18 Oct 2005 10:12:21 +0000 (10:12 +0000)]
Bugzilla #37135:
New basic structure for the FOP website (one tab per version).
Submitted by: Patrick Paul <ppaul_apache.at.yahoo.ca>

Slightly modified: 1.0dev -> 0.90
The patch attached to the bug didn't contain everything Patrick did. He sent me a copy of his working copy to I could easily reproduce the changes he's done.

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

19 years agoThe classpath for junit-transcoder should not contain fop.jar
Simon Pepping [Fri, 14 Oct 2005 19:36:35 +0000 (19:36 +0000)]
The classpath for junit-transcoder should not contain fop.jar

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

19 years agoInline block parents were not correctly positioned when border/padding got involved...
Manuel Mall [Fri, 14 Oct 2005 13:20:53 +0000 (13:20 +0000)]
Inline block parents were not correctly positioned when border/padding got involved - matched their positioning logic with the usual inlines

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

19 years agoCorrected testcase for fix from Luca
Manuel Mall [Fri, 14 Oct 2005 12:41:38 +0000 (12:41 +0000)]
Corrected testcase for fix from Luca

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

19 years agoFixing a ClassCastException due to the incorrect "pattern" of elements representing...
Luca Furini [Fri, 14 Oct 2005 12:20:25 +0000 (12:20 +0000)]
Fixing a ClassCastException due to the incorrect "pattern" of elements representing a space checked when there are inline borders and padding.

Maybe not very elegant ... but at least it works; as Manuel suggested, the removal of trailing spaces should maybe happen somewhere else.

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

19 years agoMake it well-formed.
Jeremias Maerki [Fri, 14 Oct 2005 11:20:32 +0000 (11:20 +0000)]
Make it well-formed.

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

19 years agoIgnore an additional Eclipse-generated directory.
Jeremias Maerki [Thu, 13 Oct 2005 17:43:50 +0000 (17:43 +0000)]
Ignore an additional Eclipse-generated directory.

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

19 years agoEnable stretch and shrink checking on glues.
Jeremias Maerki [Thu, 13 Oct 2005 17:39:58 +0000 (17:39 +0000)]
Enable stretch and shrink checking on glues.

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

19 years agoOutput the difference, too.
Jeremias Maerki [Thu, 13 Oct 2005 17:35:20 +0000 (17:35 +0000)]
Output the difference, too.

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

19 years agotoString() a little more compact.
Jeremias Maerki [Thu, 13 Oct 2005 17:33:32 +0000 (17:33 +0000)]
toString() a little more compact.

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

19 years agoAn accessor I need for space resolution.
Jeremias Maerki [Thu, 13 Oct 2005 17:33:13 +0000 (17:33 +0000)]
An accessor I need for space resolution.

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

19 years agothe broken inline border padding with nested block test
Manuel Mall [Thu, 13 Oct 2005 14:17:25 +0000 (14:17 +0000)]
the broken inline border padding with nested block test

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

19 years agoSeparated the working inline border padding with nested block tests from the broken...
Manuel Mall [Thu, 13 Oct 2005 14:16:16 +0000 (14:16 +0000)]
Separated the working inline border padding with nested block tests from the broken tests

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

19 years agoUse libs-run-classpath for hyphenation-present and junit-layout
Simon Pepping [Wed, 12 Oct 2005 20:24:15 +0000 (20:24 +0000)]
Use libs-run-classpath for hyphenation-present and junit-layout

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

19 years agoAlso test the case when the parent fo is an fo:inline
Simon Pepping [Wed, 12 Oct 2005 20:23:25 +0000 (20:23 +0000)]
Also test the case when the parent fo is an fo:inline

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

19 years agoTests the case when an fo:inline starts a block after some text in the
Simon Pepping [Wed, 12 Oct 2005 19:50:13 +0000 (19:50 +0000)]
Tests the case when an fo:inline starts a block after some text in the
parent fo

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

19 years agoFixed incorrect IPD for blocks nested in inlines and added IPD adjustment for inlineb...
Manuel Mall [Wed, 12 Oct 2005 16:11:47 +0000 (16:11 +0000)]
Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for inlineblockparents with borders when rendering

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

19 years agoColor trait wasn't set on the text area for the "dots" leader pattern. This could...
Jeremias Maerki [Wed, 12 Oct 2005 07:21:51 +0000 (07:21 +0000)]
Color trait wasn't set on the text area for the "dots" leader pattern. This could lead to hidden dots if a background was specified. As seen in leader_leader-pattern_dots.xml.

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

19 years agoChanged the line numbers in the first block in the expectations after
Simon Pepping [Tue, 11 Oct 2005 20:45:01 +0000 (20:45 +0000)]
Changed the line numbers in the first block in the expectations after
the bug fix in the code

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

19 years agoTake the case into account when another LM starts a block sequence.
Simon Pepping [Tue, 11 Oct 2005 20:42:53 +0000 (20:42 +0000)]
Take the case into account when another LM starts a block sequence.

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

19 years agoMissing graphics file for test case
Manuel Mall [Tue, 11 Oct 2005 12:15:36 +0000 (12:15 +0000)]
Missing graphics file for test case

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

19 years agoRemoved unsuitable language from comment
Manuel Mall [Mon, 10 Oct 2005 11:06:32 +0000 (11:06 +0000)]
Removed unsuitable language from comment

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

19 years agoAdded support for leader with pattern "use-content" and recovered a previously lost...
Manuel Mall [Mon, 10 Oct 2005 10:22:05 +0000 (10:22 +0000)]
Added support for leader with pattern "use-content" and recovered a previously lost 1mpt due to rounding

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

19 years agoLog failure to load a hyphenation file.
Jeremias Maerki [Fri, 7 Oct 2005 15:09:38 +0000 (15:09 +0000)]
Log failure to load a hyphenation file.

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

19 years agoRemoved left over debugging stuff
Manuel Mall [Fri, 7 Oct 2005 13:16:35 +0000 (13:16 +0000)]
Removed left over debugging stuff

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

19 years agoSeparated JUnit tests into groups with separate targets, added fotree test to default...
Manuel Mall [Fri, 7 Oct 2005 13:15:51 +0000 (13:15 +0000)]
Separated JUnit tests into groups with separate targets, added fotree test to default JUnit target, test for the presence of hyphenation support as prerequisite for layout tests

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

19 years agoClarification for wrap-option. Supporting wrap-option="no-wrap" on fo:inline will...
Jeremias Maerki [Fri, 7 Oct 2005 12:03:18 +0000 (12:03 +0000)]
Clarification for wrap-option. Supporting wrap-option="no-wrap" on fo:inline will take some additional work in FOP Trunk. It works fine in 0.20.5.

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

19 years agoTest case for wrap-option on fo:block.
Jeremias Maerki [Fri, 7 Oct 2005 11:56:05 +0000 (11:56 +0000)]
Test case for wrap-option on fo:block.

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

19 years agoUpdate of compliance and team page
Manuel Mall [Fri, 7 Oct 2005 10:46:28 +0000 (10:46 +0000)]
Update of compliance and team page

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

19 years agoUpdate to support border and padding and alignments on inline fos
Manuel Mall [Fri, 7 Oct 2005 08:55:22 +0000 (08:55 +0000)]
Update to support border and padding and alignments on inline fos

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

19 years agomore test images for layout engine tests
Manuel Mall [Fri, 7 Oct 2005 07:16:52 +0000 (07:16 +0000)]
more test images for layout engine tests

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

19 years agoFixing a bug reported by Jeremias affecting the handling of glue and penalty elements...
Luca Furini [Thu, 6 Oct 2005 14:52:14 +0000 (14:52 +0000)]
Fixing a bug reported by Jeremias affecting the handling of glue and penalty elements after a break when the algorithm restarts.

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

19 years agoUse checkstyle.config to get the appropriate checkstyle configuration file
Joerg Pietschmann [Thu, 6 Oct 2005 14:10:09 +0000 (14:10 +0000)]
Use checkstyle.config to get the appropriate checkstyle configuration file

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

19 years agoSecond attempt. Forrest 0.7 has a new box-location: alt2
Jeremias Maerki [Thu, 6 Oct 2005 13:07:29 +0000 (13:07 +0000)]
Second attempt. Forrest 0.7 has a new box-location: alt2

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

19 years agoManuel on the news.
Jeremias Maerki [Thu, 6 Oct 2005 13:06:32 +0000 (13:06 +0000)]
Manuel on the news.

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

19 years agoApacheCon US link
Jeremias Maerki [Thu, 6 Oct 2005 12:45:50 +0000 (12:45 +0000)]
ApacheCon US link

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

19 years agoCosmetic changes to identifiers, comments and other stylistic corrections.
Joerg Pietschmann [Thu, 6 Oct 2005 12:26:40 +0000 (12:26 +0000)]
Cosmetic changes to identifiers, comments and other stylistic corrections.

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

19 years agoChanged some identifiers
Joerg Pietschmann [Thu, 6 Oct 2005 10:38:30 +0000 (10:38 +0000)]
Changed some identifiers

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

19 years agoTest case for showing a problem with the Knuth algorithm.
Jeremias Maerki [Wed, 5 Oct 2005 18:04:59 +0000 (18:04 +0000)]
Test case for showing a problem with the Knuth algorithm.

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

19 years agoBugzilla #36871:
Jeremias Maerki [Tue, 4 Oct 2005 13:07:43 +0000 (13:07 +0000)]
Bugzilla #36871:
Better error messages when invalid XSL-FO is sent to FOP.

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

19 years agoChanged some identifiers. Removed obsolete field.
Joerg Pietschmann [Mon, 3 Oct 2005 22:27:40 +0000 (22:27 +0000)]
Changed some identifiers. Removed obsolete field.

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

19 years agoBuild the hyphenation patterns under the build/classes directory.
Simon Pepping [Sat, 1 Oct 2005 09:07:10 +0000 (09:07 +0000)]
Build the hyphenation patterns under the build/classes directory.

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

19 years agoSlight modification to user config file format
Andreas L. Delmelle [Wed, 28 Sep 2005 20:41:38 +0000 (20:41 +0000)]
Slight modification to user config file format

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

19 years agoAdded UA initialization from user-config
Andreas L. Delmelle [Wed, 28 Sep 2005 19:37:26 +0000 (19:37 +0000)]
Added UA initialization from user-config

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

19 years agoAnother effort to get the warnings for the debug and quiet options
Simon Pepping [Wed, 28 Sep 2005 09:03:56 +0000 (09:03 +0000)]
Another effort to get the warnings for the debug and quiet options
with other loggers than FOP's command line logger right

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

19 years agoUpdated the readme file for hyphenation; a few small corrections to
Simon Pepping [Wed, 28 Sep 2005 08:14:56 +0000 (08:14 +0000)]
Updated the readme file for hyphenation; a few small corrections to
the hyphenation web page

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

19 years agoUpdate of the URL of the OFFO hyphenation page, and of some build details.
Simon Pepping [Wed, 28 Sep 2005 07:31:59 +0000 (07:31 +0000)]
Update of the URL of the OFFO hyphenation page, and of some build details.

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

19 years agoBuild should work without Forrest installed
Christian Geisert [Tue, 27 Sep 2005 13:16:59 +0000 (13:16 +0000)]
Build should work without Forrest installed

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

19 years agoCorrect handling of letter spaces, in combination with different text alignments...
Luca Furini [Tue, 27 Sep 2005 11:47:05 +0000 (11:47 +0000)]
Correct handling of letter spaces, in combination with different text alignments and optional breaks ("-" and "/" characters in the text)

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

19 years agoAdded docs building with forrest
Christian Geisert [Tue, 27 Sep 2005 08:46:03 +0000 (08:46 +0000)]
Added docs building with forrest
(needs Ant 1.6 and you need to run forrest once manually
 as there's a bug with the plugin download)

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

19 years agoRemoved warning for padding (r291267); padding never seems to be null, so warning...
Andreas L. Delmelle [Sun, 25 Sep 2005 18:15:21 +0000 (18:15 +0000)]
Removed warning for padding (r291267); padding never seems to be null, so warning was given for all tables...

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

19 years agoadded support for external-graphic (width and height attributes should be specified)
Peter Herweg [Sun, 25 Sep 2005 17:32:24 +0000 (17:32 +0000)]
added support for external-graphic (width and height attributes should be specified)

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

19 years agoAdded simple testcase for indefinite page-height
Andreas L. Delmelle [Sun, 25 Sep 2005 11:49:23 +0000 (11:49 +0000)]
Added simple testcase for indefinite page-height

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

19 years agoMinor tweak: avoid test for auto if value is indefinite
Andreas L. Delmelle [Sun, 25 Sep 2005 10:43:32 +0000 (10:43 +0000)]
Minor tweak: avoid test for auto if value is indefinite

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

19 years agoAdded check for both page-height and page-width set to indefinite; use fallback ...
Andreas L. Delmelle [Sat, 24 Sep 2005 23:55:41 +0000 (23:55 +0000)]
Added check for both page-height and page-width set to indefinite; use fallback (auto) for the appropriate one

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

19 years agoAdded custom Maker for page-height and page-width; use fallback values in case value...
Andreas L. Delmelle [Sat, 24 Sep 2005 22:00:02 +0000 (22:00 +0000)]
Added custom Maker for page-height and page-width; use fallback values in case value is auto

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

19 years agoMoved check for explicit column-number to ColumnNumberPropertyMaker
Andreas L. Delmelle [Sat, 24 Sep 2005 10:02:01 +0000 (10:02 +0000)]
Moved check for explicit column-number to ColumnNumberPropertyMaker

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

19 years agoRemoved superfluous javadoc
Andreas L. Delmelle [Sat, 24 Sep 2005 09:40:27 +0000 (09:40 +0000)]
Removed superfluous javadoc

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

19 years agoAdded warning for padding on table with collapsing border-model
Andreas L. Delmelle [Sat, 24 Sep 2005 09:38:17 +0000 (09:38 +0000)]
Added warning for padding on table with collapsing border-model

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

19 years agoAdded warning for non-applicable borders in case of separate border-model
Andreas L. Delmelle [Fri, 23 Sep 2005 19:33:04 +0000 (19:33 +0000)]
Added warning for non-applicable borders in case of separate border-model

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

19 years agoCompressing toString() output when min==opt==max makes it more readable.
Jeremias Maerki [Fri, 23 Sep 2005 08:00:53 +0000 (08:00 +0000)]
Compressing toString() output when min==opt==max makes it more readable.

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

19 years agoJava 1.3 compatibility.
Jeremias Maerki [Thu, 22 Sep 2005 15:29:47 +0000 (15:29 +0000)]
Java 1.3 compatibility.

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

19 years agoAdded fallback for specified negative or zero for column-number
Andreas L. Delmelle [Wed, 21 Sep 2005 16:25:57 +0000 (16:25 +0000)]
Added fallback for specified negative or zero for column-number

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

19 years agoadded clause for TableBody in invokeDeferredEvent
Peter Herweg [Tue, 20 Sep 2005 19:41:37 +0000 (19:41 +0000)]
added clause for TableBody in invokeDeferredEvent

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

19 years agoRemoved unused method
Andreas L. Delmelle [Tue, 20 Sep 2005 19:34:07 +0000 (19:34 +0000)]
Removed unused method

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

19 years agoUpdate for initial-values of column-number + some pending style-violation corrections
Andreas L. Delmelle [Tue, 20 Sep 2005 19:29:31 +0000 (19:29 +0000)]
Update for initial-values of column-number + some pending style-violation corrections

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

19 years agodist filenames lowercase
Christian Geisert [Tue, 20 Sep 2005 16:24:48 +0000 (16:24 +0000)]
dist filenames lowercase
tabs removed

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

19 years agoFixed inheritance error (bugzilla 36720)
Andreas L. Delmelle [Tue, 20 Sep 2005 16:14:35 +0000 (16:14 +0000)]
Fixed inheritance error (bugzilla 36720)

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

19 years agoMailing list archive updates.
Jeremias Maerki [Tue, 20 Sep 2005 12:43:25 +0000 (12:43 +0000)]
Mailing list archive updates.
Someone complained about the description on fop-users-help@. Improved.
Added PDFBox under PDF post-processors.

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

19 years agoRemove the AreaInfo objects representing trailing spaces, in order to prevent them...
Luca Furini [Tue, 20 Sep 2005 11:40:16 +0000 (11:40 +0000)]
Remove the AreaInfo objects representing trailing spaces, in order to prevent them reappearing again when getChangedKnuthElements() is called.

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

19 years agoAdded Checkstyle 4.0 capability. Added Checkstyle autodetection.
Joerg Pietschmann [Tue, 20 Sep 2005 11:16:59 +0000 (11:16 +0000)]
Added Checkstyle 4.0 capability. Added Checkstyle autodetection.
Use checkstyle.home.dir in build-local.properties to point to the
checkstyle home.

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

19 years agoinclude serializer.jar in dist (see Bugzilla #36677)
Christian Geisert [Tue, 20 Sep 2005 10:11:03 +0000 (10:11 +0000)]
include serializer.jar in dist (see Bugzilla #36677)
Submitted by: Matthew Daniel <bugzilla -at- mdaniel.scdi.com>

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

19 years agoCorrection of style violations
Andreas L. Delmelle [Mon, 19 Sep 2005 21:20:41 +0000 (21:20 +0000)]
Correction of style violations

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

19 years agoCorrection of style violations
Andreas L. Delmelle [Mon, 19 Sep 2005 21:16:37 +0000 (21:16 +0000)]
Correction of style violations

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

19 years agoCorrection of style violations
Andreas L. Delmelle [Mon, 19 Sep 2005 21:11:20 +0000 (21:11 +0000)]
Correction of style violations

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

19 years agoCommented out the code that causes an NPE.
Jeremias Maerki [Mon, 19 Sep 2005 14:21:28 +0000 (14:21 +0000)]
Commented out the code that causes an NPE.

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

19 years agoSimplification -- replace unnecessary call to getExplicit()
Andreas L. Delmelle [Sun, 18 Sep 2005 20:36:15 +0000 (20:36 +0000)]
Simplification -- replace unnecessary call to getExplicit()

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

19 years agoRemoval of hyphenation patterns
Andreas L. Delmelle [Sun, 18 Sep 2005 15:19:28 +0000 (15:19 +0000)]
Removal of hyphenation patterns

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

19 years agoUpdate of FOTree testcases for column-number property
Andreas L. Delmelle [Sun, 18 Sep 2005 00:02:35 +0000 (00:02 +0000)]
Update of FOTree testcases for column-number property

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

19 years agoUpdate of FOTree testcases for column-number property
Andreas L. Delmelle [Sun, 18 Sep 2005 00:00:18 +0000 (00:00 +0000)]
Update of FOTree testcases for column-number property

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

19 years agoImplementation for initial values of the column-number property
Andreas L. Delmelle [Sat, 17 Sep 2005 23:59:25 +0000 (23:59 +0000)]
Implementation for initial values of the column-number property

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

19 years agoReport area tree output mode.
Simon Pepping [Sat, 17 Sep 2005 12:30:25 +0000 (12:30 +0000)]
Report area tree output mode.
Report that option -d fails for other than the command line logger.

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

19 years agoUse uptodate to avoid rebuilding fop-transcoder jars every time.
Joerg Pietschmann [Fri, 16 Sep 2005 14:34:24 +0000 (14:34 +0000)]
Use uptodate to avoid rebuilding fop-transcoder jars every time.

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

19 years agoImplemented the wrap-option property.
Luca Furini [Fri, 16 Sep 2005 13:24:16 +0000 (13:24 +0000)]
Implemented the wrap-option property.

The overflow property is not yet implemented, so at the moment if wrap-option = "no-wrap" and the text overflows it invades the margins.

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

19 years agoProvide the TABLE_UNITS base value through the PrecentageBaseContext.
Jeremias Maerki [Fri, 16 Sep 2005 08:50:14 +0000 (08:50 +0000)]
Provide the TABLE_UNITS base value through the PrecentageBaseContext.
Remove the LayoutDimension mechanism entirely.
This fixes a problem with proportional-column-width() in nested tables. The LayoutDimension mechanism would look in the parent table for the base value when the base value for the actual table was only just calculated.

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

19 years agoStyle touch-up
Jeremias Maerki [Fri, 16 Sep 2005 08:42:56 +0000 (08:42 +0000)]
Style touch-up

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

19 years agoAn informative warning for the user if he doesn't supply enough table-column elements...
Jeremias Maerki [Fri, 16 Sep 2005 08:39:10 +0000 (08:39 +0000)]
An informative warning for the user if he doesn't supply enough table-column elements in fixed table layout.

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

19 years agobugzilla 36678 - region name reported when region is found with non zero borders...
Chris Bowditch [Fri, 16 Sep 2005 08:19:44 +0000 (08:19 +0000)]
bugzilla 36678 - region name reported when region is found with non zero borders/padding.
patch submitted by Matthew Daniel <bugzilla.at.mdaniel.scdi.com>

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

19 years agoBugfix: Lengths evaluated through percentages evaluated to zero in side-regions.
Jeremias Maerki [Fri, 16 Sep 2005 08:10:59 +0000 (08:10 +0000)]
Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.

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

19 years agoexpected table width was incorrect and now fails due to table width calculation being...
Chris Bowditch [Thu, 15 Sep 2005 15:58:39 +0000 (15:58 +0000)]
expected table width was incorrect and now fails due to table width calculation being corrected by Jeremias' last change. I have corrected the expected width

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

19 years agoBugfix for table_width.xml. Table width was not determined correctly when specified...
Jeremias Maerki [Thu, 15 Sep 2005 14:29:42 +0000 (14:29 +0000)]
Bugfix for table_width.xml. Table width was not determined correctly when specified explicitely and indents are present.

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

19 years agoTest case showing a bug with table width determination.
Jeremias Maerki [Thu, 15 Sep 2005 14:27:54 +0000 (14:27 +0000)]
Test case showing a bug with table width determination.

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