bugzilla | 1 Jun 2010 19:38
Picon
Favicon

DO NOT REPLY [Bug 49186] Empty fo:inline objects with id attribute generate blank line

https://issues.apache.org/bugzilla/show_bug.cgi?id=49186

--- Comment #1 from Dwayne B. <dbb.1 <at> liqd.org> 2010-06-01 13:38:29 EDT ---
Anyone taking a look at this?

--

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

bugzilla | 2 Jun 2010 10:27
Picon
Favicon

Bug report for Fop [2010/06/02]

+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
| 1063|New|Nor|2001-03-21|fop does not handle large fo files                |
| 3824|New|Blk|2001-09-25|MIF option with tables                            |
| 5010|New|Enh|2001-11-21|Better error reporting needed                     |
| 6305|New|Nor|2002-02-07|Using fo:table-and-caption results in empty output|
| 6427|New|Enh|2002-02-13|Type 1 CID fonts are not supported                |
| 8003|New|Maj|2002-04-12|FopImageFactory never releases cached images      |
| 8463|New|Nor|2002-04-24|SVG clipping in external.fo example doc when rende|
| 9379|New|Nor|2002-05-24|MIF Renderer generates incorrect MIF code         |
|12610|New|Enh|2002-09-13|[PATCH] onLoad Action for PDF documents or how to |
|14356|New|Nor|2002-11-07|*NOT* embedding TrueTypeFont in PDF causes Acrobat|
|16713|New|Nor|2003-02-03|Hyphenation error in tables                       |
|17369|New|Nor|2003-02-25|Footnote duplication                              |
|17380|New|Nor|2003-02-25|Batik Component will not recognize feXXXX SVG elem|
|17921|New|Nor|2003-03-12|Kerning is broken for standard fonts              |
|18292|New|Nor|2003-03-24|24 bit PNG not displayed correctly                |
|18801|New|Nor|2003-04-08|"visibility" property is not implemented          |
|19228|New|Blk|2003-04-22|[PATCH] Child LayoutContext is null in certain cir|
(Continue reading)

ymajoros | 2 Jun 2010 11:07
Picon
Favicon

Re: new patch, bug 48975


So, any news?
--

-- 
View this message in context: http://old.nabble.com/new-patch%2C-bug-48975-tp28067521p28751899.html
Sent from the FOP - Dev mailing list archive at Nabble.com.

bugzilla | 2 Jun 2010 17:16
Picon
Favicon

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

--- Comment #5 from Julien Aymé <julien.ayme <at> gmail.com> 2010-06-02 11:16:04 EDT ---
Created an attachment (id=25508)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25508)
The proposed patch

Add an implementation of the format method as described.
The main format method is split between formatFast and formatPrecise,
using one or the other depending on the source and precision input.

I will attach a test case shortly after.

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Jun 2010 17:17
Picon
Favicon

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

--- Comment #6 from Julien Aymé <julien.ayme <at> gmail.com> 2010-06-02 11:17:39 EDT ---
Created an attachment (id=25509)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25509)
The test case

The test case contains a simple test (with fixed values), a random test, and a
performance comparison (which is disabled).

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Jun 2010 17:19
Picon
Favicon

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

Julien Aymé <julien.ayme <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25508|application/octet-stream    |text/plain
          mime type|                            |

--- Comment #7 from Julien Aymé <julien.ayme <at> gmail.com> 2010-06-02 11:19:08 EDT ---
(From update of attachment 25508)
Changed MIME Type to text/plain

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Jun 2010 17:19
Picon
Favicon

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

Julien Aymé <julien.ayme <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Faster method for double    |[PATCH] Faster method for
                   |formatting                  |double formatting

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 2 Jun 2010 17:20
Picon
Favicon

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

https://issues.apache.org/bugzilla/show_bug.cgi?id=43940

--- Comment #8 from Julien Aymé <julien.ayme <at> gmail.com> 2010-06-02 11:20:56 EDT ---
Maybe this bug should be put in XML Graphics Commons instead of FOP, so that
all the XML Graphics projects would benefit from it.

What do you think?

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
bugzilla | 3 Jun 2010 17:46
Picon
Favicon

DO NOT REPLY [Bug 49379] New: [PATCH] Enhancement to the include page segment functionality for AFP rendering

https://issues.apache.org/bugzilla/show_bug.cgi?id=49379

           Summary: [PATCH] Enhancement to the include page segment
                    functionality for AFP rendering
           Product: Fop
           Version: 1.0dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: general
        AssignedTo: fop-dev <at> xmlgraphics.apache.org
        ReportedBy: peter.hancock <at> gmail.com

This patch facilitates the extraction and embedding of a page segment from a
resource file into the generated AFP.  The include-page-segment extension
element permits the optional attribute 'resource-file' that is the URI to the
resource containing the named page segment.

--

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

bugzilla | 3 Jun 2010 17:47
Picon
Favicon

DO NOT REPLY [Bug 49379] [PATCH] Enhancement to the include page segment functionality for AFP rendering

https://issues.apache.org/bugzilla/show_bug.cgi?id=49379

--- Comment #1 from Peter Hancock <peter.hancock <at> gmail.com> 2010-06-03 11:47:50 EDT ---
Created an attachment (id=25519)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25519)
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.


Gmane