]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
16 years agoAdd missing file from previous commit (r591437)
Andreas L. Delmelle [Fri, 2 Nov 2007 21:05:22 +0000 (21:05 +0000)]
Add missing file from previous commit (r591437)

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

16 years agoBugzilla 42748: Added support for ids on empty fo:inlines
Andreas L. Delmelle [Fri, 2 Nov 2007 19:57:25 +0000 (19:57 +0000)]
Bugzilla 42748: Added support for ids on empty fo:inlines

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

16 years agoReworked the creation of implicit columns to match new behaviour: the number of colum...
Vincent Hennebert [Fri, 2 Nov 2007 11:01:41 +0000 (11:01 +0000)]
Reworked the creation of implicit columns to match new behaviour: the number of columns of a table without explicit fo:table-column is set by the row that has the most columns.

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

16 years agoTestcases for fo:table-column
Vincent Hennebert [Thu, 1 Nov 2007 15:57:50 +0000 (15:57 +0000)]
Testcases for fo:table-column

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

16 years agoAdditional testcases for too many columns, this time in header or footer.
Vincent Hennebert [Wed, 31 Oct 2007 16:53:27 +0000 (16:53 +0000)]
Additional testcases for too many columns, this time in header or footer.

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

16 years agoSome fonts have spaces in their names (ex. "Arial Unicode MS"). This change modifies...
Jeremias Maerki [Wed, 31 Oct 2007 16:39:04 +0000 (16:39 +0000)]
Some fonts have spaces in their names (ex. "Arial Unicode MS"). This change modifies font auto-detection so both "ArialUnicodeMS" (as before) and "Arial Unicode MS" (new) are registered for a font.

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

16 years agoReplaced svn:eol property with svn:eol-style or set that latter to native
Vincent Hennebert [Wed, 31 Oct 2007 15:20:43 +0000 (15:20 +0000)]
Replaced svn:eol property with svn:eol-style or set that latter to native

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

16 years ago- Enforced check for proper number of columns in a table. Now if a table has explicit...
Vincent Hennebert [Wed, 31 Oct 2007 15:06:35 +0000 (15:06 +0000)]
- Enforced check for proper number of columns in a table. Now if a table has explicit table-columns, those fix the total number of columns and any row having more columns will lead to an error.
- Set up a framework for unit-testing classes from the FO tree, and added some first testcases for the number of columns in tables.

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

16 years agoUrl is actually a Uri
Adrian Cumiskey [Wed, 31 Oct 2007 10:29:02 +0000 (10:29 +0000)]
Url is actually a Uri

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

16 years agoSimple renaming of method following patch that was recently applied
Adrian Cumiskey [Tue, 30 Oct 2007 23:44:39 +0000 (23:44 +0000)]
Simple renaming of method following patch that was recently applied
http://issues.apache.org/bugzilla/show_bug.cgi?id=42982

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

16 years agoRemoved no longer useful setCurrentColumnIndex method on ColumnNumberManager. The...
Vincent Hennebert [Tue, 30 Oct 2007 17:42:10 +0000 (17:42 +0000)]
Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager. The column number is now automatically updated in signalUsedColumnNumbers

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

16 years agoUpdated testcase to reflect new code behaviour: gaps between columns are now ignored
Vincent Hennebert [Tue, 30 Oct 2007 17:14:31 +0000 (17:14 +0000)]
Updated testcase to reflect new code behaviour: gaps between columns are now ignored

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

16 years ago- factored the management of column numbers into a separate helper class
Vincent Hennebert [Tue, 30 Oct 2007 16:21:39 +0000 (16:21 +0000)]
- factored the management of column numbers into a separate helper class
- moved the PendingSpan inner class from TableFObj into TableCellContainer, where it's a bit more appropriate
- simplified the getTable method in TableFObj by overriding it in Table
- simplified the propertyMaker for column-number: now it's the table-cell which notifies the parent table-body that it starts a new row. As an additional benefit the propertyMaker for starts-row is now called only once, instead of twice before
- reworked, factored and simplified the handling of column indices in TableCellContainer
- bugfix: repeated fo:table-column were not added at the right place in the column lists
- bugfix: width set on cell on second row was applied to the column's width, whereas it shouldn't
- checkstyle cleanup

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

16 years agoFixes 42982, 43042, 43587, 43143 and 43439 applied to trunk
Adrian Cumiskey [Sat, 27 Oct 2007 14:45:30 +0000 (14:45 +0000)]
Fixes 42982, 43042, 43587, 43143 and 43439 applied to trunk

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

16 years agoBugzilla #42982:
Adrian Cumiskey [Sat, 27 Oct 2007 01:07:49 +0000 (01:07 +0000)]
Bugzilla #42982:
Applied [PATCH] 42982 - Support Fonts in JAR files

