]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
17 years agochanges to support named destination
Jay Bryant [Sun, 1 Apr 2007 14:45:59 +0000 (14:45 +0000)]
changes to support named destination

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

17 years agoRemoved misleading comment.
Jeremias Maerki [Sun, 1 Apr 2007 10:34:57 +0000 (10:34 +0000)]
Removed misleading comment.

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

17 years agoBugfix for keep-with-next inside tables:
Jeremias Maerki [Sun, 1 Apr 2007 10:02:43 +0000 (10:02 +0000)]
Bugfix for keep-with-next inside tables:
Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table.

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

17 years ago- fix the painting of borders for spanning cells in collapsing model
Vincent Hennebert [Fri, 30 Mar 2007 12:25:19 +0000 (12:25 +0000)]
- fix the painting of borders for spanning cells in collapsing model
- rename gridUnit into primaryGridUnit in TableCellLM for clarity
- fix some checkstyle issues

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

17 years agoAdd explicit border-collapse="separate" property in preparation for the implementatio...
Vincent Hennebert [Fri, 30 Mar 2007 09:49:38 +0000 (09:49 +0000)]
Add explicit border-collapse="separate" property in preparation for the implementation of the border-collapsing model

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

17 years agominor typo fix
Clay Leeds [Thu, 29 Mar 2007 05:18:28 +0000 (05:18 +0000)]
minor typo fix

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

17 years agoDon't log a stacktrace when a JPEG is encountered that has a bad ICC profile and...
Jeremias Maerki [Wed, 28 Mar 2007 20:28:23 +0000 (20:28 +0000)]
Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile and give a nicer warning message.
Log the event when a CMYK JPEG with an APPE marker is encountered.

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

17 years agoReplace deprecated addBorders method with the new ones in addAreas
Vincent Hennebert [Wed, 28 Mar 2007 15:41:08 +0000 (15:41 +0000)]
Replace deprecated addBorders method with the new ones in addAreas

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

17 years agoFix typo in RowPainter property: svn:kewords -> svn:keywords
Vincent Hennebert [Wed, 28 Mar 2007 14:52:55 +0000 (14:52 +0000)]
Fix typo in RowPainter property: svn:kewords -> svn:keywords

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

17 years agoTableRowIterator:
Vincent Hennebert [Wed, 28 Mar 2007 14:49:58 +0000 (14:49 +0000)]
TableRowIterator:
- bugfix: add the correct grid unit for a col span
RowPainter.addAreasAndFlushRow:
- substract a part of this method into another method
- avoid calling it twice by properly resetting lastRow
- simplify it thanks to the previous point and the bugfix above

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

17 years agoFactorize in a method the code handling TableContentPosition elements, in TableConten...
Vincent Hennebert [Tue, 27 Mar 2007 13:46:22 +0000 (13:46 +0000)]
Factorize in a method the code handling TableContentPosition elements, in TableContentLayoutManager.

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

17 years ago- add border-collapse="separate" to the properties of tables in some testcases, in...
Vincent Hennebert [Tue, 27 Mar 2007 13:42:12 +0000 (13:42 +0000)]
- add border-collapse="separate" to the properties of tables in some testcases, in preparation for the soon-to-be-enabled border-collapsing model
- fix svn keywords for region_display-align_table.xml

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

17 years agoAdded an Area of Expertise for Jay Bryant
Jay Bryant [Sat, 24 Mar 2007 17:28:10 +0000 (17:28 +0000)]
Added an Area of Expertise for Jay Bryant

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

17 years agoSome more comments for RowPainter.
Jeremias Maerki [Fri, 23 Mar 2007 14:37:19 +0000 (14:37 +0000)]
Some more comments for RowPainter.
Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas.

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

17 years agoBetter document some of the code in RowPainter.
Jeremias Maerki [Fri, 23 Mar 2007 13:08:32 +0000 (13:08 +0000)]
Better document some of the code in RowPainter.
Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless.

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

17 years agoAvoid an IndexOutOfBoundsException when more columns are used than are specified...
Jeremias Maerki [Fri, 23 Mar 2007 09:19:04 +0000 (09:19 +0000)]
Avoid an IndexOutOfBoundsException when more columns are used than are specified even though this is illegal with fixed table layout.

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

