]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
19 years agomore tests.
Jeremias Maerki [Thu, 6 Jan 2005 13:15:09 +0000 (13:15 +0000)]
more tests.

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

19 years agoTest fixed. I was wrong at first.
Jeremias Maerki [Thu, 6 Jan 2005 11:09:56 +0000 (11:09 +0000)]
Test fixed. I was wrong at first.

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

19 years agoconvertValueForProperty didn't have the right signature and therefore didn't override...
Jeremias Maerki [Thu, 6 Jan 2005 11:09:03 +0000 (11:09 +0000)]
convertValueForProperty didn't have the right signature and therefore didn't override the superclass implementation.

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

19 years agoTesting padding shorthands.
Jeremias Maerki [Thu, 6 Jan 2005 09:47:46 +0000 (09:47 +0000)]
Testing padding shorthands.

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

19 years agoAbility to restrict the testcases being processed to one for debugging. Just specify...
Jeremias Maerki [Thu, 6 Jan 2005 09:46:55 +0000 (09:46 +0000)]
Ability to restrict the testcases being processed to one for debugging. Just specify its filename as a system property "fop.layoutengine.single".
Example: -Dfop.layoutengine.single=padding2.xml

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

19 years agoMore extensive checking. Use eval instead of true where appropriate.
Jeremias Maerki [Thu, 6 Jan 2005 09:13:05 +0000 (09:13 +0000)]
More extensive checking. Use eval instead of true where appropriate.

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

19 years agoXObject.str() fails the second time it is called. Makes debugging difficult. Get...
Jeremias Maerki [Thu, 6 Jan 2005 09:11:59 +0000 (09:11 +0000)]
XObject.str() fails the second time it is called. Makes debugging difficult. Get the result string early.

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

19 years agoAlloc IPD/BPD, too, not just content IPD/BPD.
Jeremias Maerki [Thu, 6 Jan 2005 09:11:02 +0000 (09:11 +0000)]
Alloc IPD/BPD, too, not just content IPD/BPD.

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

19 years agoAdding new eval check for simpler checks and more informative error messages.
Jeremias Maerki [Thu, 6 Jan 2005 08:39:19 +0000 (08:39 +0000)]
Adding new eval check for simpler checks and more informative error messages.

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

19 years agoImproved area tree XML generation by filtering uninformative attributes while adding...
Jeremias Maerki [Thu, 6 Jan 2005 08:37:52 +0000 (08:37 +0000)]
Improved area tree XML generation by filtering uninformative attributes while adding others.

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

19 years ago1.) fox:label converted to 1.1 fo:bookmark-title.
Glen Mazza [Thu, 6 Jan 2005 00:56:26 +0000 (00:56 +0000)]
1.) fox:label converted to 1.1 fo:bookmark-title.
2.) FObj, FObjMixed, InlineLevel made abstract.

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

19 years agoTwo initial very (!) simple checks for layout engine testing together with supporting...
Jeremias Maerki [Wed, 5 Jan 2005 21:14:22 +0000 (21:14 +0000)]
Two initial very (!) simple checks for layout engine testing together with supporting stylesheets.

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

19 years agoInitial version of a layout engine testing subsystem.
Jeremias Maerki [Wed, 5 Jan 2005 21:11:34 +0000 (21:11 +0000)]
Initial version of a layout engine testing subsystem.
Uses the area tree XML to check the output of the layout engine.
Provides a TestSuite for use with JUnit.
Individual test cases are defined in XML files.

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

19 years agoRefactored Area Tree XML Renderer to write XML to a TransformerHandler instead of...
Jeremias Maerki [Wed, 5 Jan 2005 21:08:27 +0000 (21:08 +0000)]
Refactored Area Tree XML Renderer to write XML to a TransformerHandler instead of to a Writer.

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

19 years agoOnly check for the outputStream to be non-null if no overriding renderer has been...
Jeremias Maerki [Wed, 5 Jan 2005 21:06:37 +0000 (21:06 +0000)]
Only check for the outputStream to be non-null if no overriding renderer has been set. People may wish to supply something other than an OutputStream.

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

