DO NOT REPLY [Bug 49636] java.lang.ArrayIndexOutOfBoundsException in LineBreakUtils

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49636

--- Comment #9 from Radu Coravu radu_cor...@sync.ro 2012-04-10 06:03:59 UTC 
---
Hi Glenn,

I tested with the latest nightly binary build of Apache Fop and indeed the
issue does not appear anymore.
So you can probably consider it fixed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 50098] AFP Renderer: Minor border Painting Inconsistencies

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50098

--- Comment #5 from Mehdi Houshmand med1...@gmail.com 2012-04-10 08:50:44 UTC 
---
Well, because I could append the original FO but that would only show a subset
of the problem. The issue is a systemic one, concerning how floating point
numbers are handled, or not handled as the case may be in some cases, in the
AFP rendering system.

Coincidentally r1311638, which I've just applied also addresses one of many
symptoms of this problem. But this issue isn't present and wouldn't have been
noticed when this problem was initially recognised. If you are demanding an FO;
playing with Bug#45822 would be sufficient, but again this is only subset of
the symptoms.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51993] Incorrect line-height for fo:inline inside fo:block

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51993

--- Comment #7 from Manuel Mall man...@apache.org 2012-04-10 09:35:47 UTC ---
I am not sure if this is actually a bug. The line building rules in the spec
are anything but easy to understand. For example it says for the line-height
property: If the property is set on a block-level element whose content is
composed of inline-level elements, it specifies the minimal height of each
generated inline box. In the example given the line-height property value on
the fo:block would be normal meaning in the FOP implementation the calculated
value for line-height set on the fo:block would be 1.2 * font-size. Therefore
following the stated rule this would be the minimum height applied to all
generated inline areas. The reasoning behind this is also stated in the spec: 

Generally, when there is only one value of line-height for all inline boxes
in a paragraph (and no tall images), the above will ensure that baselines of
successive lines are exactly line-height apart. This is important when
columns of text in different fonts have to be aligned, for example in a table.

I could easily be wrong in my interpretation here but this is my recollection
on how this behaviour came about.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53052] New: basic-link to embedded PDFs broken from 2012-03-26 to 2012-03-27

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53052

 Bug #: 53052
   Summary: basic-link to embedded PDFs broken from 2012-03-26 to
2012-03-27
   Product: Fop
   Version: 1.1dev
  Platform: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: general
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: oliver.moeh...@web.de
Classification: Unclassified


Created attachment 28569
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=28569
Test file to embed another PDF file a create a basic-link to it.

The possiblity to create a basic-link for an embedded PDF file seems to be
broken since the nightly build generated on 2012-03-27.

While the embedded PDF file can still be accessed via attachments using Adobe
Reader 10.1.2, the mouse pointer does not change to the hand, to allow
following the link anymore.

No error logging occurs, when generating the PDF from the xsl-fo.
Using the nightly build 2012-03-26 works.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53052] basic-link to embedded PDFs broken from 2012-03-26 to 2012-03-27

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53052

--- Comment #1 from oliver.moeh...@web.de 2012-04-10 09:40:07 UTC ---
Created attachment 28570
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=28570
Test file that should be embedded.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49636] java.lang.ArrayIndexOutOfBoundsException in LineBreakUtils

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49636

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from Glenn Adams gl...@skynav.com 2012-04-10 14:27:27 UTC ---
indicated problem is not reproducible in trunk, so moving to resolved

thanks radu

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53052] basic-link to embedded PDFs broken from 2012-03-26 to 2012-03-27

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53052

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P2  |P3
   Platform|PC  |All
 OS/Version||All
   Severity|normal  |regression

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51993] Incorrect line-height for fo:inline inside fo:block

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51993

--- Comment #8 from Tiago Torres tiagobellotor...@gmail.com 2012-04-10 
14:44:42 UTC ---
I see. But I didn't specify the line-height or the font-size of the block
element. FOP assumed a normal value and this value took precedence over the
natural line-height of a 7pt text, which I indeed specified in the inline
element. I just think it might be confusing for the end-user to have an
implicit value outweighing a value which was explicitly set.

Just for comparison, most browsers will render the following HTML snippet as
expected:

pspan style=font-size:7ptLorem ipsum dolor sit amet, consectetur
adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum./span/p