17 years agoSmall improvements in the SpaceResolver class:
Vincent Hennebert [Thu, 22 Mar 2007 10:13:25 +0000 (10:13 +0000)]
Small improvements in the SpaceResolver class:
- constructor made private as it shouldn't be called by other classes
- inner classes made static; they are candidate for later becoming top-level classes

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

17 years agoUpdated the website deployment process.
Jeremias Maerki [Wed, 21 Mar 2007 14:08:02 +0000 (14:08 +0000)]
Updated the website deployment process.

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

17 years agoNote about relative URLs
Jeremias Maerki [Wed, 21 Mar 2007 13:48:24 +0000 (13:48 +0000)]
Note about relative URLs

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

17 years agoFixed a problem with the auto-rotate-landscape setting in the PostScript renderer...
Jeremias Maerki [Wed, 21 Mar 2007 08:13:21 +0000 (08:13 +0000)]
Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command.

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

17 years agoDocumentation, cleanup, log statements in the table layout code.
Vincent Hennebert [Mon, 19 Mar 2007 15:40:31 +0000 (15:40 +0000)]
Documentation, cleanup, log statements in the table layout code.

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

17 years agoSome javadoc and variables renaming in TableStepper.
Vincent Hennebert [Tue, 13 Mar 2007 18:38:31 +0000 (18:38 +0000)]
Some javadoc and variables renaming in TableStepper.
I finally grasped the actual meaning of this rowSpanPending variable...

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

17 years agoFixed an IllegalArgumentException for absolutely positioned block-containers with...
Jeremias Maerki [Mon, 12 Mar 2007 21:49:37 +0000 (21:49 +0000)]
Fixed an IllegalArgumentException for absolutely positioned block-containers with a border and no height/bpd set.

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

17 years agoCorrection of a typo; reported by Paul Vinkenoog
Andreas L. Delmelle [Mon, 12 Mar 2007 19:44:15 +0000 (19:44 +0000)]
Correction of a typo; reported by Paul Vinkenoog

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

17 years agoReverted revisions 515217 and 515219. I wonder how those SVN-related files ended...
Jeremias Maerki [Wed, 7 Mar 2007 15:02:42 +0000 (15:02 +0000)]
Reverted revisions 515217 and 515219. I wonder how those SVN-related files ended up being committed.

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

17 years agoUpdate fop.bat to use the latest XML Graphics Commons library
Vincent Hennebert [Wed, 7 Mar 2007 10:33:10 +0000 (10:33 +0000)]
Update fop.bat to use the latest XML Graphics Commons library
Submitted by: Adrian cumiskey (fop-dev AT cumiskey DOT com)

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

17 years agoMoved Jay Bryant from Contributor to Committer
Jay Bryant [Tue, 6 Mar 2007 17:30:56 +0000 (17:30 +0000)]
Moved Jay Bryant from Contributor to Committer

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

