]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
13 years agoBugzilla #51010: Bookmarks create useless lines in RTF
Chris Bowditch [Tue, 19 Apr 2011 13:49:40 +0000 (13:49 +0000)]
Bugzilla #51010: Bookmarks create useless lines in RTF
Patch submitted by Max Aster

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

13 years agoBugzilla #51008: page-number-citation-last does not work in RTF
Chris Bowditch [Tue, 19 Apr 2011 13:06:27 +0000 (13:06 +0000)]
Bugzilla #51008: page-number-citation-last does not work in RTF
Patch submitted by Max Aster

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

13 years agoAdded id element to intermediate format to track the origin of content.
Vincent Hennebert [Mon, 18 Apr 2011 18:36:05 +0000 (18:36 +0000)]
Added id element to intermediate format to track the origin of content.

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

13 years agoAdd link to Frank Liang's paper on hyphenation, provided by PBW
Simon Pepping [Tue, 12 Apr 2011 12:34:13 +0000 (12:34 +0000)]
Add link to Frank Liang's paper on hyphenation, provided by PBW

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

13 years agoAdded javadoc to createInlineParent method
Vincent Hennebert [Fri, 8 Apr 2011 10:49:45 +0000 (10:49 +0000)]
Added javadoc to createInlineParent method

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

13 years agoBugzilla 51032: Fixed regression due to oversight in refactoring text-decoration.
Andreas L. Delmelle [Wed, 6 Apr 2011 18:39:15 +0000 (18:39 +0000)]
Bugzilla 51032: Fixed regression due to oversight in refactoring text-decoration.
Invalid values properly reported as errors again, instead of causing a NPE.

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

13 years agoProper fix for Bugzilla 50987
Vincent Hennebert [Tue, 5 Apr 2011 11:11:07 +0000 (11:11 +0000)]
Proper fix for Bugzilla 50987

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

13 years agoFixed regression introduced in rev. 1088079: also remove the element pointed to by...
Vincent Hennebert [Tue, 5 Apr 2011 10:04:43 +0000 (10:04 +0000)]
Fixed regression introduced in rev. 1088079: also remove the element pointed to by restartPosition.getIndex()

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

13 years agoProperty fixup
Andreas L. Delmelle [Sun, 3 Apr 2011 10:15:28 +0000 (10:15 +0000)]
Property fixup

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

13 years agoUpdate status.xml for r1088242
Andreas L. Delmelle [Sun, 3 Apr 2011 10:12:52 +0000 (10:12 +0000)]
Update status.xml for r1088242

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

13 years agoBugzilla 50988: Fixed a NullPointerException in case a fo:character was removed due...
Andreas L. Delmelle [Sun, 3 Apr 2011 10:10:46 +0000 (10:10 +0000)]
Bugzilla 50988: Fixed a NullPointerException in case a fo:character was removed due to white-space handling.
Thanks to Matthias Reischenbacher.

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

13 years agoOops... Give the right people credit.
Andreas L. Delmelle [Sun, 3 Apr 2011 09:53:48 +0000 (09:53 +0000)]
Oops... Give the right people credit.

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

13 years agoUpdate status.xml for r1088231 and r1088234
Andreas L. Delmelle [Sun, 3 Apr 2011 09:49:12 +0000 (09:49 +0000)]
Update status.xml for r1088231 and r1088234

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

13 years agoBugzilla 50987: Fixed an issue where a link was added to the parent tree instead...
Andreas L. Delmelle [Sun, 3 Apr 2011 09:44:28 +0000 (09:44 +0000)]
Bugzilla 50987: Fixed an issue where a link was added to the parent tree instead of the related structure element.
Thanks to Martin Koegler.

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

13 years agoBugzilla 50986: Fixed an issue where invalid PDF page content was generated due to...
Andreas L. Delmelle [Sun, 3 Apr 2011 09:40:27 +0000 (09:40 +0000)]
Bugzilla 50986: Fixed an issue where invalid PDF page content was generated due to incorrect ET/EMC sequences.
Thanks to Martin Koegler.

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

