cvs commit: xml-fop/src/org/apache/fop/fo/flow InstreamForeignObject.java ExternalGraphic.java

2002-08-19 Thread keiron
keiron 2002/08/20 00:03:20 Modified:src/org/apache/fop/fo/flow InstreamForeignObject.java ExternalGraphic.java Log: handle errors better Revision ChangesPath 1.33 +10 -7 xml-fop/src/org/apache/fop/fo/flow/InstreamForeignObject.java

cvs commit: xml-fop/src/org/apache/fop/image JimiImage.java JpegImage.java

2002-08-19 Thread keiron
keiron 2002/08/19 23:52:37 Modified:src/org/apache/fop/image JimiImage.java JpegImage.java Log: fix for invalid colorspace on jpeg also catches error when jimi not in classpath Revision ChangesPath 1.14 +2 -2 xml-fop/src/org/apache/fop/image/JimiImage.java

cvs commit: xml-fop/test/resources/fop/image corrupt.gif corrupt.jpg corrupt.svg corrupt.xml errors.fo

2002-08-19 Thread keiron
keiron 2002/08/19 23:45:15 Added: test/resources/fop/image corrupt.gif corrupt.jpg corrupt.svg corrupt.xml errors.fo Log: test for images with errors Revision ChangesPath 1.1 xml-fop/test/resources/fop/image/corrupt.gif

RE: Tasks - layout

2002-08-19 Thread Arved Sandstrom
> -Original Message- > From: Karen Lease [mailto:[EMAIL PROTECTED]] > Sent: August 19, 2002 6:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Tasks - layout > [ SNIP ] > With regard to the line-height calculations, is anybody in the group > interested in getting into the gory details of the b

DO NOT REPLY [Bug 11839] New: - Commandline "print" options does not work when use with a user configuration font file

2002-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 11838] New: - Error when use a user configuartion font file in embedded FOP

2002-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: Line breaks around dashes

2002-08-19 Thread Karen Lease
Hi Jessica, That's a good question. As far as I've seen there's nothing official in the specification, so it's up to each implementation to handle this. I believe it falls in the category of things which could be defined by the "user agent" idea in FOP and then used by the line-breaking al

Re: Tasks - layout

2002-08-19 Thread Karen Lease
Hi Keiron etc, I'm really happy to see all this movement going on and folks from the "maintenance" branch getting into the redesign to help you out. I'm hoping to be able to start contributing again too, perhaps not right away, but hopefully in September. There may even be some possibility of

Re: Style issues.

2002-08-19 Thread Karen Lease
Hi all, I see this started a few days ago, but I just came back from a couple of weeks of vacation (and a couple of months of being totally buried in work), so before I go back to the office, I'll at least let you know I'm still around and even reading the list now and then :-) I also recogniz

Re: Line breaks around dashes

2002-08-19 Thread J.Pietschmann
Jessica Perry Hekman wrote: > I assume these are just problems which are going to be worked out before > the next release, and that I should just fall back to 0.20.3; but if I did > something wrong (like check out HEAD when I should have checked out a > branch), please let me know. HEAD doesn'

Re: Line breaks around dashes