Nice work Max, I look forward to you joining us soon :)
Submitted by: Max Berger <max.at.berger.name>

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

16 years agoApplied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected for...
Adrian Cumiskey [Fri, 26 Oct 2007 19:20:02 +0000 (19:20 +0000)]
Applied [PATCH] 43143 - ExpertEncoding and ExpertSubsetEncoding not detected for Type 1 fonts
Many thanks to William (wliem AT allette DOT com DOT au) for reporting the problem.
NOTE: More work needs to be done to provide support for ExpertEncoding
(this is documented in src/codegen/fonts/encodings.xml within this patch).

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

16 years agoBugzilla #43042:
Adrian Cumiskey [Fri, 26 Oct 2007 18:58:15 +0000 (18:58 +0000)]
Bugzilla #43042:
Applied [PATCH] 43042 - PS extension implementation code cleanup.

Partially modified the patch due to code changes.  Many thanks to Andrejus Chaliapinas for this patch :)
Submitted by: Andrejus Chaliapinas <a.chaliapinas.at.infosana.com>

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

16 years agoApplying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ClassCas...
Adrian Cumiskey [Fri, 26 Oct 2007 18:17:00 +0000 (18:17 +0000)]
Applying [PATCH] 43587 - Multiple ps:comment-? within fo:declarations causes ClassCastException

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

16 years agoWhoops.. lets maintain the alphabetical ordering! :)
Adrian Cumiskey [Fri, 26 Oct 2007 13:18:44 +0000 (13:18 +0000)]
Whoops.. lets maintain the alphabetical ordering! :)

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

16 years agoMade the columns field in Table private, and created suitable accessors to it
Vincent Hennebert [Fri, 26 Oct 2007 11:20:59 +0000 (11:20 +0000)]
Made the columns field in Table private, and created suitable accessors to it

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

16 years agoMy first commit :)
Adrian Cumiskey [Fri, 26 Oct 2007 11:19:50 +0000 (11:19 +0000)]
My first commit :)

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

16 years agoMoved the creation of the columns list to the declaration of the columns field. Even...
Vincent Hennebert [Fri, 26 Oct 2007 10:25:07 +0000 (10:25 +0000)]
Moved the creation of the columns list to the declaration of the columns field. Even if there are no explicit columns the list will have to be created anyway.

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

16 years agoRemoved useless addChildNode method since it only transfered the call to the parent...
Vincent Hennebert [Fri, 26 Oct 2007 09:58:54 +0000 (09:58 +0000)]
Removed useless addChildNode method since it only transfered the call to the parent method

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

16 years agoCreated an abstract TableCellContainer class meant to contain the logic in TableRowIt...
Vincent Hennebert [Fri, 26 Oct 2007 09:43:01 +0000 (09:43 +0000)]
Created an abstract TableCellContainer class meant to contain the logic in TableRowIterator.
Factored some code common to TableBody and TableRow in it.

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

16 years agoMerged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_PDF...
Jeremias Maerki [Fri, 26 Oct 2007 07:48:14 +0000 (07:48 +0000)]
Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_PDF (563130:HEAD) into Trunk.

Adds generic structures in PDF so it is possible to embed external PDF documents, for example to support PDF files in fo:external-graphic for PDF output. See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200708.mbox/%3c20070806165027.5C59.DEV@jeremias-maerki.ch%3e
I tried to keep the changes on the API of the PDF library minimal but there could still be some incompatibilities for anyone who uses it separately.

This also adds support for dynamically registering an image handler. That's just a temporary solution until the image package redesign is done. But it works.

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

16 years agoSome log fine-tuning.
Jeremias Maerki [Fri, 26 Oct 2007 07:34:09 +0000 (07:34 +0000)]
Some log fine-tuning.

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

16 years agoFix for ClassCastException if non-PS extension attachments are encountered.
Jeremias Maerki [Fri, 26 Oct 2007 07:32:50 +0000 (07:32 +0000)]
Fix for ClassCastException if non-PS extension attachments are encountered.

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

16 years agoRemoved the check for borders specified on table-column/body/row in separate border...
Vincent Hennebert [Thu, 25 Oct 2007 16:26:41 +0000 (16:26 +0000)]
Removed the check for borders specified on table-column/body/row in separate border model, since this is perfectly legal: they may be retrieved by specifying "inherit" on table-cells

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

16 years agoRemoved the export statement, because it must be on a separate line in
Simon Pepping [Mon, 22 Oct 2007 19:10:23 +0000 (19:10 +0000)]
Removed the export statement, because it must be on a separate line in
plain-vanilla Bourne shells, and it is not needed. Restricted the
special setting of IFS to the section that requires it.

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

17 years agoBugzilla #43597:
Jeremias Maerki [Mon, 22 Oct 2007 10:13:34 +0000 (10:13 +0000)]
Bugzilla #43597:
Added a test file for the SVGZ case.

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