13 years agoMinor code fixups
Andreas L. Delmelle [Sat, 2 Apr 2011 18:44:04 +0000 (18:44 +0000)]
Minor code fixups

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

13 years agoProperly fix the case of unresolved bookmarks for the intermediate format: bypass...
Andreas L. Delmelle [Sun, 27 Mar 2011 14:32:21 +0000 (14:32 +0000)]
Properly fix the case of unresolved bookmarks for the intermediate format: bypass serialization of the bookmarks, instead of only its action.

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

13 years agoTemporarily disable new test added in r1085824
Andreas L. Delmelle [Sun, 27 Mar 2011 14:07:56 +0000 (14:07 +0000)]
Temporarily disable new test added in r1085824

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

13 years agoFixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing...
Andreas L. Delmelle [Sat, 26 Mar 2011 23:08:43 +0000 (23:08 +0000)]
Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing internal destination should just trigger a warning.

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

13 years agoForgot to include status.xml
Andreas L. Delmelle [Sat, 26 Mar 2011 22:41:38 +0000 (22:41 +0000)]
Forgot to include status.xml

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

13 years agoBugzilla 50965: Fix regression in BlockContainerLayoutManager where margins were...
Andreas L. Delmelle [Sat, 26 Mar 2011 22:35:30 +0000 (22:35 +0000)]
Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins were not reset after forced breaks.
Thanks to Martin Koegler.

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

13 years agoBugzilla #50763: Implemented non-standard behavior for basic-link areas, such that...
Vincent Hennebert [Thu, 24 Mar 2011 18:14:23 +0000 (18:14 +0000)]
Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas

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

13 years agoBugfix: keep-together does not apply to fo:table-cell
Vincent Hennebert [Tue, 22 Mar 2011 14:55:21 +0000 (14:55 +0000)]
Bugfix: keep-together does not apply to fo:table-cell

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

13 years agoFixed spurious table warnings
Vincent Hennebert [Tue, 22 Mar 2011 14:22:55 +0000 (14:22 +0000)]
Fixed spurious table warnings

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

13 years agoBugfix: keep-together on a table containing row-spanning cells was not honored
Vincent Hennebert [Mon, 21 Mar 2011 16:46:53 +0000 (16:46 +0000)]
Bugfix: keep-together on a table containing row-spanning cells was not honored

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

13 years agotoString() method for BFEntry.
Jeremias Maerki [Fri, 18 Mar 2011 14:59:34 +0000 (14:59 +0000)]
toString() method for BFEntry.

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

13 years agoRenamed Viewport into InlineViewport
Vincent Hennebert [Tue, 15 Mar 2011 15:56:01 +0000 (15:56 +0000)]
Renamed Viewport into InlineViewport
Added {@inheritDoc} comments to make Checkstyle happy

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

13 years agoBugzilla #49910: clipping rectangle is wrong on side-regions
Vincent Hennebert [Mon, 14 Mar 2011 20:46:03 +0000 (20:46 +0000)]
Bugzilla #49910: clipping rectangle is wrong on side-regions
Partial fix that works only when the reference-orientation property is set to 0 or 180 on side-regions

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

13 years agoDelisting Alexander Kiel and Renaud Richardet as active contributors
Simon Pepping [Mon, 14 Mar 2011 10:33:53 +0000 (10:33 +0000)]
Delisting Alexander Kiel and Renaud Richardet as active contributors

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

13 years agoChanging Max Berger, Jay Bryant, Luca Furini, Christian Geisert, Manuel Mall, Pascal...
Simon Pepping [Mon, 14 Mar 2011 08:32:01 +0000 (08:32 +0000)]
Changing Max Berger, Jay Bryant, Luca Furini, Christian Geisert, Manuel Mall, Pascal Sancho to inactive committers

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

13 years agoBugzilla #50196: padding-start ignored when table-header/footer is repeated.
Vincent Hennebert [Wed, 9 Mar 2011 20:16:09 +0000 (20:16 +0000)]
Bugzilla #50196: padding-start ignored when table-header/footer is repeated.
Patch submitted by Matthias Reischenbacher

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

