]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
20 years ago1.) App now returns an error if no page-sequence declared within fo:root.
Glen Mazza [Sun, 13 Jun 2004 19:58:58 +0000 (19:58 +0000)]
1.) App now returns an error if no page-sequence declared within fo:root.
2.) Standardized node names via a new static FONode.getNodeName() method
3.) Declarations object now tied to Root object, will no longer return NPE
    if empty (bug fixed).
4.) AreaTreeControl removed in favor of direct connection between Document
    and the Area Tree.

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

20 years agoRemoved unneeded getCurrentDocument() again from Driver.
Glen Mazza [Sun, 13 Jun 2004 01:21:17 +0000 (01:21 +0000)]
Removed unneeded getCurrentDocument() again from Driver.

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

20 years agoMoved AddLMVisitor accessors into FOTreeHandler.
Glen Mazza [Sun, 13 Jun 2004 01:11:49 +0000 (01:11 +0000)]
Moved AddLMVisitor accessors into FOTreeHandler.

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

20 years agoCreated a validateChildNode() in FONode for better syntax checking in the
Glen Mazza [Sat, 12 Jun 2004 23:18:53 +0000 (23:18 +0000)]
Created a validateChildNode() in FONode for better syntax checking in the
fo document:  e.g., preventing two fo:layout-master-set's from occurring within
an fo:root, requiring fo:page-sequence to follow the fo:l-m-s
(and fo:declarations, if present).  Currently just validates fo:root's children--validateChildNode() needs to be overridden in other FObj subclasses
to do the same for other formatting objects.  Comments most welcome.

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

20 years agoMore solid checking to ensure first node encountered is an fo:root FO.
Glen Mazza [Sat, 12 Jun 2004 18:52:08 +0000 (18:52 +0000)]
More solid checking to ensure first node encountered is an fo:root FO.

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

