]>
source.dussan.org Git - xmlgraphics-fop.git/log
Vincent Hennebert [Mon, 8 Aug 2011 17:34:46 +0000 (17:34 +0000)]
Bugzilla #51596: A composite glyph can be remapped more than once in a TTF subset, resulting in garbled character
Test and clean-up provided by Mehdi Houshmand
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1155024 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 8 Aug 2011 15:51:43 +0000 (15:51 +0000)]
Added support for 128bit encryption in PDF output. Based on work by Michael Rubin.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1154998 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Wed, 27 Jul 2011 14:02:20 +0000 (14:02 +0000)]
Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180
Removed non-ascii characters in a comment
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1151469 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Wed, 27 Jul 2011 12:53:45 +0000 (12:53 +0000)]
Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1151453 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Wed, 27 Jul 2011 12:50:12 +0000 (12:50 +0000)]
Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1151452 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 27 Jul 2011 12:37:29 +0000 (12:37 +0000)]
Attempt at making the remapComposite "more readable".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1151447 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 26 Jul 2011 18:28:07 +0000 (18:28 +0000)]
Fixed a bug in TTF subsetting where a composite glyph could get remapped more than once resulting in garbled character.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1151195 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 8 Jul 2011 15:00:47 +0000 (15:00 +0000)]
Removed the lastMediumMap variable and the check to omit the IMM if it doesn't change. I wonder why I came up with that. This can lead, among other things, to problems when an AFP file is split.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1144351 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 2 Jul 2011 10:38:35 +0000 (10:38 +0000)]
Status update for bug #50605
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1142194 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 2 Jul 2011 10:22:03 +0000 (10:22 +0000)]
Fixed some FindBugs issues.
Added some generics.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1142192 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 2 Jul 2011 10:20:33 +0000 (10:20 +0000)]
Bugfix: select the right font to paint replacement glyphs. This used to paint some characters on top of each others when a font with an auxiliary encoding was active.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1142190 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 2 Jul 2011 10:18:35 +0000 (10:18 +0000)]
Bugfix: AFMFile sometimes indirectly caused wrong assignments of char widths to code points in a single-byte encoding due to mapping multiple characters to the same code points (see overridePrimaryEncoding).
Fixed some FindBugs issues.
Added some generics.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1142189 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 2 Jul 2011 10:17:46 +0000 (10:17 +0000)]
Removed fallback mechanism in AbstractCodePointMapping. This is superfluous now that SingleByteFont handles all substitutions. This actually fixes a bug: the glyph "minus" was painted using "hyphen" but used the width of "minus" due to this fallback mechanism.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1142188 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 1 Jul 2011 17:20:45 +0000 (17:20 +0000)]
Ported to Trunk changes made to fop-1_0 branch in revisions
1139721 ,
1139722 ,
1140594
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1141996 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 30 Jun 2011 10:00:28 +0000 (10:00 +0000)]
Fixed a typo and two FindBugs issues.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1141464 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 30 Jun 2011 09:49:55 +0000 (09:49 +0000)]
Fixed a multi-threading bug for SVG images included through svg:image inside SVG document. Similar to the fix required in PDFImageHandlerSVG. The SVG DOM must be cloned because Batik attaches the CSS parser to the DOM tree and manipulates the same.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1141461 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 21 Jun 2011 15:07:50 +0000 (15:07 +0000)]
Fixed regression introduced by rev
1137971 :
Bi-level images that are generated as page segments and don't need to be resampled produced garbled output because the size of the image data got set to wrong values.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1138036 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 21 Jun 2011 12:14:45 +0000 (12:14 +0000)]
Performance improvement:
The code is now checking re-use of an already encoded image before actually encoding it. Before, the image was encoded in every case, but only really embedded the first time.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1137971 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 21 Jun 2011 09:44:42 +0000 (09:44 +0000)]
Fixed regression introduced by SVN rev
1088079 :
Endless loop with empty fo:inline.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1137921 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Mon, 20 Jun 2011 09:51:42 +0000 (09:51 +0000)]
Added an IFDocumentHandler filter for triggering rendering events.
Created an Event that captures an end page event with the page number.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1137566 13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 15 Jun 2011 11:04:33 +0000 (11:04 +0000)]
Fix checkstyle and findbugs issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1135995 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 14 Jun 2011 12:58:55 +0000 (12:58 +0000)]
Fixed regression introduced with rev
1095887 :
Painting state was not properly handled when painting text runs which could lead to missing color setters and therefore wrong font colors.
Removed save/restoreGraphicsState from PDFTextUtil as that doesn't update the painting state. Instead the code is now using equivalent methods from PDFGraphics2D.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1135540 13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 8 Jun 2011 10:05:05 +0000 (10:05 +0000)]
Fix a regexp error in the schema
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1133325 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 18 May 2011 19:31:58 +0000 (19:31 +0000)]
Bugfix: alternative text not working in tagged PDF for TIFF images
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1124394 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Tue, 17 May 2011 11:07:06 +0000 (11:07 +0000)]
Fixed io exception in MODCAParser caused by the improper use of mark() and reset()
on the MODCA data input stream. See bugzilla 50909.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1104135 13f79535 -47bb-0310-9956-
ffa450edef68
Pascal Sancho [Mon, 9 May 2011 15:01:21 +0000 (15:01 +0000)]
FOP Site: cleanup copy/paste from 0.94 (I guess) in trunk tab
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1101050 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 5 May 2011 15:55:20 +0000 (15:55 +0000)]
More happiness for FindBugs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099857 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 5 May 2011 15:50:20 +0000 (15:50 +0000)]
Bugzilla #51144:
Removed invalid entries in ToUnicode table of CID subset fonts.
Submitted by: Mehdi Houshmand <med1985.at.gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099852 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 5 May 2011 15:38:17 +0000 (15:38 +0000)]
Bugzilla #50899:
Fixed mapping of font weights between CSS values and TextAttribute.WEIGHT_*.
Submitted by: Glenn Adams <glenn.at.skynav.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099845 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 5 May 2011 14:49:27 +0000 (14:49 +0000)]
AFP GOCA:
fonts were not embedded from within AFPGraphics2D.
Changed the way FOP fonts are selected based on Batik's GVT fonts to match the behaviour of PDF/PS output.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099829 13f79535 -47bb-0310-9956-
ffa450edef68
Pascal Sancho [Thu, 5 May 2011 07:18:55 +0000 (07:18 +0000)]
Site: update DOC for bookmarks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099706 13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 4 May 2011 17:41:12 +0000 (17:41 +0000)]
Added Pascal Sancho to the Active Committers again
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1099537 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 29 Apr 2011 13:18:58 +0000 (13:18 +0000)]
https://issues.apache.org/jira/browse/XERCESJ-1505
Schemas should not be downloaded from the W3C website!
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1097807 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 29 Apr 2011 09:07:58 +0000 (09:07 +0000)]
Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1097736 13f79535 -47bb-0310-9956-
ffa450edef68
Peter Hancock [Thu, 28 Apr 2011 08:21:51 +0000 (08:21 +0000)]
Updated website
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1097354 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 08:58:55 +0000 (08:58 +0000)]
Fix a potential NPE which can apparently happen in very exotic cases (actually, it rather points to a Java class library bug).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095895 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 08:25:30 +0000 (08:25 +0000)]
Update graphics state when applying color.
Optimize painting of rectangles where possible to reduce file sizes.
Some generics and FindBugs fixes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095887 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 07:47:49 +0000 (07:47 +0000)]
Make FindBugs happier.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095883 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 07:44:46 +0000 (07:44 +0000)]
Added option to place AFP NOPs right before the end of a named page group (page-sequence), rather than after the start.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095882 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 07:17:13 +0000 (07:17 +0000)]
Forgot status update.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095879 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 07:15:43 +0000 (07:15 +0000)]
Added option for PostScript output to optimize for file size rather than quality.
Fixed some missing PostScript command mappings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095878 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 07:00:11 +0000 (07:00 +0000)]
Log image encoding times.
Make FindBugs happier.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095877 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 06:55:48 +0000 (06:55 +0000)]
Enable fox:conversion-mode="bitmap" for PDF output.
Release memory from Batik GVT as early as possible to break some peaks.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095876 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 22 Apr 2011 06:43:22 +0000 (06:43 +0000)]
AFP GOCA: Added option to disable GOCA and to control text painting inside GOCA graphics.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095874 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 21 Apr 2011 15:08:29 +0000 (15:08 +0000)]
Forgot a file added for revision
1095739 .
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095744 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 21 Apr 2011 14:59:09 +0000 (14:59 +0000)]
AFP GOCA: Work-around for InfoPrint's AFP implementation (AFP Viewer 3.5.4.1, AFP Workbench 2.5.4.1) which seems to lose the character set state over Graphics Data (GAD) boundaries. Setting the SegFlag on the SFI header did not help. Instead, the character set is re-set before each Character String order.
As part of the fix, some additional flags were implemented, but now not used. They might be useful in the future.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095739 13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 20 Apr 2011 14:07:36 +0000 (14:07 +0000)]
Bugfix for AFP GOCA segments: they were not properly marked as appended which could lead to graphics state changes in some implementations.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@
1095418 13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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