In fact, browsers seem to calculate line-height for each line individually
based on the maximum font-size of the line, which sounds reasonable. FOP seems
to do the same in most cases. However, assuming a default line-height for the
block seems to be causing inconsistent results.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45822] [PATCH] AFP Renderer: Minor border Painting Inconsistencies

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45822

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P3  |P2
 CC||med1...@gmail.com
Summary|AFP Renderer: Minor border  |[PATCH] AFP Renderer: Minor
   |Painting Inconsistencies|border Painting
   ||Inconsistencies

--- Comment #8 from Glenn Adams gl...@skynav.com 2012-04-10 14:49:19 UTC ---
mehdi, do you plan to commit the attached patch? thanks, g.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53052] basic-link to embedded PDFs broken from 2012-03-26 to 2012-03-27

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53052

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 CC||vhenneb...@gmail.com

--- Comment #2 from Glenn Adams gl...@skynav.com 2012-04-10 14:59:45 UTC ---
vincent, this regression seems related to your commit at

http://svn.apache.org/viewvc?view=revisionrevision=1305467

could you take a look at this? thanks, glenn

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

Chris Bowditch bowditch_ch...@hotmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #4 from Chris Bowditch bowditch_ch...@hotmail.com 2012-04-10 
16:00:02 UTC ---
Hi Glenn,

Sorry but I don't agree with closing this bug just yet. Whilst its true that
Java changed the implementation and that's what causes the slowdown, FOP still
elects to use that particular JDK library. Luis has been working on a raw PNG
Image Loader that addresses a couple of performance issues. The idea of the new
loader is that it doesn't use the JDK library. 

I would like to leave it open and when Luis returns from vacation in a couple
of days he can test out his new raw PNG handler to see if it alleviates this
particular performance issue.

Thanks,