19 years agoUpdated copyright to 1999-2005 & added description for Group Project
Clay Leeds [Wed, 5 Jan 2005 15:43:19 +0000 (15:43 +0000)]
Updated copyright to 1999-2005 & added description for Group Project

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

19 years agoPR:
Glen Mazza [Tue, 4 Jan 2005 00:21:47 +0000 (00:21 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Converted fox:outline to fo:bookmark.  fox:label/fo:bookmark-title still to
be done.

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

19 years agoRemoved URL references to nagoya.
Glen Mazza [Mon, 3 Jan 2005 22:39:27 +0000 (22:39 +0000)]
Removed URL references to nagoya.

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

19 years agoPR:
Glen Mazza [Mon, 3 Jan 2005 22:37:54 +0000 (22:37 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed nagoya reference from URL.

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

19 years agoRemoved dependency on Avalon Framework for enums.
Jeremias Maerki [Mon, 3 Jan 2005 14:02:54 +0000 (14:02 +0000)]
Removed dependency on Avalon Framework for enums.

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

19 years agoAccess to intrinsic image size for eg/ifo through getLayoutDimension() instead of...
Jeremias Maerki [Mon, 3 Jan 2005 13:06:27 +0000 (13:06 +0000)]
Access to intrinsic image size for eg/ifo through getLayoutDimension() instead of through separate interface.
Added a todo item about replacing the use of propertyList along with a reference to the related post on fop-dev.
Made the LayoutDimension keys a subclass of Avalon Framework's Enum to make the thing more debugger-friendly and more type-safe.

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

19 years agoSwitched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two more
Glen Mazza [Sun, 2 Jan 2005 20:42:51 +0000 (20:42 +0000)]
Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD).  Two more
bookmark-related FO's (fox:outline and fox:label) need conversion and will
be done next.

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

19 years agoSupport for percentages on external-graphic and instream-foreign-object for the conte...
Jeremias Maerki [Tue, 28 Dec 2004 18:03:12 +0000 (18:03 +0000)]
Support for percentages on external-graphic and instream-foreign-object for the content-height and content-width attributes.

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

19 years agoEnable border and background for instream-foreign-object.
Jeremias Maerki [Tue, 28 Dec 2004 13:55:14 +0000 (13:55 +0000)]
Enable border and background for instream-foreign-object.

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

19 years agoRename parameter to match the type.
Jeremias Maerki [Tue, 28 Dec 2004 13:54:30 +0000 (13:54 +0000)]
Rename parameter to match the type.

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

19 years agoChanged LayoutManagerMaker.makeLayoutManager(FONode node) to throw a
Simon Pepping [Mon, 27 Dec 2004 10:13:05 +0000 (10:13 +0000)]
Changed LayoutManagerMaker.makeLayoutManager(FONode node) to throw a
FOPException, and removed LayoutManagerMaker.makeLayoutManager(FONode
node, boolean checkLength). Adapted LayoutManagerMapping,
PageSequenceLM and AreaTreeHandler.

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

19 years agoAdded some comments.
Simon Pepping [Mon, 27 Dec 2004 10:09:31 +0000 (10:09 +0000)]
Added some comments.

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

19 years agoPR:
Glen Mazza [Sat, 25 Dec 2004 15:29:18 +0000 (15:29 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
"End of Year" constant cleanup.

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

19 years agoPR:
Glen Mazza [Sat, 25 Dec 2004 01:08:11 +0000 (01:08 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
More XSL 1.1-like terms for PDF bookmarks used, minor bug in TableLayoutManagerMaker fixed.

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

19 years agoThis patch implements a pluggable LayoutManagers system, according
Simon Pepping [Fri, 24 Dec 2004 12:06:26 +0000 (12:06 +0000)]
This patch implements a pluggable LayoutManagers system, according
to the ideas of Finn Bock and his patch in bug 30500.

Created a LayoutManagerMaker interface, with method
makeLayoutManagers(FONode, List), and two convenience methods on top
of it.

Created an implementation: LayoutManagerMapping. This is along the
pattern of FOElementMapping. It creates a Map from FObj class to Maker
objects. There are many static inner classes which are subclasses of
Maker. Each subclass implements its own version of the make method.

FOUserAgent has a setter and getter for
LayoutManagerMakerOverride. AreaTreeHandler creates a
LayoutManagerMaker, taking the user's override into account, using
LayoutManagerMapping as the default. It has a get method for it.

The LayoutManager interface has a get method for the AreaTreeHandler
object, a reference to which is held in PageSequenceLM, the top of the
LM tree.

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

19 years agoVery minor edits to Bookmark handling code.
Glen Mazza [Thu, 23 Dec 2004 01:36:01 +0000 (01:36 +0000)]
Very minor edits to Bookmark handling code.

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

19 years agoFixed the NPE for fo:title in FOText.createBlockPointers by returning
Simon Pepping [Wed, 22 Dec 2004 18:22:35 +0000 (18:22 +0000)]
Fixed the NPE for fo:title in FOText.createBlockPointers by returning
early.

Fixed the absence of output for fo:title: In ContentLM.fillArea, replace
curLM.getNextBreakPoss with getNextKnuthElements, BreakPossIter with
KnuthPossIter. Copied the line parameter calculations from
LineLM.makeLineBreakPosition. This is only a rough patch: leaders,
external graphics, page numbers cause null pointer exceptions.

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

19 years agoRemoved instances of InlineStackingLayoutManager. Created a new FO
Simon Pepping [Wed, 22 Dec 2004 08:54:10 +0000 (08:54 +0000)]
Removed instances of InlineStackingLayoutManager. Created a new FO
node class, InlineLevel, a subclass of FObjMixed, a base class for
several inline-level FObj: Inline, Leader, Title. The
InlineLayoutManager constructor requires an FObj of this type.

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

19 years agoImplemented cloning and reparenting of the subtree under a marker to
Simon Pepping [Tue, 21 Dec 2004 11:28:05 +0000 (11:28 +0000)]
Implemented cloning and reparenting of the subtree under a marker to
the retrieving retrieve-marker. The FO nodes are cloned. The new
subtree is attached to the RetrieveMarker object. The property
lists are not cloned. The subtree of property lists is attached to the
property list of the RetrieveMarker object. This is only needed for
the binding of the FO nodes. After that a subsequent retrieve-marker
may reparent the property lists.

Removed Marker's reference to its property list. In Marker.endOfNode()
the parent of the property lists of the direct children of marker is
reset to null. FOText nodes are not mapped to the Marker's property
list in Marker. This allows the Marker's property list and its
ancestors to be GC'ed.

FOText nodes use the parent FO node's property list or the
RetrieveMarker's property list for binding.

TODO: Block.handleWhiteSpace is not applied to text in retrieve-marker.
TODO: White space treatment around retrieve-marker is incorrect.

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

19 years agoMoved the (upcoming) fo:bookmark-tree construction code from AreaTreeHandler
Glen Mazza [Fri, 17 Dec 2004 00:19:11 +0000 (00:19 +0000)]
Moved the (upcoming) fo:bookmark-tree construction code from AreaTreeHandler
to the BookmarkData object.

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

19 years agoMore code commenting and minor cleanup of bookmark/Resolvable/ATH code.
Glen Mazza [Thu, 16 Dec 2004 23:59:13 +0000 (23:59 +0000)]
More code commenting and minor cleanup of bookmark/Resolvable/ATH code.

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

19 years agoPR:
Glen Mazza [Thu, 16 Dec 2004 01:03:04 +0000 (01:03 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed Runnable interface from PSLM; new method "activateLayout()" combines
former run() and doLayout() methods in PSLM.

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

19 years agoPR:
Glen Mazza [Tue, 14 Dec 2004 23:16:44 +0000 (23:16 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
AreaTreeModel detached from BookmarkData; more code commenting.

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

19 years agoModified pdfoutline to have two page sequences--makes it more useful for
Glen Mazza [Mon, 13 Dec 2004 22:59:02 +0000 (22:59 +0000)]
Modified pdfoutline to have two page sequences--makes it more useful for
testing.

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

19 years agoMoved PDF bookmark creation to endDocument(). (Fixed bug, was being
Glen Mazza [Sun, 12 Dec 2004 14:14:56 +0000 (14:14 +0000)]
Moved PDF bookmark creation to endDocument().  (Fixed bug, was being
created after each page sequence in document.)

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

19 years agoRemove unused import statements.
Finn Bock [Fri, 10 Dec 2004 10:12:21 +0000 (10:12 +0000)]
Remove unused import statements.

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

19 years ago* created a new method which is called only once by LineLM.getNextBreakPoss() and...
Luca Furini [Thu, 9 Dec 2004 15:53:36 +0000 (15:53 +0000)]
* created a new method which is called only once by LineLM.getNextBreakPoss() and subsequently calls findBreakingPoints() with different parameters until a set of breaking point is found

* renamed lastDeactivatedNode -> bestDeactivatedNode, and updated only if the node to deactivate is "better" than the old one (may need some fine-tuning)

* instead of the fallback() method, which created only one lineBreakPosition, a
new algorithm is used if Knuth's fails

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

19 years agoPR:
Glen Mazza [Thu, 9 Dec 2004 01:03:24 +0000 (01:03 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved bookmark creation to after end of document processing.

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

19 years agoMake RTF output human-friendly by inserting line feeds.
Jeremias Maerki [Wed, 8 Dec 2004 18:52:32 +0000 (18:52 +0000)]
Make RTF output human-friendly by inserting line feeds.
Adding support for table cell padding.

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

19 years agobuilding and publishing the docs without forrestbot
Christian Geisert [Wed, 8 Dec 2004 03:15:55 +0000 (03:15 +0000)]
building and publishing the docs without forrestbot

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

19 years agoRemoved RetrieveMarkerLM. The LMs of the marker children are attached
Simon Pepping [Tue, 7 Dec 2004 20:11:21 +0000 (20:11 +0000)]
Removed RetrieveMarkerLM. The LMs of the marker children are attached
in the LM tree as the direct children of the LM of the parent of the
RetrieveMarker. This patch solves bug 32253.

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

19 years agoRemoving inactiveList, which is useless.
Luca Furini [Mon, 6 Dec 2004 14:36:10 +0000 (14:36 +0000)]
Removing inactiveList, which is useless.
Thanks to Finn Bock for pointing this out.

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

19 years agoUsing the constant LineLayoutManager.DEFAULT_SPACE_WIDTH instead of the font-dependan...
Luca Furini [Mon, 6 Dec 2004 13:55:18 +0000 (13:55 +0000)]
Using the constant LineLayoutManager.DEFAULT_SPACE_WIDTH instead of the font-dependant wordSpaceIPD.opt when creating auxiliary glue items for start and end alignment

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

19 years agoPR:
Glen Mazza [Mon, 6 Dec 2004 12:31:17 +0000 (12:31 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Reverted previous change; unintended check-in of this file.

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

19 years agoComments added
Luca Furini [Mon, 6 Dec 2004 11:55:18 +0000 (11:55 +0000)]
Comments added

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

19 years agoPR:
Glen Mazza [Mon, 6 Dec 2004 05:37:17 +0000 (05:37 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed pretend "resolution" of still-unresolved idrefs at ATH.endDocument().  This was apparently done to force page rendering of remaining unresolved pages at RenderPagesModel.checkPreparedPages() (which requires a page to be completely resolved before rendering).  Replacement code keeps unresolved idrefs unresolved, but explicitly forces page rendering for calls to checkPreparedPages() that originate from ATH.endDocument().  Comments welcome.

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

19 years ago* added Mac OS X CVS client info
Clay Leeds [Mon, 6 Dec 2004 05:18:12 +0000 (05:18 +0000)]
* added Mac OS X CVS client info

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

19 years ago* changed my address to clay.at.apache.org
Clay Leeds [Mon, 6 Dec 2004 05:02:26 +0000 (05:02 +0000)]
* changed my address to clay.at.apache.org

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

19 years agoPR:
Glen Mazza [Sat, 4 Dec 2004 06:51:13 +0000 (06:51 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
More code commenting.

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

19 years agoPR:
Glen Mazza [Thu, 2 Dec 2004 01:59:40 +0000 (01:59 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
More commenting, changed definition of isResolved() somewhat in LinkResolver and UnresolvedPageNumber.

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

19 years agoMore commenting, slightly clearer method names.
Glen Mazza [Thu, 2 Dec 2004 01:36:09 +0000 (01:36 +0000)]
More commenting, slightly clearer method names.

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

19 years agoPR:
Glen Mazza [Wed, 1 Dec 2004 01:45:21 +0000 (01:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Minor simplifications and more commenting added.

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

19 years agoFixed a ClassCastException in rebind
Simon Pepping [Tue, 30 Nov 2004 20:20:59 +0000 (20:20 +0000)]
Fixed a ClassCastException in rebind

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

19 years agoreplaced links to nagoya (Bugzilla/Eyebrowse) with (hopefully) more stables urls
Christian Geisert [Mon, 29 Nov 2004 17:30:42 +0000 (17:30 +0000)]
replaced links to nagoya (Bugzilla/Eyebrowse) with (hopefully) more stables urls

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

19 years agofixed swapped links for Defoe & FOray
Clay Leeds [Mon, 29 Nov 2004 14:52:11 +0000 (14:52 +0000)]
fixed swapped links for Defoe & FOray

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

19 years agoPR:
Glen Mazza [Mon, 29 Nov 2004 08:45:14 +0000 (08:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) More cleanup/commenting of AreaTreeHandler.  Removed the unused (disabled)
manual garbage collection code.

2.) Removed renderContainer from Renderer interface, not required.

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

19 years agoPR:
Glen Mazza [Sat, 27 Nov 2004 19:58:35 +0000 (19:58 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed unused logger from FOEventHandler and commented the AreaTreeHandler
to make it more understandable (particularily idref resolving code.)

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

19 years agoPR:
Glen Mazza [Wed, 24 Nov 2004 21:07:31 +0000 (21:07 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) Removed unneeded enumeration interfaces from fo.Constants.
2.) Appended EN_ to enumeration constants to make them better S&R'able throughout app.
3.) Added an EN_INHERIT enumeration constant (although not currently used in the system.)

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

19 years ago* commented out 'wholesite' links (wholesite.html/wholesite.pdf) which returns errors
Clay Leeds [Wed, 24 Nov 2004 19:48:41 +0000 (19:48 +0000)]
* commented out 'wholesite' links (wholesite.html/wholesite.pdf) which returns errors

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

19 years ago* added commercial software dev's
Clay Leeds [Wed, 24 Nov 2004 15:35:56 +0000 (15:35 +0000)]
* added commercial software dev's
  o antenna house
  o renderx

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

19 years ago* added dev/fo
Clay Leeds [Wed, 24 Nov 2004 15:32:05 +0000 (15:32 +0000)]
* added dev/fo
  o dev/fo/*.fo
  o dev/fo/*.pdf
* dev/svg files
  o dev/svg/*.svg
  o dev/svg/*.png
  o dev/svg/*.pdf

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

19 years agoUNNECESSARY BACKUP FILES REMOVED
Clay Leeds [Wed, 24 Nov 2004 15:28:35 +0000 (15:28 +0000)]
UNNECESSARY BACKUP FILES REMOVED

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

19 years agoHandle unknown subproperty names by logging an error message and ignoring
Finn Bock [Mon, 22 Nov 2004 07:57:34 +0000 (07:57 +0000)]
Handle unknown subproperty names by logging an error message and ignoring
the property value.

PR: 32338

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

19 years ago* added http://www.w3.org/Style/XSL/ Extensible Stylesheet Language Family (XSL)
Clay Leeds [Sun, 21 Nov 2004 21:26:17 +0000 (21:26 +0000)]
* added http://www.w3.org/Style/XSL/ Extensible Stylesheet Language Family (XSL)

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

19 years ago* backup of alt.design/
Clay Leeds [Sat, 20 Nov 2004 15:28:45 +0000 (15:28 +0000)]
* backup of alt.design/
* backup of build/site w alt.design
* backup of build/site w/o alt.design
* backup of compliance.xml file (needs to be out of xdocs)

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

19 years ago* backups of *.svg & *.fo
Clay Leeds [Sat, 20 Nov 2004 15:09:15 +0000 (15:09 +0000)]
* backups of *.svg & *.fo
* backups of manually generated *.svg & *.png
  (this took me a while! :-p)

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

19 years ago* backed up sitemap.xmap & sitemap-0.5.xmap files
Clay Leeds [Sat, 20 Nov 2004 15:05:51 +0000 (15:05 +0000)]
* backed up sitemap.xmap & sitemap-0.5.xmap files

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

19 years ago* Modified short description for @alt for project-logo
Clay Leeds [Sat, 20 Nov 2004 15:04:54 +0000 (15:04 +0000)]
* Modified short description for @alt for project-logo
* added xmlgraphics.a.o to breadcrumb trail
* Uncommented krysalis CSS colors

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

19 years ago* removed logocontest.html
Clay Leeds [Sat, 20 Nov 2004 15:02:16 +0000 (15:02 +0000)]
* removed logocontest.html

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

19 years ago* added Defoe
Clay Leeds [Sat, 20 Nov 2004 15:00:56 +0000 (15:00 +0000)]
* added Defoe
* added FOray

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

19 years ago* commented out alt.design tab
Clay Leeds [Sat, 20 Nov 2004 15:00:18 +0000 (15:00 +0000)]
* commented out alt.design tab

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

19 years ago* added Desc for Compliance
Clay Leeds [Sat, 20 Nov 2004 14:59:39 +0000 (14:59 +0000)]
* added  Desc for Compliance
* removed logocontest link
* removed alt.design structure

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

19 years agoremoved link to logocontest.html
Clay Leeds [Sat, 20 Nov 2004 14:58:39 +0000 (14:58 +0000)]
removed link to logocontest.html

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

19 years ago* changed ML archive to:
Clay Leeds [Sat, 20 Nov 2004 14:58:14 +0000 (14:58 +0000)]
* changed ML archive to:
  http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=fop-dev@xml.apache.org

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

19 years ago* removed alt.design
Clay Leeds [Sat, 20 Nov 2004 14:56:32 +0000 (14:56 +0000)]
* removed alt.design
* changed nagoya.a.o to mail-archives.a.o

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

19 years agomoved compliance.xml to 'rendered' compliance.ihtml as workaround to forrest problem...
Clay Leeds [Sat, 20 Nov 2004 14:53:29 +0000 (14:53 +0000)]
moved compliance.xml to 'rendered' compliance.ihtml as workaround to forrest problem (I punted)

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

19 years agomoved compliance.xml to compliance.ihtml as workaround
Clay Leeds [Sat, 20 Nov 2004 14:52:37 +0000 (14:52 +0000)]
moved compliance.xml to compliance.ihtml as workaround

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

19 years agochanged skin to pelt
Clay Leeds [Sat, 20 Nov 2004 14:51:17 +0000 (14:51 +0000)]
changed skin to pelt

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

19 years agoremoved bad file (still working to get this file generated)
Clay Leeds [Wed, 17 Nov 2004 20:19:11 +0000 (20:19 +0000)]
removed bad file (still working to get this file generated)

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

19 years ago* added fo/*.fo
Clay Leeds [Wed, 17 Nov 2004 20:01:42 +0000 (20:01 +0000)]
* added fo/*.fo
* added fo/*.fo/pdf
* added fo/images/fop.jpg
NOTE: these files may need to be moved later.

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

19 years ago* added files for SVG conversion (*.png & *.pdf)
Clay Leeds [Wed, 17 Nov 2004 19:54:23 +0000 (19:54 +0000)]
* added files for SVG conversion (*.png & *.pdf)
* added logo.jpg file (required by images.svg)
NOTE: these files may need to be 'moved' elsewhere but I'm adding it here for now.

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

19 years agoupdated to preferred (albeit deprecated - d'oh!) color system
Clay Leeds [Wed, 17 Nov 2004 18:57:15 +0000 (18:57 +0000)]
updated to preferred (albeit deprecated - d'oh!) color system

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

19 years agoadded gzip'd archive links (http://xml.apache.org/mail/fop-dev/ & http://xml.apache...
Clay Leeds [Wed, 17 Nov 2004 18:56:11 +0000 (18:56 +0000)]
added gzip'd archive links (http://xml.apache.org/mail/fop-dev/ & http://xml.apache.org/mail/fop-user/)

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

19 years ago* updated wholesite.html/wholesite.pdf to forrest-0.6
Clay Leeds [Wed, 17 Nov 2004 18:55:02 +0000 (18:55 +0000)]
* updated wholesite.html/wholesite.pdf to forrest-0.6
* commented wholesite.html/wholesite.pdf out due to bug

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

19 years agoadded pdftk
Clay Leeds [Tue, 16 Nov 2004 17:03:35 +0000 (17:03 +0000)]
added pdftk

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

19 years agoMade RetrieveMarkerLM implement InlineLevelLM.
Simon Pepping [Mon, 15 Nov 2004 21:01:40 +0000 (21:01 +0000)]
Made RetrieveMarkerLM implement InlineLevelLM.

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

19 years agoA quick and dirty hack to prevent the IndexOutOfBoundsException
Simon Pepping [Mon, 15 Nov 2004 20:58:20 +0000 (20:58 +0000)]
A quick and dirty hack to prevent the IndexOutOfBoundsException
reported in bug 32174.

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

19 years agochanged 'bookmark' to 'bookmarks'
Andreas L. Delmelle [Sun, 14 Nov 2004 20:20:43 +0000 (20:20 +0000)]
changed 'bookmark' to 'bookmarks'

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

19 years agoreverting previous change: 'outline' -> 'bookmark'
Andreas L. Delmelle [Sun, 14 Nov 2004 20:08:44 +0000 (20:08 +0000)]
reverting previous change: 'outline' -> 'bookmark'

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

19 years agochanged 'bookmarks' to 'outline' to avoid ValidateException for bookmarks extension
Andreas L. Delmelle [Sun, 14 Nov 2004 19:28:28 +0000 (19:28 +0000)]
changed 'bookmarks' to 'outline' to avoid ValidateException for bookmarks extension

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

19 years agoPatch 31206 by Luca Furini:
Simon Pepping [Sat, 13 Nov 2004 20:37:17 +0000 (20:37 +0000)]
Patch 31206 by Luca Furini:

- A new interface InlineLevelLayoutManager, implemented by LeafNodeLM,
  InlineLM, TextLM, BasicLinkLM and ContentLM

- Leaders with pattern "use-content" and "dots" now works

- Better handling of preserved linefeeds

- Correct calculation of the lineheight, according to the value of the
  property vertical-align

For a few points which may need further work, see the bugzilla page.

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

19 years agoadded Mailing List items
Clay Leeds [Fri, 12 Nov 2004 23:32:10 +0000 (23:32 +0000)]
added Mailing List items

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

19 years agoremoved &lt;!-- and --&gt; from <STYLE> section, which fixes "yes" background-color
Clay Leeds [Fri, 12 Nov 2004 18:52:54 +0000 (18:52 +0000)]
removed &lt;!-- and --&gt; from <STYLE> section, which fixes "yes" background-color

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

19 years agoMoved the constructor to the top.
Glen Mazza [Thu, 11 Nov 2004 08:11:07 +0000 (08:11 +0000)]
Moved the constructor to the top.

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

19 years agoTwo more unneeded initProperties() calls removed. Only four left to look at.
Glen Mazza [Thu, 11 Nov 2004 06:51:58 +0000 (06:51 +0000)]
Two more unneeded initProperties() calls removed.  Only four left to look at.

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