17 years agoBugzilla #43597:
Jeremias Maerki [Mon, 22 Oct 2007 10:12:40 +0000 (10:12 +0000)]
Bugzilla #43597:
Added support for SVGZ.
Submitted by: Max Berger <max.at.berger.name>

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

17 years agoCorrected typo: explicitely -> explicitly
Vincent Hennebert [Fri, 19 Oct 2007 14:32:39 +0000 (14:32 +0000)]
Corrected typo: explicitely -> explicitly

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

17 years agoAdded a news item about Adrian Cumiskey becoming a committer
Vincent Hennebert [Fri, 19 Oct 2007 09:50:03 +0000 (09:50 +0000)]
Added a news item about Adrian Cumiskey becoming a committer

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

17 years agoBugfix: If auto-detection is enabled, auto-detection didn't get done starting with...
Jeremias Maerki [Tue, 16 Oct 2007 15:12:45 +0000 (15:12 +0000)]
Bugfix: If auto-detection is enabled, auto-detection didn't get done starting with the second rendering run in the same JVM. Static variables are dangerous!

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

17 years agoBugzilla #43616: bug in the computation of remaining height that caused extra space...
Vincent Hennebert [Tue, 16 Oct 2007 13:44:19 +0000 (13:44 +0000)]
Bugzilla #43616: bug in the computation of remaining height that caused extra space to appear in tables

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

17 years agoAdd OSSummit in Asia
Jeremias Maerki [Mon, 15 Oct 2007 13:54:08 +0000 (13:54 +0000)]
Add OSSummit in Asia

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

17 years agoBugfix for NPE with empty table-row (regression from 0.93).
Jeremias Maerki [Mon, 15 Oct 2007 07:23:37 +0000 (07:23 +0000)]
Bugfix for NPE with empty table-row (regression from 0.93).

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

17 years agoAdded a configuration setting to the PCL renderer that lets you disable PJL commands.
Jeremias Maerki [Fri, 5 Oct 2007 14:26:20 +0000 (14:26 +0000)]
Added a configuration setting to the PCL renderer that lets you disable PJL commands.

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

17 years agoFixed a bug in the test. MediaPosition takes an integer.
Jeremias Maerki [Fri, 5 Oct 2007 13:54:17 +0000 (13:54 +0000)]
Fixed a bug in the test. MediaPosition takes an integer.

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

17 years agoDon't use deprecated useRGBColor() from PSGenerator anymore.
Jeremias Maerki [Fri, 5 Oct 2007 13:37:04 +0000 (13:37 +0000)]
Don't use deprecated useRGBColor() from PSGenerator anymore.

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

17 years agoConfiguration settings for "language-level" and "optimize-resources" got lost when...
Jeremias Maerki [Fri, 5 Oct 2007 13:33:45 +0000 (13:33 +0000)]
Configuration settings for "language-level" and "optimize-resources" got lost when the patch for revision 542237 got applied. This is restored now.
See http://svn.apache.org/viewvc?view=rev&revision=542237

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

17 years agoBugzilla #43464:
Jeremias Maerki [Fri, 5 Oct 2007 12:34:33 +0000 (12:34 +0000)]
Bugzilla #43464:
There is no need to cast the sources into a StreamSource to determine
the SystemId. With this cast DOMSources or other non-StreamSources lead in a
ClassCastException.
Submitted by: Bruno Feurer <dev.at.brunof.com>

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

17 years agoAdded a test case for AFP extension to make sure restoration from IF is correct.
Jeremias Maerki [Fri, 5 Oct 2007 09:57:35 +0000 (09:57 +0000)]
Added a test case for AFP extension to make sure restoration from IF is correct.

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

17 years agoBugzilla #43439:
Jeremias Maerki [Fri, 5 Oct 2007 09:56:12 +0000 (09:56 +0000)]
Bugzilla #43439:
Fixed the restoration of the TLE values from the intermediate format for the AFP extension elements.
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>

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

17 years agoBugzilla #43041:
Jeremias Maerki [Fri, 5 Oct 2007 08:48:15 +0000 (08:48 +0000)]
Bugzilla #43041:
Added a configuration setting for the renderer/device resolution to the AFP renderer.
Many Checkstyle violations fixed.
Submitted by: Adrian Cumiskey <dev.at.cumiskey.com>

Changes to the patch by jeremias:
- Bugfix: SVGs were rendered in the wrong size when the target-resolution and the renderer-resolution differ.

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

17 years agoBugzilla #43070
Chris Bowditch [Fri, 5 Oct 2007 08:36:48 +0000 (08:36 +0000)]
Bugzilla #43070
Postscript extension : comment before and after page
Submitted by Adrian Cumiskey <dev.at.cumiskey.com>

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

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