17 years agogit-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f79535...
Jay Bryant [Tue, 6 Mar 2007 17:23:48 +0000 (17:23 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515219 13f79535-47bb-0310-9956-ffa450edef68

17 years agogit-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f79535...
Jay Bryant [Tue, 6 Mar 2007 17:18:24 +0000 (17:18 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217 13f79535-47bb-0310-9956-ffa450edef68

17 years agoExtract sub-classes from TableContentLayoutManager and make them top-level classes
Vincent Hennebert [Tue, 6 Mar 2007 09:23:42 +0000 (09:23 +0000)]
Extract sub-classes from TableContentLayoutManager and make them top-level classes

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

17 years agoTweak: add FO context info to clarify the message.
Andreas L. Delmelle [Fri, 2 Mar 2007 21:39:02 +0000 (21:39 +0000)]
Tweak: add FO context info to clarify the message.

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

17 years agoTweak: add FO context info to clarify the message.
Andreas L. Delmelle [Fri, 2 Mar 2007 21:36:34 +0000 (21:36 +0000)]
Tweak: add FO context info to clarify the message.

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

17 years agoAvoid NPE if no images are used in the document.
Jeremias Maerki [Fri, 2 Mar 2007 17:51:20 +0000 (17:51 +0000)]
Avoid NPE if no images are used in the document.

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

17 years agoUpdate the documentation for the PostScript renderer.
Jeremias Maerki [Fri, 2 Mar 2007 17:41:37 +0000 (17:41 +0000)]
Update the documentation for the PostScript renderer.

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

17 years agoAdded support for an optional two-pass production for PostScript output to minimize...
Jeremias Maerki [Fri, 2 Mar 2007 17:30:16 +0000 (17:30 +0000)]
Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons.
A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows.

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

17 years agoAllow the file parameters to be resolved by the URIResolver.
Jeremias Maerki [Fri, 2 Mar 2007 17:11:41 +0000 (17:11 +0000)]
Allow the file parameters to be resolved by the URIResolver.

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

17 years agorenderer may be null when called from the PDFTranscoder.
Jeremias Maerki [Fri, 2 Mar 2007 16:56:15 +0000 (16:56 +0000)]
renderer may be null when called from the PDFTranscoder.

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

17 years agoSmall simplification: remove an unneeded parameter from the getContentHeight method
Vincent Hennebert [Thu, 1 Mar 2007 17:10:14 +0000 (17:10 +0000)]
Small simplification: remove an unneeded parameter from the getContentHeight method

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

17 years agoSmall factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPos...
Vincent Hennebert [Thu, 1 Mar 2007 10:55:09 +0000 (10:55 +0000)]
Small factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPositions since each time the former method is called immediately after the latter

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

17 years agoExtract RowPainter from TableContentLayoutManager and make it a top-level class.
Vincent Hennebert [Wed, 28 Feb 2007 15:36:09 +0000 (15:36 +0000)]
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later.

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

17 years agoDisable FontBaseBadTestCase for now as it is currently not working and makes the...
Vincent Hennebert [Wed, 28 Feb 2007 15:35:37 +0000 (15:35 +0000)]
Disable FontBaseBadTestCase for now as it is currently not working and makes the build fail.

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

17 years agoSwitch to XGCommons' ImageWriter for writing PNGs.
Jeremias Maerki [Wed, 28 Feb 2007 10:03:38 +0000 (10:03 +0000)]
Switch to XGCommons' ImageWriter for writing PNGs.

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

17 years agoAdd code guards around log statements for better performance when they are disabled
Vincent Hennebert [Wed, 28 Feb 2007 08:45:26 +0000 (08:45 +0000)]
Add code guards around log statements for better performance when they are disabled

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

17 years agoRename a local variable in the getNextStep method for clarity, and convert it from...
Vincent Hennebert [Tue, 27 Feb 2007 15:02:26 +0000 (15:02 +0000)]
Rename a local variable in the getNextStep method for clarity, and convert it from an integer to a boolean

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

17 years agoAdd log messages to help understand the code
Vincent Hennebert [Tue, 27 Feb 2007 14:50:52 +0000 (14:50 +0000)]
Add log messages to help understand the code

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

17 years agoAdd an ending slash to base URLs when they don't have one, in order to better match...
Vincent Hennebert [Tue, 27 Feb 2007 09:16:14 +0000 (09:16 +0000)]
Add an ending slash to base URLs when they don't have one, in order to better match user expectations.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)

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

17 years agoRemoved visual markers to count the lines from the testcase...
Andreas L. Delmelle [Fri, 23 Feb 2007 00:59:45 +0000 (00:59 +0000)]
Removed visual markers to count the lines from the testcase...

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

17 years agoBugzilla 41652:
Andreas L. Delmelle [Thu, 22 Feb 2007 19:07:15 +0000 (19:07 +0000)]
Bugzilla 41652:
Preserved linefeeds now generate an empty line.

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

17 years agoPCL: Support for text decoration for text painted using bitmaps/Java2D.
Jeremias Maerki [Thu, 22 Feb 2007 18:31:41 +0000 (18:31 +0000)]
PCL: Support for text decoration for text painted using bitmaps/Java2D.

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

17 years agocorrected imports that were messed up by my IDE in the last commit. Grumble...
Chris Bowditch [Thu, 22 Feb 2007 15:28:09 +0000 (15:28 +0000)]
corrected imports that were messed up by my IDE in the last commit. Grumble...

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

17 years agoquick and dirty fix for underlining in PCL. Only works for text-rendering="auto"
Chris Bowditch [Thu, 22 Feb 2007 14:25:08 +0000 (14:25 +0000)]
quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"

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

17 years agoAvoid Ant's deprecated style-task warning
Andreas L. Delmelle [Mon, 19 Feb 2007 16:02:39 +0000 (16:02 +0000)]
Avoid Ant's deprecated style-task warning

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

17 years agoSlight correction: value of "inherit" was not yet handled; delegate to the superclass...
Andreas L. Delmelle [Sun, 18 Feb 2007 09:46:12 +0000 (09:46 +0000)]
Slight correction: value of "inherit" was not yet handled; delegate to the superclass in that case

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

17 years agoMinor update of the documentation: warning is only relevant for FOP 0.20.x
Andreas L. Delmelle [Sun, 18 Feb 2007 09:36:36 +0000 (09:36 +0000)]
Minor update of the documentation: warning is only relevant for FOP 0.20.x

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

17 years agoAttempted to improve/fix documentation on images. There was some out-dated and wrong...
Jeremias Maerki [Fri, 16 Feb 2007 20:22:07 +0000 (20:22 +0000)]
Attempted to improve/fix documentation on images. There was some out-dated and wrong information on the page.

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

17 years agoCorrected an error in the subversion links for release 0.93: it lives
Simon Pepping [Fri, 16 Feb 2007 19:33:49 +0000 (19:33 +0000)]
Corrected an error in the subversion links for release 0.93: it lives
in tags not in branches

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

17 years agoAdd the very same test cases with tables using starts-row/ends-row instead of fo...
Vincent Hennebert [Wed, 14 Feb 2007 16:09:22 +0000 (16:09 +0000)]
Add the very same test cases with tables using starts-row/ends-row instead of fo:table-row objects

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

17 years agoStricter user config file validation.
Vincent Hennebert [Wed, 14 Feb 2007 14:24:36 +0000 (14:24 +0000)]
Stricter user config file validation.
Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs.
Invalid resource paths should be catched now. Fixes bug #40120.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)

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

17 years agoShortened the Bugzilla link a bit.
Jeremias Maerki [Wed, 14 Feb 2007 12:45:34 +0000 (12:45 +0000)]
Shortened the Bugzilla link a bit.

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

17 years agoI thought the svn:eol-style and svn:keywords properties were automatically set on...
Vincent Hennebert [Wed, 14 Feb 2007 09:32:03 +0000 (09:32 +0000)]
I thought the svn:eol-style and svn:keywords properties were automatically set on java and fo files.

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

17 years agoForgot the ASF header in the fo test files
Vincent Hennebert [Tue, 13 Feb 2007 19:07:04 +0000 (19:07 +0000)]
Forgot the ASF header in the fo test files

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

17 years agoFirst unit tests for table layout manager classes
Vincent Hennebert [Tue, 13 Feb 2007 19:01:01 +0000 (19:01 +0000)]
First unit tests for table layout manager classes

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

17 years agoDocument the usage of the ServletContextURIResolver.
Jeremias Maerki [Fri, 9 Feb 2007 09:58:24 +0000 (09:58 +0000)]
Document the usage of the ServletContextURIResolver.

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

17 years agoBugzilla 41572:
Andreas L. Delmelle [Thu, 8 Feb 2007 17:46:57 +0000 (17:46 +0000)]
Bugzilla 41572:
URIs were not properly parsed if they contain bracketed part(s)

Fix suggested by Erwin Tratar.

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

17 years agoJavadoc for the table layout code
Vincent Hennebert [Thu, 8 Feb 2007 16:55:11 +0000 (16:55 +0000)]
Javadoc for the table layout code

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

17 years agoThe spec explicitely does not specify what should be done when bpd is set to a differ...
Vincent Hennebert [Wed, 7 Feb 2007 16:13:54 +0000 (16:13 +0000)]
The spec explicitely does not specify what should be done when bpd is set to a different value than "auto" for fo:table. Display a warning that "auto" will be used as a fall back.

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

17 years agoBugzilla #41488:
Jeremias Maerki [Wed, 7 Feb 2007 11:44:49 +0000 (11:44 +0000)]
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.).

Reverts revision 503326 and fixes the problem in a different way. But the fix is only a work-around and will need to be revisited when redesigning the image package. At any rate, the resolution problem introduced with the previous patch can been avoided with the new approach.

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

17 years agoFix: override PropertyMaker.make() to properly parse font-family names containing...
Andreas L. Delmelle [Tue, 6 Feb 2007 20:35:49 +0000 (20:35 +0000)]
Fix: override PropertyMaker.make() to properly parse font-family names containing spaces.

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

17 years agoBugzilla #41488:
Jeremias Maerki [Sat, 3 Feb 2007 22:31:34 +0000 (22:31 +0000)]
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Submitted by: Dominic Brügger <bruegger.at.puzzle.ch>

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

17 years agoSupport for soft masks (transparency) with ImageIO image adapter. Should help with...
Jeremias Maerki [Sat, 3 Feb 2007 22:22:26 +0000 (22:22 +0000)]
Support for soft masks (transparency) with ImageIO image adapter. Should help with transparent PNGs.

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

17 years agoBugzilla #25997,#25999:
Jeremias Maerki [Sat, 3 Feb 2007 21:52:44 +0000 (21:52 +0000)]
Bugzilla #25997,#25999:
Allow reading of OpenType fonts with CFF data in TTFFile. CFF fonts are still not supported in FOP!
Inspired by: Eliot Kimber <drmacro.at.yahoo.com>

In addition to the above:
xHeight and capHeight are now determined through the OS/2 table if no other source for this information helped.
Changed the log level of some info messages to debug to avoid unnecessary log output when TrueType fonts are loaded without XML metrics.

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

17 years agoFix for bugzilla 41503:
Andreas L. Delmelle [Wed, 31 Jan 2007 20:34:08 +0000 (20:34 +0000)]
Fix for bugzilla 41503:
take into account that column-numbers need not be monotonically increasing

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

17 years agoFix for bug 41019, minor changes to a few testcases as now a different set of break...
Luca Furini [Tue, 30 Jan 2007 16:37:11 +0000 (16:37 +0000)]
Fix for bug 41019, minor changes to a few testcases as now a different set of break is created.

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

17 years agoFix for PDF corruption when a TrueType font with spaces in its name is embedded and...
Jeremias Maerki [Fri, 26 Jan 2007 11:06:01 +0000 (11:06 +0000)]
Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no XML font metrics file for that font is used.

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

17 years agoTypo in javadoc
Jeremias Maerki [Fri, 26 Jan 2007 11:01:50 +0000 (11:01 +0000)]
Typo in javadoc

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

17 years agoProperties are wrong. Sorry.
Jeremias Maerki [Mon, 22 Jan 2007 22:43:30 +0000 (22:43 +0000)]
Properties are wrong. Sorry.

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

17 years agoBugzilla #41426:
Jeremias Maerki [Mon, 22 Jan 2007 22:33:42 +0000 (22:33 +0000)]
Bugzilla #41426:
Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow.
Note: "id" attributes are still not handled properly on fo:wrapper!
Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com>

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

17 years agosvn propset svn:eol-style native publish.xml
Simon Pepping [Mon, 22 Jan 2007 20:09:56 +0000 (20:09 +0000)]
svn propset svn:eol-style native publish.xml

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

17 years agoIgnore the work directory created by ForrestBot.
Jeremias Maerki [Mon, 22 Jan 2007 09:39:01 +0000 (09:39 +0000)]
Ignore the work directory created by ForrestBot.

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

17 years agoPoint to upcoming ApacheCon EU
Jeremias Maerki [Mon, 22 Jan 2007 09:37:48 +0000 (09:37 +0000)]
Point to upcoming ApacheCon EU

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

17 years agoSwitching to SVN deployment with ForrestBot so everyone can do the FOP site deploymen...
Jeremias Maerki [Sun, 21 Jan 2007 14:35:08 +0000 (14:35 +0000)]
Switching to SVN deployment with ForrestBot so everyone can do the FOP site deployment and we fulfill the wishes of the infrastructure people.
This includes the FixCRLF operation to avoid any problems with mixed line endings in the generated files on Windows.
Deployment using "ant -f publish.xml deploy"

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

17 years agoBugfix: Seeking to the end of the file is legal, only reading from this position...
Jeremias Maerki [Tue, 16 Jan 2007 21:06:42 +0000 (21:06 +0000)]
Bugfix: Seeking to the end of the file is legal, only reading from this position isn't. Fixes running TTFReader with K3.ttf.

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

17 years agoTwo scripts to start FOP on MS Windows
Simon Pepping [Tue, 16 Jan 2007 19:59:13 +0000 (19:59 +0000)]
Two scripts to start FOP on MS Windows

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

17 years agoAdded a compliance column for the development version
Simon Pepping [Mon, 15 Jan 2007 21:06:31 +0000 (21:06 +0000)]
Added a compliance column for the development version

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

17 years agoTwo Knuth boxes following each other should only be considered for an additional...
Manuel Mall [Sun, 14 Jan 2007 02:37:32 +0000 (02:37 +0000)]
Two Knuth boxes following each other should only be considered for an additional letter space if both are not auxiliary boxes

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

17 years agoInitial support for soft hyphens
Manuel Mall [Sat, 13 Jan 2007 09:20:49 +0000 (09:20 +0000)]
Initial support for soft hyphens

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

17 years agoCode cleanup:
Andreas L. Delmelle [Thu, 11 Jan 2007 21:03:07 +0000 (21:03 +0000)]
Code cleanup:
- avoid unnecessary calls to getLogger(); LengthBase gets its own logger, LMs log to the AbstractLM logger
- CommonBorderPaddingBackground no longer implements Cloneable

(changes suggested by Richard Wheeldon)

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

17 years agoAdded support for line-height-shift-adjustment property
Manuel Mall [Thu, 11 Jan 2007 13:51:28 +0000 (13:51 +0000)]
Added support for line-height-shift-adjustment property

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

17 years agoFix for new linebreaking in combination with hyphenation not correctly breaking when...
Manuel Mall [Thu, 11 Jan 2007 10:28:57 +0000 (10:28 +0000)]
Fix for new linebreaking in combination with hyphenation not correctly breaking when explicit hyphen present

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

17 years agochanged download links to to reflect xmlgraphics (http://archive.apache.org/dist...
Clay Leeds [Thu, 11 Jan 2007 04:43:38 +0000 (04:43 +0000)]
changed download links to to reflect xmlgraphics (http://archive.apache.org/dist/xmlgraphics/fop/*)

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

17 years agoUpdates after release 0.93, a.o. the new approval procedure
Simon Pepping [Wed, 10 Jan 2007 20:59:54 +0000 (20:59 +0000)]
Updates after release 0.93, a.o. the new approval procedure

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

17 years agoChanged rgb-icc compliance indicator from 'no' to 'yes' (Thanks Elliotte)
Clay Leeds [Wed, 10 Jan 2007 06:30:47 +0000 (06:30 +0000)]
Changed rgb-icc compliance indicator from 'no' to 'yes' (Thanks Elliotte)

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

17 years agoCreated a static known-issues item in the release tab. Updated the
Simon Pepping [Tue, 9 Jan 2007 21:29:40 +0000 (21:29 +0000)]
Created a static known-issues item in the release tab. Updated the
documenation for running.

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

17 years agoIn relaxed validation mode, it should be acceptable to have fo:table-footer /after...
Vincent Hennebert [Tue, 9 Jan 2007 14:21:59 +0000 (14:21 +0000)]
In relaxed validation mode, it should be acceptable to have fo:table-footer /after/ fo:table-body

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

17 years agoadded some info about me
Christian Geisert [Mon, 8 Jan 2007 08:47:58 +0000 (08:47 +0000)]
added some info about me

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

17 years agoThat may be discussed, but IMO support for UAX#14 line breaking is an important addition.
Vincent Hennebert [Mon, 8 Jan 2007 08:19:10 +0000 (08:19 +0000)]
That may be discussed, but IMO support for UAX#14 line breaking is an important addition.

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

17 years agoAdded afp to command line options help, marked mif and svg as experimental
Manuel Mall [Mon, 8 Jan 2007 03:19:39 +0000 (03:19 +0000)]
Added afp to command line options help, marked mif and svg as experimental

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

17 years agoFixed some more invalid links.
Jeremias Maerki [Sun, 7 Jan 2007 18:40:45 +0000 (18:40 +0000)]
Fixed some more invalid links.

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

17 years agoMerging changes from branch fop-0.93 back into trunk, change year 2006
Simon Pepping [Sun, 7 Jan 2007 13:19:45 +0000 (13:19 +0000)]
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues

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

17 years agoAdded fop.home to Main.getJARList. Adapted the documentation.
Simon Pepping [Sat, 6 Jan 2007 14:18:57 +0000 (14:18 +0000)]
Added fop.home to Main.getJARList. Adapted the documentation.

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