2002-08-19 Thread Jessica Perry Hekman
On Mon, 19 Aug 2002, J.Pietschmann wrote: > Unfortunately, FOP does not implement TR14, it treats nearly > all characters except Unicode spaces as not allowing a break. > You can insert a zero width space before and after the mdash > in order to get the desired behaviour (as also defined by TR14)

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
Keiron Liddle wrote: > - Implement table layout > The table layout will use the same technique as the block layout. It > will locate suitable breaks between rows or inside rows until table > finished or end of bpd reached. Actually, what *are* valid breaks within a table apart from breaks betwe

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
Keiron Liddle wrote: > - Add markers to page when areas added Is this really a good idea? Markers may be referenced long after they have been defined, tying them to the Page object would require keeping the pages in memory (see 0.20.5cvs: forward page references are *required* to force keeping pa

Re: URIs and URI resolvers for configuration files, fonts, and images

2002-08-19 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > ...resolve relative paths ... > Is there a way of doing this already, or is there a proposed change for > this scheduled for an upcoming release? No on both accounts. I think there will be something in the redesigned software. You can contribute it yourself if you like,

Re: Tasks - layout

2002-08-19 Thread J.Pietschmann
Keiron Liddle wrote: > Of course, but how can we make it understandable. The problems I had - I was not able to follow the control flow. Too many classes/instances involved in even a few lines of code, too many indirections through custom iterators. I had to insert a few dumpStack(), whi

Re: cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-08-19 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: >protected void renderRegion(RegionReference region) { ... > +currentFontName = ""; Wouldn't it be better to do this each time after writing a BT to the PDF output? (In startVParea(), renderViewport() and renderLeader()). J.Pietschmann --

Re: Line breaks around dashes

2002-08-19 Thread J.Pietschmann
Jessica Perry Hekman wrote: > Is there any way to ask FOP to allow line breaks before and after > particular characters -- in my case, mdashes? Apologies if this should > actually be specified in the FO; I've been trying to find a place in the > FO spec which says how to specify legal breaking cha

cvs commit: xml-fop/src/org/apache/fop/datastructs ROBitSet.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:46:22 Added: src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design ROBitSet.java Log: Read-only BitSet Revision ChangesPath No revision No revision 1.1.2.1 +154 -0

cvs commit: xml-fop/src/org/apache/fop/fo Properties.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:42:15 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Renamed verifyParsing to refineParsing. Removed COMPOUND and SHORTHAND_INH inhertance. Added inheritance() method. Revision ChangesPath N

cvs commit: xml-fop/src/org/apache/fop/fo PropNames.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:26:55 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropNames.java Log: Changed ordering of property names to reflect processing order Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo PropertyConsts.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:20:55 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Renamed verifyParsing to refineParsing Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo FObjects.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:16:51 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java Log: Coverted subtree property sets from BitSets to ROBitSets Revision ChangesPath No revision No revis

cvs commit: xml-fop/src/org/apache/fop/fo FOTree.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 09:08:22 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Added getCurrentInherited() to return computed or specified values from TOStack Revision ChangesPath No revision No revisi

cvs commit: xml-fop/src/org/apache/fop/fo FOAttributes.java

2002-08-19 Thread pbwest
pbwest 2002/08/19 08:59:23 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOAttributes.java Log: Changed names of maps from \*List\* to \*Map\*. Revision ChangesPath No revision No revision

cvs commit: xml-fop/test/resources/fop/image logo.tif

2002-08-19 Thread keiron
keiron 2002/08/19 06:45:01 Modified:test/resources/fop/image logo.tif Log: changed to a format jimi can handle, no alpha and packed Revision ChangesPath 1.2 +1 -25 xml-fop/test/resources/fop/image/logo.tif <> -

DO NOT REPLY [Bug 11783] - text generates with negative height

2002-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-08-19 Thread keiron
keiron 2002/08/19 04:54:53 Modified:src/org/apache/fop/image AbstractFopImage.java EPSImage.java JpegImage.java XMLImage.java src/org/apache/fop/render/pdf PDFRenderer.java Log: load original data properly Revision ChangesPath 1.12

cvs commit: xml-fop/docs/examples/advanced K3.TTF K3.xml bar.conf.xml barcode.fo

2002-08-19 Thread keiron
keiron 2002/08/19 03:40:57 Added: docs/examples/advanced K3.TTF K3.xml bar.conf.xml barcode.fo Log: added example for embedding fonts using free barcode font for embedding Revision ChangesPath 1.1 xml-fop/docs/examples/advanced/K3.TTF <>

Re: Tasks - layout

2002-08-19 Thread Keiron Liddle
On Sun, 2002-08-18 at 02:07, J.Pietschmann wrote: > Keiron Liddle wrote: > > I don't think we should expect or even want people to understand > > everything. > > I think it's preferable that people hacking around in the > code understand *something*. Of course, but how can we make it understanda

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-08-19 Thread keiron
keiron 2002/08/19 02:57:47 Modified:src/org/apache/fop/render/pdf PDFRenderer.java Log: reset fontname at start of region Revision ChangesPath 1.114 +2 -1 xml-fop/src/org/apache/fop/render/pdf/PDFRenderer.java Index: PDFRenderer.java

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java

2002-08-19 Thread keiron
keiron 2002/08/19 02:40:56 Modified:src/org/apache/fop/svg SVGElement.java Log: properly sets the dpi val Revision ChangesPath 1.30 +4 -10 xml-fop/src/org/apache/fop/svg/SVGElement.java Index: SVGElement.java =

cvs commit: xml-fop/src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockStackingLayoutManager.java LayoutManager.java PageLayoutManager.java SplitContext.java

2002-08-19 Thread keiron
keiron 2002/08/19 01:01:57 Modified:src/org/apache/fop/layoutmgr AbstractBPLayoutManager.java AbstractLayoutManager.java BlockStackingLayoutManager.java LayoutManager.java PageLayoutManager.java Removed: src/