Chris

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51993] Incorrect line-height for fo:inline inside fo:block

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51993

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-10 16:34:04 UTC ---
(In reply to comment #8)
 I see. But I didn't specify the line-height or the font-size of the block
 element. FOP assumed a normal value and this value took precedence over the
 natural line-height of a 7pt text, which I indeed specified in the inline
 element. I just think it might be confusing for the end-user to have an
 implicit value outweighing a value which was explicitly set.
 
 In fact, browsers seem to calculate line-height for each line individually
 based on the maximum font-size of the line, which sounds reasonable. FOP seems
 to do the same in most cases. However, assuming a default line-height for the
 block seems to be causing inconsistent results.

Keep in mind the semantics of the line-stacking-strategy property, which
defaults to max-height and not line-height. The CSS semantics default to
line-height, not max-height, so this is a difference between XSL-FO and CSS.
Further, at this time, FOP does not support the line-height value. That is, FOP
at present supports only max-height and font-height strategies. In the former
case, the maximum line rectangle applies (i.e., the maximum needed to contain
the line's inline areas) in the latter case, the text-altitude/depth properties
(or font metrics) apply, where the font/font-size that applies to the parent
block is what determines the font metric flavors of altitude/default.

See XSL-FO Section 4.5 Line Areas [1] for more detail.

Also, in case of max-height and font-height strategy, the space-{before,after}
of the generated line areas is set to the half leading trait value [2].

My conclusion is that the current behavior is not a bug.

[1] http://www.w3.org/TR/2006/REC-xsl11-20061205/#area-line
[2] http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_block

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51993] Incorrect line-height for fo:inline inside fo:block

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51993

--- Comment #10 from Manuel Mall man...@apache.org 2012-04-10 17:16:05 UTC ---
(In reply to comment #9)
 (In reply to comment #8)
...
 Further, at this time, FOP does not support the line-height value. That is, 
 FOP
 at present supports only max-height and font-height strategies.

There was a discussion many years ago questioning if the above statement is
actually correct:
http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200701.mbox/%3c20070112114529.afe1@jeremias-maerki.ch%3E

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

--- Comment #5 from Glenn Adams gad...@apache.org 2012-04-10 17:25:29 UTC ---
(In reply to comment #4)
 Sorry but I don't agree with closing this bug just yet. Whilst its true that
 Java changed the implementation and that's what causes the slowdown, FOP still
 elects to use that particular JDK library. Luis has been working on a raw PNG
 Image Loader that addresses a couple of performance issues. The idea of the 
 new
 loader is that it doesn't use the JDK library. 
 
 I would like to leave it open and when Luis returns from vacation in a couple
 of days he can test out his new raw PNG handler to see if it alleviates this
 particular performance issue.

ok, sounds good

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51993] Incorrect line-height for fo:inline inside fo:block

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51993

--- Comment #11 from Glenn Adams gad...@apache.org 2012-04-10 17:35:05 UTC ---
(In reply to comment #10)
 (In reply to comment #9)
  (In reply to comment #8)
 ...
  Further, at this time, FOP does not support the line-height value. That is, 
  FOP
  at present supports only max-height and font-height strategies.
 
 There was a discussion many years ago questioning if the above statement is
 actually correct:
 http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200701.mbox/%3c20070112114529.afe1@jeremias-maerki.ch%3E

thanks for pointing that out; i certainly agree it is a complex area of the
spec, and what FOP actually implements may or may not comply; i would have to
speculate that the current FOP test cases do not adequately cover the range of
different line stacking behaviors

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52114] Extra spacing between characters while rendering text output

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52114

--- Comment #10 from Shawn shawn.pet...@cerner.com 2012-04-10 18:32:45 UTC ---
Created attachment 28571
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=28571
Example TXT file that FOP produces

Sorry for the delayed response. Here is an example TXT file FOP produced from
the example FO file already attached. The issue is not producing PDF its
producing plain text output. PDF is just fine. I apologize for the confusion.
Is there anything else I can provide?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

  Component|images  |Image codecs
Version|1.0 |1.4
Product|Fop |XMLGraphicsCommons
   Target Milestone|--- |--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Blocks||51465

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53055] slowdown in PNG processing

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53055

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Depends on||51149

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51149] 20x slowdown in PNG processing when switching from JDK 1.6.0_17 to 1.6.0_18

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51149

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Blocks||53055

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


changing default checkstyle to 5.5?

2012-04-10 Thread Glenn Adams
at present, and for some time now, checkstyle-5.1 has been the default
version/configuration we have used on fop; however, now that vincent and i
have completed the work to use checkstyle-5.5, i'd like to change the
default in build.xml to use the new version

are there any objections to doing this? if not, i will make the change by
friday


DO NOT REPLY [Bug 52114] Extra spacing between characters while rendering text output

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52114

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

 Resolution|INVALID |WONTFIX

--- Comment #11 from Glenn Adams gad...@apache.org 2012-04-10 23:42:47 UTC ---
only fixed font usage is supported for the TXT renderer; see

http://xmlgraphics.apache.org/fop/1.0/output.html#txt

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53055] slowdown in PNG processing

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53055

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44328] [PATCH] orphans/widows not respected in some cases

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44328

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #19 from Glenn Adams gad...@apache.org 2012-04-11 03:19:54 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47314] [PATCH] Suppress page breaks between page sequences

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47314

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:20:18 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46771] [PATCH] fop fails if JAVACMD_OPTS is set

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46771

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:20:15 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48002] [PATCH] AFP plot values are incorrectly calculated in page overlays when renderer-resolution setting not 240dpi

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48002

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #5 from Glenn Adams gad...@apache.org 2012-04-11 03:20:19 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46277] [PATCH] RTF - Block elements with id but without other content shouldn't create a paragraph

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46277

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:20:23 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45822] [PATCH] AFP Renderer: Minor border Painting Inconsistencies

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45822

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-11 03:20:28 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48397] [PATCH] infinite loop in footnotes (see also #47424)

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48397

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:20:25 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46980] [PATCH]internal named destinations

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46980

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #7 from Glenn Adams gad...@apache.org 2012-04-11 03:20:32 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48955] [PATCH] Allow AFP font codepage names to be less than 8 chars

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48955

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:20:32 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42577] font-stretch [PATCH]

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42577

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #8 from Glenn Adams gad...@apache.org 2012-04-11 03:20:36 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 36977] [PATCH]TextLayoutManager CJK line break

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36977

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #11 from Glenn Adams gad...@apache.org 2012-04-11 03:20:39 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 20407] [PATCH] Configure image caching using the configuration file

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=20407

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:20:55 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46813] [PATCH] block margin as percentage problem on 1st block in block-container

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46813

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:20:57 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48053] [Patch] Footnotes in absolute block containers cause NPE

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48053

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #7 from Glenn Adams gad...@apache.org 2012-04-11 03:20:59 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45759] [PATCH] Internal PDF links from included SVG graphics

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45759

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-11 03:21:00 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48890] [PATCH] SVGUtilities revisited

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48890

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:21:01 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 37236] [PATCH] Fix gradients and patterns

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37236

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #15 from Glenn Adams gad...@apache.org 2012-04-11 03:21:04 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47746] [PATCH] AFP Output: Bug rendering borders of rotated tables

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47746

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:21:10 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48255] [PATCH] Revisited implementation of PDFRectangle and PDFLink (derived from new PDFAnnotation dictionary)

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48255

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:21:12 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39422] [PATCH] Fop fails to render non-ascii characters in PDF output

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39422

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #12 from Glenn Adams gad...@apache.org 2012-04-11 03:21:14 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43940] [PATCH] Faster method for double formatting

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #16 from Glenn Adams gad...@apache.org 2012-04-11 03:21:16 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40271] [PATCH] auto table layout -- dirty draft

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40271

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #51 from Glenn Adams gad...@apache.org 2012-04-11 03:21:20 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