13 years agoDeleted Active Contributor Manoj Nair who hasn't been active since 2008 and added...
Chris Bowditch [Wed, 9 Mar 2011 10:14:40 +0000 (10:14 +0000)]
Deleted Active Contributor Manoj Nair who hasn't been active since 2008 and added Mehdi Houshmand who has submitted several patches and helps out with user issues. Thanks Mehdi!

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

13 years agob49835
Andreas L. Delmelle [Mon, 7 Mar 2011 23:04:03 +0000 (23:04 +0000)]
b49835

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

13 years agoadded Glenn Adams as an active contributor
Chris Bowditch [Fri, 4 Mar 2011 09:18:33 +0000 (09:18 +0000)]
added Glenn Adams as an active contributor

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

13 years agoCustomizing the Gump runs from our build file rather than from the Gump descriptor.
Jeremias Maerki [Wed, 2 Mar 2011 17:28:59 +0000 (17:28 +0000)]
Customizing the Gump runs from our build file rather than from the Gump descriptor.

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

13 years agoFix for a potential NPE when painting vector graphics with non-sRGB colors.
Jeremias Maerki [Sat, 26 Feb 2011 09:36:23 +0000 (09:36 +0000)]
Fix for a potential NPE when painting vector graphics with non-sRGB colors.

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

13 years agoCleanup: catch more specific exception types to capture the intention better + other...
Andreas L. Delmelle [Tue, 22 Feb 2011 21:38:28 +0000 (21:38 +0000)]
Cleanup: catch more specific exception types to capture the intention better + other minor fixups.

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

13 years agoCleanup unused field + dead/commented code
Andreas L. Delmelle [Tue, 22 Feb 2011 19:57:39 +0000 (19:57 +0000)]
Cleanup unused field + dead/commented code

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

13 years agoFix FindBugs warning...
Andreas L. Delmelle [Tue, 22 Feb 2011 19:38:25 +0000 (19:38 +0000)]
Fix FindBugs warning...

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

13 years agoBetter way to eliminate FindBugs warning?
Andreas L. Delmelle [Mon, 21 Feb 2011 19:07:16 +0000 (19:07 +0000)]
Better way to eliminate FindBugs warning?

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

13 years agoUse chained append() rather than string concatenation (better practice)
Andreas L. Delmelle [Fri, 18 Feb 2011 18:36:26 +0000 (18:36 +0000)]
Use chained append() rather than string concatenation (better practice)

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

13 years agoFixing checkstyle errors and hiding fingbugs errors
Simon Pepping [Fri, 18 Feb 2011 08:18:04 +0000 (08:18 +0000)]
Fixing checkstyle errors and hiding fingbugs errors

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

13 years agoFix scaling bug manifesting with source resolutions other than 72dpi.
Jeremias Maerki [Wed, 16 Feb 2011 17:08:19 +0000 (17:08 +0000)]
Fix scaling bug manifesting with source resolutions other than 72dpi.
Generating PDF comments for SVG only when TRACE log level is active to avoid unnecessary output that normal people will never read.

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

13 years agoReverted changes accidentally made to toString in rev. 1071048
Vincent Hennebert [Wed, 16 Feb 2011 15:19:29 +0000 (15:19 +0000)]
Reverted changes accidentally made to toString in rev. 1071048

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