20 years agoRemoved get/setUserAgent() initializations from the LayoutManagers. (Infrequently
Glen Mazza [Sat, 12 Jun 2004 18:03:47 +0000 (18:03 +0000)]
Removed get/setUserAgent() initializations from the LayoutManagers.  (Infrequently
called, and already obtainable through AbstractLayoutManager's FObj member
variable.)

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

20 years agoadded year to Jeremy birthday
Clay Leeds [Fri, 11 Jun 2004 21:04:06 +0000 (21:04 +0000)]
added year to Jeremy birthday

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

20 years agoConsolidated formatPageSequence() into FOTreeHandler.
Glen Mazza [Fri, 11 Jun 2004 17:18:51 +0000 (17:18 +0000)]
Consolidated formatPageSequence() into FOTreeHandler.

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

20 years agoAdded/moved Clay Leeds to Active Committers and added to Areas of Expertise (Forrest)
Clay Leeds [Fri, 11 Jun 2004 05:16:21 +0000 (05:16 +0000)]
Added/moved Clay Leeds to Active Committers and added to Areas of Expertise (Forrest)

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

20 years agoBetter error-handling messages added for incorrect LayoutMasterSets.
Glen Mazza [Tue, 8 Jun 2004 22:16:52 +0000 (22:16 +0000)]
Better error-handling messages added for incorrect LayoutMasterSets.

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

20 years agopublic format() renamed to private formatPageSequence().
Glen Mazza [Tue, 8 Jun 2004 02:34:31 +0000 (02:34 +0000)]
public format() renamed to private formatPageSequence().

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

20 years agoRemoved the new apps.Document from public access within Driver, at least until the...
Glen Mazza [Tue, 8 Jun 2004 02:28:37 +0000 (02:28 +0000)]
Removed the new apps.Document from public access within Driver, at least until the former class' methods have been finalized and its API benefits over apps.Driver better declared.

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

20 years agoHyphenation of words with punctuation marks, patch by Luca Furini, bug
Simon Pepping [Sat, 29 May 2004 09:18:13 +0000 (09:18 +0000)]
Hyphenation of words with punctuation marks, patch by Luca Furini, bug
28431. Patch applied as modified by me.

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

20 years agoRemove trailing spaces at the end of a paragraph.
Simon Pepping [Sat, 29 May 2004 09:07:59 +0000 (09:07 +0000)]
Remove trailing spaces at the end of a paragraph.
Modify the way to deal with BPs which have not been added to
vecInlineBreaks.
See bug 28706. The code was rewritten w.r.t. the submitted patch.

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

20 years agoSolve a few problems concerning hyphenation:
Simon Pepping [Sat, 29 May 2004 08:50:46 +0000 (08:50 +0000)]
Solve a few problems concerning hyphenation:
- show the '-' at the end of the hyphenated lines
- use the fo:hyphenate property to enable hyphenation, instead of the alignment
- specify the hyphenation character using the fo:hyphenation-character property
Patch by Luca Furini, bug 27773

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

20 years agoMoved myself to the list of active committers
Simon Pepping [Thu, 27 May 2004 19:22:53 +0000 (19:22 +0000)]
Moved myself to the list of active committers

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

20 years agoimplemented break-before property
Chris Bowditch [Thu, 27 May 2004 10:52:33 +0000 (10:52 +0000)]
implemented break-before property

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

20 years agoadded protected log member, so child areas can send messages to log
Chris Bowditch [Wed, 26 May 2004 13:13:01 +0000 (13:13 +0000)]
added protected log member, so child areas can send messages to log

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

20 years agoadded fix break-* properties to layout todo list
Chris Bowditch [Wed, 26 May 2004 09:23:24 +0000 (09:23 +0000)]
added fix break-* properties to layout todo list

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

20 years agoRemoved getPropertyList() method from PropertyManager, as that method
Glen Mazza [Wed, 26 May 2004 05:09:00 +0000 (05:09 +0000)]
Removed getPropertyList() method from PropertyManager, as that method
is already available on the FObj (which owns both the PropertyList and the
PropertyManager.)

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

20 years agoRemoved PropertyManager argument from initProperties(), as it is already
Glen Mazza [Wed, 26 May 2004 04:22:40 +0000 (04:22 +0000)]
Removed PropertyManager argument from initProperties(), as it is already
available within its FObj object.

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

20 years agoReverted part of yesterday's work to make FObj simpler, added more commenting in...
Glen Mazza [Sun, 23 May 2004 17:00:00 +0000 (17:00 +0000)]
Reverted part of yesterday's work to make FObj simpler, added more commenting in FObj.

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

20 years agoPR:
Glen Mazza [Sat, 22 May 2004 21:44:38 +0000 (21:44 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Made propertyList member variable of fo.FObj protected (instead of public).
Property value queries routed through FObj instead of PropertyList.

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

20 years agoSwitched from handleAttrs() to more intuitive processNode() and (for FO namespace...
Glen Mazza [Sat, 22 May 2004 03:59:53 +0000 (03:59 +0000)]
Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods.

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

20 years agoAs I do more testing I'm narrowing down problems with markers, and I'm trying to...
Chris Bowditch [Thu, 20 May 2004 16:12:41 +0000 (16:12 +0000)]
As I do more testing I'm narrowing down problems with markers, and I'm trying to keep status up to date for others to follow

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

20 years agofixed problem with top/bottom borders on regular blocks
Chris Bowditch [Thu, 20 May 2004 08:11:31 +0000 (08:11 +0000)]
fixed problem with top/bottom borders on regular blocks

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

20 years agoSpelled out FO element maker classes in order to make its toString()
Glen Mazza [Wed, 19 May 2004 22:37:53 +0000 (22:37 +0000)]
Spelled out FO element maker classes in order to make its toString()
readable during debugging (without needing to provide individual toString() overrides).

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

20 years agoupdate markers todo item as re-parenting was not an accurate description
Chris Bowditch [Wed, 19 May 2004 11:30:51 +0000 (11:30 +0000)]
update markers todo item as re-parenting was not an accurate description

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

20 years agoadded more friendly message when Jimi/JAI is not present
Chris Bowditch [Tue, 18 May 2004 16:01:42 +0000 (16:01 +0000)]
added more friendly message when Jimi/JAI is not present

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

20 years agoFolded the layout strategy into apps.Document.
Glen Mazza [Tue, 18 May 2004 11:42:08 +0000 (11:42 +0000)]
Folded the layout strategy into apps.Document.

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

20 years agoadded ipd property to block element
Chris Bowditch [Tue, 18 May 2004 10:12:38 +0000 (10:12 +0000)]
added ipd property to block element

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

20 years agoupdated status: we can finally cross one item off the todo list
Chris Bowditch [Tue, 18 May 2004 09:11:27 +0000 (09:11 +0000)]
updated status: we can finally cross one item off the todo list

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

20 years agoPR:
Glen Mazza [Sat, 15 May 2004 21:52:00 +0000 (21:52 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved FOUserAgent, FObj initialization from AddLMVisitor to constructors of respective LayoutManagers.

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

20 years agofixes problem that prevented proportional-column-width function working
Chris Bowditch [Thu, 13 May 2004 10:32:48 +0000 (10:32 +0000)]
fixes problem that prevented proportional-column-width function working

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

20 years agoRemoved the getLogger() and setLogger() from FOUserAgent; replaced with Commons Logging
Glen Mazza [Wed, 12 May 2004 23:19:53 +0000 (23:19 +0000)]
Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commons Logging
equivalents in places where previously used.

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

20 years agoString->int conversion and a few other simplifications to fo.Region* classes.
Glen Mazza [Sun, 9 May 2004 20:45:15 +0000 (20:45 +0000)]
String->int conversion and a few other simplifications to fo.Region* classes.

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

20 years agoapplied Luca Furini's patch from bug #28314
Chris Bowditch [Mon, 26 Apr 2004 14:28:30 +0000 (14:28 +0000)]
applied Luca Furini's patch from bug #28314
fixes problems with justification on last line in a block.

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

20 years agoFor area.Blocks created in BlockLayoutManager.getParentArea(), I set the
Glen Mazza [Sun, 25 Apr 2004 04:45:28 +0000 (04:45 +0000)]
For area.Blocks created in BlockLayoutManager.getParentArea(), I set the
width of the Block to that of its parent block.

This fixes a layout problem where

<fo:table-cell><fo:block border-bottom="1pt solid black">some text</ ></ >

was causing a line to draw across the entire page, because the cell width present in
fo:table-cell's Block was not copied into the inner fo:block's Block.  (This problem did not
occur if the border-bottom attribute was set in fo:table-cell.)

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

20 years agoUpdated news page.
Glen Mazza [Sat, 24 Apr 2004 19:37:22 +0000 (19:37 +0000)]
Updated news page.

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

20 years agoRemoved currently unused Document object from the LayoutStrategy (the latter
Glen Mazza [Sat, 24 Apr 2004 07:03:56 +0000 (07:03 +0000)]
Removed currently unused Document object from the LayoutStrategy (the latter
class is already a child of Document, and a two-way interface appears unneeded.)

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

20 years agoMore apps.Document->fonts.FontInfo conversion.
Glen Mazza [Sat, 24 Apr 2004 06:08:13 +0000 (06:08 +0000)]
More apps.Document->fonts.FontInfo conversion.

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

20 years agoPDFRenderer does not presently support out-of-order rendering (e.g.,
Glen Mazza [Sat, 24 Apr 2004 05:15:35 +0000 (05:15 +0000)]
PDFRenderer does not presently support out-of-order rendering (e.g.,
a 10 page document that has an "ending page" fo:page-number-citation in use
will have page 10 printed first, then pages 1-9).  Turning this value to false
has the pages generate in correct order.

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

20 years agoLogger "LogFactory.getLog(PDFObject.class.getPackage().getName())" was
Glen Mazza [Fri, 23 Apr 2004 03:05:11 +0000 (03:05 +0000)]
Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" was
causing null pointer exceptions when the Ant task is run (although not with
command-line usage); switched to "LogFactory.getLog(PDFObject.class.getName())",
which works for both command-line and Ant task.

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

20 years agoUnneeded imports removed.
Glen Mazza [Thu, 22 Apr 2004 21:56:09 +0000 (21:56 +0000)]
Unneeded imports removed.

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

20 years agoPR:
Glen Mazza [Thu, 22 Apr 2004 21:38:41 +0000 (21:38 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

Patch #28525 applied -- new FontInfo class.

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

20 years agoNew FontInfo class (original design was from Layout.FontInfo, and was removed
Glen Mazza [Wed, 21 Apr 2004 23:08:51 +0000 (23:08 +0000)]
New FontInfo class (original design was from Layout.FontInfo, and was removed
and placed into the Document class last year).  This class is to be an encapsulation
of the Font information within apps.Document, also to be used in Transcoder and other
non-XSL-specific classes and packages instead of an apps.Document object, in those
cases where the latter either presents too much information and/or is not relevant
for referenced class' task.  Currently not used, pending new patch in Bugzilla.

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

20 years agoRemaining changes done with Avalon->Commons Logging conversion. (Bug 28237)
Glen Mazza [Sun, 18 Apr 2004 22:39:02 +0000 (22:39 +0000)]
Remaining changes done with Avalon->Commons Logging conversion.  (Bug 28237)

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

20 years agoApparent off-by-one error fixed for initial-page-number property:
Glen Mazza [Sun, 18 Apr 2004 02:50:46 +0000 (02:50 +0000)]
Apparent off-by-one error fixed for initial-page-number property:

http://www.w3.org/TR/2003/WD-xsl11-20031217/#initial-page-number

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

20 years agoMore consolidation of pagination examples.
Glen Mazza [Sun, 18 Apr 2004 02:01:24 +0000 (02:01 +0000)]
More consolidation of pagination examples.

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

20 years agoUsed standard Java exception-printing method "printStackTrace(PrintStream)"
Glen Mazza [Wed, 14 Apr 2004 22:57:10 +0000 (22:57 +0000)]
Used standard Java exception-printing method "printStackTrace(PrintStream)"
instead of Avalon equivalent.

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

20 years agoReturned documentation on how to do Avalon logging; documentation now in two sections.
Glen Mazza [Sun, 11 Apr 2004 21:53:41 +0000 (21:53 +0000)]
Returned documentation on how to do Avalon logging; documentation now in two sections.

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

20 years ago3/4ths of Simon's patch committed at the moment, with minor changes
Glen Mazza [Fri, 9 Apr 2004 03:05:40 +0000 (03:05 +0000)]
3/4ths of Simon's patch committed at the moment, with minor changes
made.

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

20 years agoadded Luca Furini to contributor section
Chris Bowditch [Thu, 8 Apr 2004 13:17:15 +0000 (13:17 +0000)]
added Luca Furini to contributor section

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

20 years ago<sigh> line endings got mucked up by last commit.
Chris Bowditch [Wed, 7 Apr 2004 14:39:43 +0000 (14:39 +0000)]
<sigh> line endings got mucked up by last commit.

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

20 years agoapplied Luca Furini's patch to fix justification bug 28208
Chris Bowditch [Wed, 7 Apr 2004 14:24:17 +0000 (14:24 +0000)]
applied Luca Furini's patch to fix justification bug 28208

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

20 years agoComments added.
Glen Mazza [Tue, 6 Apr 2004 22:50:44 +0000 (22:50 +0000)]
Comments added.

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

20 years agotesting commit access
Andreas L. Delmelle [Sun, 4 Apr 2004 14:27:23 +0000 (14:27 +0000)]
testing commit access

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

20 years agoOrdinary Java code should never throw Error instances, use RuntimeException instead...
Jeremias Maerki [Sun, 4 Apr 2004 11:12:29 +0000 (11:12 +0000)]
Ordinary Java code should never throw Error instances, use RuntimeException instead. That said, RuntimeException is equally suboptimal here. We should probably create an exception class like SAXException for the handler methods.

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

20 years agoAnother attempt at fixing the space removal issue. This method
Glen Mazza [Sun, 4 Apr 2004 06:29:44 +0000 (06:29 +0000)]
Another attempt at fixing the space removal issue.  This method
combines the long-standing previous method (the one that removed spaces
between words correctly, at a cost of a leading extra space for the first
FOText instance of an fo:block) with my later patch (which would
fix the extra space issue but had problems with spaces between words).  It
appears to work well, but the fo:inline issues Simon brought up will still
need further work.

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

20 years agoNew function to determine whether a particular character is available for this font.
Jeremias Maerki [Sat, 3 Apr 2004 13:36:08 +0000 (13:36 +0000)]
New function to determine whether a particular character is available for this font.

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

20 years agoSome improvements on the quality fallback for text (use stroking when in doubt).
Jeremias Maerki [Sat, 3 Apr 2004 13:35:09 +0000 (13:35 +0000)]
Some improvements on the quality fallback for text (use stroking when in doubt).
PSGenerator returns the PS level to use.
Start bringing back bitmap support.

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

20 years agoBugzilla 27971
Jeremias Maerki [Sat, 3 Apr 2004 09:55:08 +0000 (09:55 +0000)]
Bugzilla 27971
Fix for translated gradients.
Submitted by: Gang Liu <gliu.at.actuate.com>

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

20 years agoBugzilla Bug 28078
Jeremias Maerki [Sat, 3 Apr 2004 08:30:08 +0000 (08:30 +0000)]
Bugzilla Bug 28078
PDFInfo fixed to output the correct timezone for the creation date.
Submitted by: Tomas Soucek <tomas.soucek.at.i.cz>

Patch not applied as given. I moved the formatting of the date/time into PDFObject avoiding the inner class.

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

20 years agocorrected line endings. changed ko option to kkv
Chris Bowditch [Fri, 2 Apr 2004 15:01:05 +0000 (15:01 +0000)]
corrected line endings. changed ko option to kkv

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

20 years agoApplied Luca Furini's patch from bugzilla entry 28021.
Chris Bowditch [Fri, 2 Apr 2004 13:50:52 +0000 (13:50 +0000)]
Applied Luca Furini's patch from bugzilla entry 28021.
Corrections to behaviour of whitespace-treatment property

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

20 years agoApplied Luca Furini's patch from bugzilla entry 28130.
Chris Bowditch [Fri, 2 Apr 2004 10:38:29 +0000 (10:38 +0000)]
Applied Luca Furini's patch from bugzilla entry 28130.
Corrections to space adjustment for text justification

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

20 years agoPDF library no longer gets a logger from its owner.
Jeremias Maerki [Fri, 2 Apr 2004 09:16:49 +0000 (09:16 +0000)]
PDF library no longer gets a logger from its owner.

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

20 years agoChanged logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Jeremias Maerki [Fri, 2 Apr 2004 09:16:12 +0000 (09:16 +0000)]
Changed logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Changed the way Commons Logging is set up.
Some touch-up in the code.

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

20 years agoChanged logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).
Jeremias Maerki [Fri, 2 Apr 2004 09:15:16 +0000 (09:15 +0000)]
Changed logging to use "static" loggers from Jakarta Commons Logging (via LogFactory).

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

20 years agoNew directory "private-resources" can be added to the list of source directories...
Jeremias Maerki [Fri, 2 Apr 2004 09:05:41 +0000 (09:05 +0000)]
New directory "private-resources" can be added to the list of source directories in your favourite IDE. In there you can place configuration files such as "simplelog.properties" (configures the simple logger from Jakarta Commons Logging).

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

20 years agoChange of file to use Commons-logging.
Glen Mazza [Fri, 2 Apr 2004 01:31:59 +0000 (01:31 +0000)]
Change of file to use Commons-logging.

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

20 years agoUpdate to examples: added text about DOM2PDF and PDF Transcoder examples.
Glen Mazza [Thu, 1 Apr 2004 23:38:44 +0000 (23:38 +0000)]
Update to examples:  added text about DOM2PDF and PDF Transcoder examples.

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

20 years agoUpdated examples to use Commons-Logging.
Glen Mazza [Thu, 1 Apr 2004 23:24:57 +0000 (23:24 +0000)]
Updated examples to use Commons-Logging.

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

20 years agoPR:
Glen Mazza [Wed, 31 Mar 2004 10:55:07 +0000 (10:55 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Conversion of Avalon to Commons-Logger.  (Will still need to update the
examples, which I will take care of next; Jeremias will be modifying
the PDF libraries for more efficient use of the CL loggers.)

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

20 years agoImport of commons-logging library.
Glen Mazza [Tue, 30 Mar 2004 10:20:09 +0000 (10:20 +0000)]
Import of commons-logging library.

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

20 years agofixed broken link
Christian Geisert [Mon, 29 Mar 2004 08:40:24 +0000 (08:40 +0000)]
fixed broken link

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

20 years agoCombined franklin_rep.fo and franklin_rep_max_repeats_nl.fo (they were
Glen Mazza [Mon, 22 Mar 2004 23:55:54 +0000 (23:55 +0000)]
Combined franklin_rep.fo and franklin_rep_max_repeats_nl.fo (they were
essentially equivalent).

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

20 years agoFile identical to franklin_rep_max_repeats.fo so removed.
Glen Mazza [Mon, 22 Mar 2004 23:30:18 +0000 (23:30 +0000)]
File identical to franklin_rep_max_repeats.fo so removed.

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

20 years agoMinor formatting and naming issues fixed.
Glen Mazza [Mon, 22 Mar 2004 23:24:52 +0000 (23:24 +0000)]
Minor formatting and naming issues fixed.

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

20 years agoFix to get use-content option of fo:leader working again. leader.fo now
Glen Mazza [Sun, 21 Mar 2004 17:31:29 +0000 (17:31 +0000)]
Fix to get use-content option of fo:leader working again. leader.fo now
runs without error.

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

20 years ago1.) Removed xsl file for property generation (no longer used, due to
Glen Mazza [Sun, 21 Mar 2004 12:38:56 +0000 (12:38 +0000)]
1.) Removed xsl file for property generation (no longer used, due to
Finn's work.)  Removed build.xml entry.

2.) Disconnected the FOUserAgent from the SVGUserAgent.  This will make
the SVGUserAgent more portable although at the cost of a more complex
constructor.

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

20 years agoMerged LayoutProcessor into LayoutManager interface.
Glen Mazza [Sun, 21 Mar 2004 12:03:08 +0000 (12:03 +0000)]
Merged LayoutProcessor into LayoutManager interface.

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

20 years agoupdated anttask documentation
Glen Mazza [Sat, 20 Mar 2004 18:00:57 +0000 (18:00 +0000)]
updated anttask documentation

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

20 years agoComments fixed.
Glen Mazza [Sat, 20 Mar 2004 17:50:22 +0000 (17:50 +0000)]
Comments fixed.

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

20 years agoMoved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)
Glen Mazza [Fri, 19 Mar 2004 00:53:38 +0000 (00:53 +0000)]
Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)

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

20 years agoUpdated details on getAscender bug
Peter Bernard West [Thu, 18 Mar 2004 04:49:07 +0000 (04:49 +0000)]
Updated details on getAscender bug

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

20 years agoPR:
Glen Mazza [Thu, 18 Mar 2004 00:22:40 +0000 (00:22 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Switch from init() to clearer initialize() in Layout classes; removed
unneeded logger reference in ContentLayoutManager.

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

20 years agoupdated status of layout development work on HEAD as discussed on fop-user
Chris Bowditch [Wed, 17 Mar 2004 14:24:22 +0000 (14:24 +0000)]
updated status of layout development work on HEAD as discussed on fop-user

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=fop-user@xml.apache.org&msgNo=10498

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

20 years agoUnneeded line of code removed.
Glen Mazza [Wed, 17 Mar 2004 03:54:53 +0000 (03:54 +0000)]
Unneeded line of code removed.

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

20 years agominor simplifications; removed redundant variables.
Glen Mazza [Wed, 17 Mar 2004 03:37:32 +0000 (03:37 +0000)]
minor simplifications; removed redundant variables.

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

20 years agoRemoved obsolete request for namespace-prefixes (supported by all SAX2
Glen Mazza [Tue, 16 Mar 2004 22:17:09 +0000 (22:17 +0000)]
Removed obsolete request for namespace-prefixes (supported by all SAX2
parsers by definition, questionable whether needed by FOP anyway.)

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

20 years agoCode changed to set the Base URL in FOUserAgent, which allows
Glen Mazza [Tue, 16 Mar 2004 05:25:16 +0000 (05:25 +0000)]
Code changed to set the Base URL in FOUserAgent, which allows
image.ImageFactory to use this value in order to determine locations
of images given relative to the input source file.

e.g. c:\xml-fop>fop examples\fo\basic\images.fo images.pdf

will now run correctly.

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

20 years agoSimplifications to FOText whitespace removal; fewer arraycopies performed.
Glen Mazza [Fri, 12 Mar 2004 00:41:05 +0000 (00:41 +0000)]
Simplifications to FOText whitespace removal; fewer arraycopies performed.

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

20 years agoSome consolidation of information about page-sequence-master and simple-page-master...
Glen Mazza [Tue, 9 Mar 2004 22:44:35 +0000 (22:44 +0000)]
Some consolidation of information about page-sequence-master and simple-page-master; removal of basic1.fo (not informative, also duplicated elsewhere.)

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

20 years agoFixed bug, masterName variable wasn't being set.
Glen Mazza [Tue, 9 Mar 2004 21:50:43 +0000 (21:50 +0000)]
Fixed bug, masterName variable wasn't being set.

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

20 years agoAdd Clay to news page.
Glen Mazza [Sun, 7 Mar 2004 23:29:23 +0000 (23:29 +0000)]
Add Clay to news page.

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

20 years agoFix of leading-space problem in HEAD. (A single leading space of the first
Glen Mazza [Sun, 7 Mar 2004 17:52:43 +0000 (17:52 +0000)]
Fix of leading-space problem in HEAD.  (A single leading space of the first
inline child of the block object was being incorrectly retained.)

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

20 years agoRe-adding danish hyphenation patterns (grant from Frank Jensen on file)
Jeremias Maerki [Fri, 5 Mar 2004 13:33:01 +0000 (13:33 +0000)]
Re-adding danish hyphenation patterns (grant from Frank Jensen on file)

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:42:51 +0000 (21:42 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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

20 years agoApplied Apache License Version 2.0 by following the instructions at http://www.apache...
Jeremias Maerki [Tue, 2 Mar 2004 21:32:03 +0000 (21:32 +0000)]
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

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