DO NOT REPLY [Bug 19695] [PATCH] Allow fox:destination as child of fox:outline

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=19695

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:21:30 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48636] [PATCH] A configurable fallback strategy for CIDKeyed AFP fonts

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48636

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #6 from Glenn Adams gad...@apache.org 2012-04-11 03:21:33 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 46321] [Patch] Incorrect border when using number-columns-spanned in RTF

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46321

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #6 from Glenn Adams gad...@apache.org 2012-04-11 03:21:36 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 19228] [PATCH] Child LayoutContext is null in certain circumstances

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=19228

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:21:41 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47093] [patch] a PrintRenderer using Java Print Service API

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47093

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:21:39 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47805] [PATCH] implements color pcl output

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47805

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #6 from Glenn Adams gad...@apache.org 2012-04-11 03:21:43 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49263] [PATCH] NativeTextHandler ignores AWT Font AffineTransform

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49263

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:21:47 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41995] [PATCH] Barcode Support for AFP Renderer

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41995

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #15 from Glenn Adams gad...@apache.org 2012-04-11 03:21:49 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42374] [PATCH] List label and bodyindentation incorrect in RTF

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42374

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-11 03:21:58 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49097] [PATCH] update to AFP Image documentation

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49097

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:21:56 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47927] [PATCH] Automatic text overprint patch

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47927

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:22:00 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35939] [PATCH] Port of 0.20.5 Driver.java class

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35939

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:22:01 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41443] [PATCH] FOP can't handle mixed-case hyphenation exceptions

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41443

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:22:04 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 18801] [PATCH] visibility property is not implemented

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=18801

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:22:05 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48548] [PATCH] FOP doesn't support change bar generation

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48548

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #17 from Glenn Adams gad...@apache.org 2012-04-11 03:22:08 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47347] [PATCH] auto table layout - yet another patch

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47347

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #6 from Glenn Adams gad...@apache.org 2012-04-11 03:22:13 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48954] [PATCH] Support for character encoding of TLEs in AFP output

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48954

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #9 from Glenn Adams gad...@apache.org 2012-04-11 03:22:11 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41999] [PATCH] Unassigned code points cause ArrayIndexOutOfBoundsException in LineBreakUtils

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41999

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:22:17 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48975] [PATCH] java.lang.NoClassDefFoundError: org/apache/batik/util/XMLResourceDescriptor

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48975

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #3 from Glenn Adams gad...@apache.org 2012-04-11 03:22:21 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48396] [PATCH] Type1 fonts handling with AdobeStandardCyrillic encoding sheme

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48396

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #5 from Glenn Adams gad...@apache.org 2012-04-11 03:22:19 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44885] [PATCH] fo:inline-container implementation

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44885

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #13 from Glenn Adams gad...@apache.org 2012-04-11 03:22:23 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49163] [PATCH] FOP ant task creating *.unk output files for the intermediate output format

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49163

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #2 from Glenn Adams gad...@apache.org 2012-04-11 03:22:25 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47311] [PATCH] Support for bleed, trim and crop box and scaling

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47311

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #45 from Glenn Adams gad...@apache.org 2012-04-11 03:22:26 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 47745] [PATCH] External links in form url(link) are not resolved correctly in rtf export

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47745

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:22:31 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43474] [PATCH] wrap-option=wrap doesn't work

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43474

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #25 from Glenn Adams gad...@apache.org 2012-04-11 03:22:33 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.