13 years agoRevert unnecessary change (no checkstyle issue in this file; method unused, so no...
Andreas L. Delmelle [Tue, 15 Feb 2011 21:09:15 +0000 (21:09 +0000)]
Revert unnecessary change (no checkstyle issue in this file; method unused, so no need to introduce)

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

13 years agoCheckstyle fix
Andreas L. Delmelle [Tue, 15 Feb 2011 20:51:13 +0000 (20:51 +0000)]
Checkstyle fix

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

13 years agoCheckstyle fixes
Andreas L. Delmelle [Tue, 15 Feb 2011 20:30:44 +0000 (20:30 +0000)]
Checkstyle fixes

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

13 years agoFix incorrect type safety
Andreas L. Delmelle [Fri, 11 Feb 2011 20:11:37 +0000 (20:11 +0000)]
Fix incorrect type safety

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

13 years agoFixups, type safety...
Andreas L. Delmelle [Fri, 11 Feb 2011 18:34:32 +0000 (18:34 +0000)]
Fixups, type safety...

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

13 years agoMinor fixups
Andreas L. Delmelle [Fri, 11 Feb 2011 18:29:05 +0000 (18:29 +0000)]
Minor fixups

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

13 years agoA few minor nits...
Andreas L. Delmelle [Fri, 11 Feb 2011 17:49:16 +0000 (17:49 +0000)]
A few minor nits...

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

13 years agoFurther cleanups: alignment of FlowLM.getNextKE() with pattern of the same method...
Andreas L. Delmelle [Thu, 10 Feb 2011 17:44:33 +0000 (17:44 +0000)]
Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same method in BlockStackingLM.

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

13 years agoClean-ups, simplifications and improvements of AlignmentContext and ScaledBaselineTable
Vincent Hennebert [Thu, 10 Feb 2011 17:19:54 +0000 (17:19 +0000)]
Clean-ups, simplifications and improvements of AlignmentContext and ScaledBaselineTable

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

13 years agoOops. Merging mistake.
Jeremias Maerki [Thu, 10 Feb 2011 16:13:10 +0000 (16:13 +0000)]
Oops. Merging mistake.

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

13 years agoForgot to mention a fix.
Jeremias Maerki [Thu, 10 Feb 2011 16:03:21 +0000 (16:03 +0000)]
Forgot to mention a fix.

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

13 years agoRe-integrate/merge Temp_Color branch into Trunk.
Jeremias Maerki [Thu, 10 Feb 2011 15:58:57 +0000 (15:58 +0000)]
Re-integrate/merge Temp_Color branch into Trunk.

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

13 years agoFix deprecation. Temp_Color Temp_Color
Jeremias Maerki [Thu, 10 Feb 2011 15:22:00 +0000 (15:22 +0000)]
Fix deprecation.

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

13 years agoStatus update
Jeremias Maerki [Thu, 10 Feb 2011 14:19:33 +0000 (14:19 +0000)]
Status update

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

13 years agoMerge from Trunk, revisions 1060235 to 1069383.
Jeremias Maerki [Thu, 10 Feb 2011 14:09:42 +0000 (14:09 +0000)]
Merge from Trunk, revisions 1060235 to 1069383.

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

13 years agoSimplification as suggested by Simon.
Jeremias Maerki [Thu, 10 Feb 2011 13:02:10 +0000 (13:02 +0000)]
Simplification as suggested by Simon.

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

13 years agoFix IF test for color_1.xml.
Jeremias Maerki [Thu, 10 Feb 2011 12:43:14 +0000 (12:43 +0000)]
Fix IF test for color_1.xml.
The round-trip for the rgb() was not working with ColorUtil.isSameColor() as that checks deeper than just Color.equals().

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

13 years agoAdjust range of valid results for OpenJDK 6
Jeremias Maerki [Thu, 10 Feb 2011 09:31:39 +0000 (09:31 +0000)]
Adjust range of valid results for OpenJDK 6

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

13 years agoFurther attempts at improving code readability, reduce some more duplication, and...
Andreas L. Delmelle [Wed, 9 Feb 2011 22:45:16 +0000 (22:45 +0000)]
Further attempts at improving code readability, reduce some more duplication, and move logic to where it is appropriate

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

13 years agoFurther reduction of code duplication in/between getNextKnuthElements()
Andreas L. Delmelle [Tue, 8 Feb 2011 23:06:18 +0000 (23:06 +0000)]
Further reduction of code duplication in/between getNextKnuthElements()

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

13 years agoElimination of code duplication in getNextKnuthElements()
Andreas L. Delmelle [Tue, 8 Feb 2011 18:32:15 +0000 (18:32 +0000)]
Elimination of code duplication in getNextKnuthElements()

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

13 years agoUse BitmapImageUtil for converting images to bi-level images.
Jeremias Maerki [Mon, 7 Feb 2011 08:39:46 +0000 (08:39 +0000)]
Use BitmapImageUtil for converting images to bi-level images.
Allow to indirectly configure the dithering quality to be applied when converting images to bi-level images.

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

13 years agoBugfix: toBufferedImage() didn't actually transfer the image data at all.
Jeremias Maerki [Mon, 7 Feb 2011 08:36:51 +0000 (08:36 +0000)]
Bugfix: toBufferedImage() didn't actually transfer the image data at all.

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

13 years agoBugfix: Avoid directly encoding if the sample model is not exactly right. For example...
Jeremias Maerki [Mon, 7 Feb 2011 08:28:41 +0000 (08:28 +0000)]
Bugfix: Avoid directly encoding if the sample model is not exactly right. For example, monochrome image generated by JAI (error-diffusion rasterization) use a non-packed sample model which caused badly encoded images.

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

13 years agoReverted previous commit; looks like it does require all related property classes...
Andreas L. Delmelle [Sun, 6 Feb 2011 22:02:13 +0000 (22:02 +0000)]
Reverted previous commit; looks like it does require all related property classes to be committed... Better luck next week

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

13 years agoBugzilla 50703: Parametrize PropertyCache, switch to parameterless public constructor...
Andreas L. Delmelle [Sun, 6 Feb 2011 21:52:46 +0000 (21:52 +0000)]
Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public constructor (+ corresponding update in MarkerAttribute)

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

13 years agoMake URI extraction consistent with fo:external-graphic's src + remove unnecessary...
Andreas L. Delmelle [Sun, 6 Feb 2011 21:22:44 +0000 (21:22 +0000)]
Make URI extraction consistent with fo:external-graphic's src + remove unnecessary return

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

13 years agoCode fixups, type safety, etc.
Andreas L. Delmelle [Sun, 6 Feb 2011 21:13:50 +0000 (21:13 +0000)]
Code fixups, type safety, etc.

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

13 years agoMinor nits
Andreas L. Delmelle [Sun, 6 Feb 2011 20:50:56 +0000 (20:50 +0000)]
Minor nits

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

13 years agoMove CSOK suppresion comments; apparently @Override causes these to be ignored...
Andreas L. Delmelle [Sun, 6 Feb 2011 19:46:40 +0000 (19:46 +0000)]
Move CSOK suppresion comments; apparently @Override causes these to be ignored...

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

13 years agoFix checkstyle issue
Andreas L. Delmelle [Sun, 6 Feb 2011 19:16:44 +0000 (19:16 +0000)]
Fix checkstyle issue

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

13 years agoMore fixups: eliminate stray hungarians + added TODO for parameter removal
Andreas L. Delmelle [Sun, 6 Feb 2011 18:43:04 +0000 (18:43 +0000)]
More fixups: eliminate stray hungarians + added TODO for parameter removal

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

13 years agoRevert r1067644 (local 'clean' trunk got mixed up with fix for 49877)
Andreas L. Delmelle [Sun, 6 Feb 2011 18:25:21 +0000 (18:25 +0000)]
Revert r1067644 (local 'clean' trunk got mixed up with fix for 49877)

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

13 years agoEliminate unnecessary boxing (possible after r1062901)
Andreas L. Delmelle [Sun, 6 Feb 2011 17:59:55 +0000 (17:59 +0000)]
Eliminate unnecessary boxing (possible after r1062901)

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

13 years agoFix checkstyle issues
Andreas L. Delmelle [Sun, 6 Feb 2011 16:42:21 +0000 (16:42 +0000)]
Fix checkstyle issues

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

13 years agoFixups + necessary changes after r1067689
Andreas L. Delmelle [Sun, 6 Feb 2011 16:19:12 +0000 (16:19 +0000)]
Fixups + necessary changes after r1067689

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

13 years agoGot a bit ahead of myself, again...
Andreas L. Delmelle [Sun, 6 Feb 2011 16:14:51 +0000 (16:14 +0000)]
Got a bit ahead of myself, again...

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

13 years agoFixups, type safety...
Andreas L. Delmelle [Sun, 6 Feb 2011 16:08:39 +0000 (16:08 +0000)]
Fixups, type safety...

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

13 years agoCode fixups
Andreas L. Delmelle [Sun, 6 Feb 2011 15:55:05 +0000 (15:55 +0000)]
Code fixups

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

13 years agoRevert previous commit; wrong class...
Andreas L. Delmelle [Sun, 6 Feb 2011 15:51:31 +0000 (15:51 +0000)]
Revert previous commit; wrong class...

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

13 years agoCode fixups
Andreas L. Delmelle [Sun, 6 Feb 2011 15:33:17 +0000 (15:33 +0000)]
Code fixups

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

13 years agoMinor fixups
Andreas L. Delmelle [Sun, 6 Feb 2011 15:15:10 +0000 (15:15 +0000)]
Minor fixups

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

13 years agoCommit missing file from r1067670
Andreas L. Delmelle [Sun, 6 Feb 2011 14:19:42 +0000 (14:19 +0000)]
Commit missing file from r1067670

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

13 years agoDecommission BlockStackingLM.StackingIter
Andreas L. Delmelle [Sun, 6 Feb 2011 14:14:51 +0000 (14:14 +0000)]
Decommission BlockStackingLM.StackingIter

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

13 years agoMinor fixup: extract condition into local variable
Andreas L. Delmelle [Sun, 6 Feb 2011 14:05:44 +0000 (14:05 +0000)]
Minor fixup: extract condition into local variable

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

13 years agoCode cleanup:
Andreas L. Delmelle [Sun, 6 Feb 2011 13:40:31 +0000 (13:40 +0000)]
Code cleanup:
- reduce code duplication in getNextKnuthElements()
- removed references to experimental BlockStackingLM.bpUnit
- changed silly private method label
- various fixups

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

13 years agoCode cleanup: reduce some code duplication in getNextKnuthElements() variants (e.a.)
Andreas L. Delmelle [Sun, 6 Feb 2011 13:31:09 +0000 (13:31 +0000)]
Code cleanup: reduce some code duplication in getNextKnuthElements() variants (e.a.)

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

13 years agoPreceding cleanups 'fixed' behavior in test case
Andreas L. Delmelle [Sun, 6 Feb 2011 12:14:27 +0000 (12:14 +0000)]
Preceding cleanups 'fixed' behavior in test case

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

13 years agoCode cleanup (minor)
Andreas L. Delmelle [Sun, 6 Feb 2011 01:23:08 +0000 (01:23 +0000)]
Code cleanup (minor)

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

13 years agoFurther cleanup: reduce some code duplication in BlockStackingLM's getNextKnuthElemen...
Andreas L. Delmelle [Sun, 6 Feb 2011 01:17:57 +0000 (01:17 +0000)]
Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnuthElements() variants

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

13 years agoRestored part that would otherwise cause a StackOverflowError...
Andreas L. Delmelle [Sun, 6 Feb 2011 01:15:39 +0000 (01:15 +0000)]
Restored part that would otherwise cause a StackOverflowError...

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

13 years agoCode cleanup
Andreas L. Delmelle [Sun, 6 Feb 2011 01:00:28 +0000 (01:00 +0000)]
Code cleanup

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

13 years agoAdd type safety to LMiter
Andreas L. Delmelle [Sun, 6 Feb 2011 00:56:28 +0000 (00:56 +0000)]
Add type safety to LMiter

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

13 years agoCode cleanup
Andreas L. Delmelle [Sat, 5 Feb 2011 21:49:58 +0000 (21:49 +0000)]
Code cleanup

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

13 years agoDecommission InlineStackingLM.StackingIter (+ minor fixups)
Andreas L. Delmelle [Sat, 5 Feb 2011 01:25:37 +0000 (01:25 +0000)]
Decommission InlineStackingLM.StackingIter (+ minor fixups)

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

13 years agoDecommission private PositionIterator subclasses in list package (+ minor fixups)
Andreas L. Delmelle [Sat, 5 Feb 2011 00:59:17 +0000 (00:59 +0000)]
Decommission private PositionIterator subclasses in list package (+ minor fixups)

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