]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
21 years agoport maintenance branch improvements in apps/FOPException to the trunk
William Victor Mote [Thu, 25 Sep 2003 18:42:20 +0000 (18:42 +0000)]
port maintenance branch improvements in apps/FOPException to the trunk

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

21 years agoreset background-color for each paragraph, submitted by Peter Herweg, see http:/...
William Victor Mote [Sun, 21 Sep 2003 22:21:11 +0000 (22:21 +0000)]
reset background-color for each paragraph, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23302

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

21 years ago1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer
Glen Mazza [Sun, 21 Sep 2003 20:56:24 +0000 (20:56 +0000)]
1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer
2.) Updated AWT and PDF renderers to draw region borders more accurately.
3.) Rounding errors for determining region sizes in AWT Renderer fixed.

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

21 years agostyle changes only
William Victor Mote [Fri, 19 Sep 2003 18:27:59 +0000 (18:27 +0000)]
style changes only

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

21 years agoadd support for "xsl-region-before", "xsl-region-after" and fo:page-number tag, submi...
William Victor Mote [Fri, 19 Sep 2003 18:17:40 +0000 (18:17 +0000)]
add support for "xsl-region-before", "xsl-region-after" and fo:page-number tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274

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

21 years ago*** empty log message ***
Joerg Pietschmann [Fri, 19 Sep 2003 16:51:16 +0000 (16:51 +0000)]
*** empty log message ***

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

21 years agoSAX filter providing a MD5 checksum for ensuring XML input integrity.
Joerg Pietschmann [Fri, 19 Sep 2003 16:50:56 +0000 (16:50 +0000)]
SAX filter providing a MD5 checksum for ensuring XML input integrity.

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

21 years agoAdd possibility to set creation date.
Joerg Pietschmann [Fri, 19 Sep 2003 16:46:43 +0000 (16:46 +0000)]
Add possibility to set creation date.

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

21 years agoOrganize imports.
Joerg Pietschmann [Fri, 19 Sep 2003 14:33:16 +0000 (14:33 +0000)]
Organize imports.
A bit of JavaDoc cosmetics.

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

21 years agostyle changes only
William Victor Mote [Thu, 18 Sep 2003 17:11:51 +0000 (17:11 +0000)]
style changes only

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

21 years agochanges for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.org/bugzi...
William Victor Mote [Thu, 18 Sep 2003 15:57:25 +0000 (15:57 +0000)]
changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23166

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

21 years agoadd accessor methods for currentDocument
William Victor Mote [Wed, 17 Sep 2003 16:48:02 +0000 (16:48 +0000)]
add accessor methods for currentDocument

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

21 years agoset the (default) LayoutStrategy only if it has not been set already
William Victor Mote [Wed, 17 Sep 2003 16:25:47 +0000 (16:25 +0000)]
set the (default) LayoutStrategy only if it has not been set already

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

21 years agoAdded a link on XSLT stylesheet caching (from a recent email) to the embedding page.
Glen Mazza [Tue, 16 Sep 2003 21:17:38 +0000 (21:17 +0000)]
Added a link on XSLT stylesheet caching (from a recent email) to the embedding page.

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

21 years agotrigger event handling for start and end of table, cell, column, and row, primarily...
William Victor Mote [Tue, 16 Sep 2003 18:11:52 +0000 (18:11 +0000)]
trigger event handling for start and end of table, cell, column, and row, primarily for the benefit of the structure handlers (mif/rtf) -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23103

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

21 years agoadd structure for handling table columns in fo/FOInputHandler and its subclasses...
William Victor Mote [Tue, 16 Sep 2003 17:33:07 +0000 (17:33 +0000)]
add structure for handling table columns in fo/FOInputHandler and its subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085

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

21 years agomake RtfColorTable.getColorNumber return an Integer instead of int, so that it can...
William Victor Mote [Tue, 16 Sep 2003 14:50:16 +0000 (14:50 +0000)]
make RtfColorTable.getColorNumber return an Integer instead of int, so that it can return a null value -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23082

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

21 years agocorrect computation of integer conversion, as per patch submitted by Peter Herweg...
William Victor Mote [Tue, 16 Sep 2003 14:14:04 +0000 (14:14 +0000)]
correct computation of integer conversion, as per patch submitted by Peter Herweg -- see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23080

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

21 years ago1. convert fo/FOTreeVisitor to an interface
William Victor Mote [Tue, 16 Sep 2003 05:21:07 +0000 (05:21 +0000)]
1. convert fo/FOTreeVisitor to an interface
2. give all FOTreeVisitor methods a unique name (instead of overloading)

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

21 years agoadd <version> tag to most documents
William Victor Mote [Mon, 15 Sep 2003 20:54:03 +0000 (20:54 +0000)]
add <version> tag to most documents

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

21 years agoRemoved apparent patching problem
Joerg Pietschmann [Mon, 15 Sep 2003 18:29:15 +0000 (18:29 +0000)]
Removed apparent patching problem

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

21 years agomake instance variables protected instead of private to make subclassing easier
William Victor Mote [Mon, 15 Sep 2003 17:45:49 +0000 (17:45 +0000)]
make instance variables protected instead of private to make subclassing easier

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

21 years agoPartial implementation of region border properties.
Glen Mazza [Sun, 14 Sep 2003 21:28:38 +0000 (21:28 +0000)]
Partial implementation of region border properties.
Note: File contains several *temporary* debugging statements while work is progressing.

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

21 years agoChange to have the fo:region-body display "on top" in cases of overlap with the other...
Glen Mazza [Sun, 14 Sep 2003 19:32:44 +0000 (19:32 +0000)]
Change to have the fo:region-body display "on top" in cases of overlap with the other fo:regions.

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

21 years agoNew element mapping created to handle Batik extension elements.
Glen Mazza [Sat, 13 Sep 2003 22:55:16 +0000 (22:55 +0000)]
New element mapping created to handle Batik extension elements.

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

21 years agoAdded Andreas to our list of contributors (secured his permission first.)
Glen Mazza [Sat, 13 Sep 2003 21:05:25 +0000 (21:05 +0000)]
Added Andreas to our list of contributors (secured his permission first.)

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

21 years agoconvert DOS line-endings to Unix (oops)
William Victor Mote [Sat, 13 Sep 2003 19:57:28 +0000 (19:57 +0000)]
convert DOS line-endings to Unix (oops)

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

21 years agoapply patch submitted by Jeff Turner to get FOP's site working with Forrest 0.5 ...
William Victor Mote [Sat, 13 Sep 2003 19:44:22 +0000 (19:44 +0000)]
apply patch submitted by Jeff Turner to get FOP's site working with Forrest 0.5 -- see http://marc.theaimsgroup.com/?l=fop-dev&m=106327974618690&w=2

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

21 years agoLink to XSLTC getting started page added.
Glen Mazza [Sat, 13 Sep 2003 14:51:19 +0000 (14:51 +0000)]
Link to XSLTC getting started page added.

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

21 years agoApplied Thomas DeWeese's (Batik team) patches to the transcoder code.
Glen Mazza [Sat, 13 Sep 2003 14:23:40 +0000 (14:23 +0000)]
Applied Thomas DeWeese's (Batik team) patches to the transcoder code.
patch info: http://marc.theaimsgroup.com/?l=fop-dev&m=106318855328310&w=2

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

21 years ago1. tie the LMIter objects to their LM "parent"
William Victor Mote [Fri, 12 Sep 2003 18:57:34 +0000 (18:57 +0000)]
1. tie the LMIter objects to their LM "parent"
2. tie the PageLayoutManager object to its parent LayoutManagerLS
3. create methods for going up the LM tree to get to the LayoutManagerLS
4. store an AddLMVisitor object in LayoutManagerLS so that subclasses can be stored there and used instead of AddLMVisitor itself (so that third-party users can subclass instead of modifying AddLMVisitor)
5. use the stored AddLMVisitor instead of creating one for each LMIter
6. add some accessor methods to AddLMVisitor so that subclasses can use Lists stored therein

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

21 years agoadd InlineAreaVisitor interface to make Area Tree more independent of Rendering
William Victor Mote [Wed, 10 Sep 2003 18:42:22 +0000 (18:42 +0000)]
add InlineAreaVisitor interface to make Area Tree more independent of Rendering

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

21 years agoremove unneeded reference to Renderer from within the area package
William Victor Mote [Wed, 10 Sep 2003 06:25:36 +0000 (06:25 +0000)]
remove unneeded reference to Renderer from within the area package

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

21 years agoChanges to PDFTextPainter to accomodate new Batik library.
Glen Mazza [Tue, 9 Sep 2003 19:44:22 +0000 (19:44 +0000)]
Changes to PDFTextPainter to accomodate new Batik library.

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

21 years agoChanges to PSTextPainter to accomodate new Batik library.
Glen Mazza [Tue, 9 Sep 2003 19:43:49 +0000 (19:43 +0000)]
Changes to PSTextPainter to accomodate new Batik library.

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

21 years agoNightly build version to accomodate new Batik API changes.
Glen Mazza [Tue, 9 Sep 2003 19:06:36 +0000 (19:06 +0000)]
Nightly build version to accomodate new Batik API changes.

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

21 years agoadd support for font-size and font-weight, as per patch from Peter Herweg (mailto...
William Victor Mote [Tue, 9 Sep 2003 14:31:08 +0000 (14:31 +0000)]
add support for font-size and font-weight, as per patch from Peter Herweg (mailto:pherweg@web.de)

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

21 years agoremove global import statements
William Victor Mote [Mon, 8 Sep 2003 17:00:56 +0000 (17:00 +0000)]
remove global import statements

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

21 years agoremove extraneous import statement
William Victor Mote [Mon, 8 Sep 2003 16:32:01 +0000 (16:32 +0000)]
remove extraneous import statement

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

21 years agoMoved three committers to inactive status.
Glen Mazza [Thu, 4 Sep 2003 05:15:07 +0000 (05:15 +0000)]
Moved three committers to inactive status.

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

21 years agoRemove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in...
William Victor Mote [Tue, 2 Sep 2003 13:56:40 +0000 (13:56 +0000)]
Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in a higher level class (currently Driver), and accessing it from there. Cleaner design, uses less memory, at the expense of some additional processing time to come up the tree to find the information.

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

21 years agoRemove all storage of fo/FOInputHandler from within the FO Tree itself, in favor...
William Victor Mote [Tue, 2 Sep 2003 01:31:36 +0000 (01:31 +0000)]
Remove all storage of fo/FOInputHandler from within the FO Tree itself, in favor of storing it one time in apps/Document and getting it from there when needed. Makes everything cleaner, and uses less memory, at the probable expense of some processing time (to go up the tree to get to Document).

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

21 years agomove storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented...
William Victor Mote [Mon, 1 Sep 2003 19:21:07 +0000 (19:21 +0000)]
move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document)

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

21 years agoremove some convoluted and unnecessary logic -- we already know the Document that...
William Victor Mote [Mon, 1 Sep 2003 18:48:10 +0000 (18:48 +0000)]
remove some convoluted and unnecessary logic -- we already know the Document that is being processed

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

21 years agocheckstyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 18:33:05 +0000 (18:33 +0000)]
checkstyle/javadoc changes only

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

21 years agoclean up some gump javadoc warnings
William Victor Mote [Mon, 1 Sep 2003 14:19:35 +0000 (14:19 +0000)]
clean up some gump javadoc warnings

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

21 years ago1. reduce visibility of many classes
William Victor Mote [Mon, 1 Sep 2003 14:11:51 +0000 (14:11 +0000)]
1. reduce visibility of many classes
2. some style/javadoc changes

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

21 years agostyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 13:42:35 +0000 (13:42 +0000)]
style/javadoc changes only

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

21 years agostyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 13:31:24 +0000 (13:31 +0000)]
style/javadoc changes only

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

21 years agoadd comments about current implementation of block-container object, submitted by...
William Victor Mote [Mon, 1 Sep 2003 12:15:52 +0000 (12:15 +0000)]
add comments about current implementation of block-container object, submitted by Chris Bowditch [bowditch_chris@hotmail.com]; see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22811

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

21 years ago1. Partial implementation of fo:region-xxx and background-color property
Glen Mazza [Mon, 1 Sep 2003 01:28:51 +0000 (01:28 +0000)]
1.  Partial implementation of fo:region-xxx and background-color property
in AWTRenderer.

2.  ColorType has a new getAWTColor() method, also alpha() function renamed
to getAlpha(). Definition of Alpha values switched to make consistent with
java.awt.Color (i.e., 0 is transparent and 1 is opaque).

3.  AbstractRenderer's handleViewportTraits() renamed to handleRegionTraits()
to lesson confusion (FOP has three types of viewports--
Page, Region, and Block--handleViewportTraits() was only good for Region.)

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

21 years agoDocument paging within AWTRenderer & PreviewDialog activated (no content yet, just...
Glen Mazza [Sat, 30 Aug 2003 21:14:52 +0000 (21:14 +0000)]
Document paging within AWTRenderer & PreviewDialog activated (no content yet, just blank pages).

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

21 years ago1. move some data structures related to used glyphs from fonts/MultiByteFont to super...
William Victor Mote [Sat, 30 Aug 2003 18:52:35 +0000 (18:52 +0000)]
1. move some data structures related to used glyphs from fonts/MultiByteFont to superclass fonts/CIDFont
2. move getSubsetWidths() from fonts/CIDFont (and subclass) to pdf/PDFFactory

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

21 years agoremove todo item for disconnecting image processing from pdf
William Victor Mote [Sat, 30 Aug 2003 18:05:24 +0000 (18:05 +0000)]
remove todo item for disconnecting image processing from pdf

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

21 years agofor generic FOP image processing (i.e. not related to rendering), use java.awt.Color...
William Victor Mote [Sat, 30 Aug 2003 17:59:54 +0000 (17:59 +0000)]
for generic FOP image processing (i.e. not related to rendering), use java.awt.Color instead of pdf.PDFColor

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

21 years agostore a collection of StaticContentLayoutManager objects, keyed by flow-name, to...
William Victor Mote [Fri, 29 Aug 2003 20:02:11 +0000 (20:02 +0000)]
store a collection of StaticContentLayoutManager objects, keyed by flow-name, to be used instead of creating new ones each time one is needed

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

21 years ago(Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer...
Glen Mazza [Thu, 28 Aug 2003 23:43:50 +0000 (23:43 +0000)]
(Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer page).

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

21 years agomove svg classes related to the FO Tree building from svg to fo/extensions/svg
William Victor Mote [Thu, 28 Aug 2003 19:49:45 +0000 (19:49 +0000)]
move svg classes related to the FO Tree building from svg to fo/extensions/svg

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

21 years agomove layoutmgr/MinOptMax to traits/MinOptMax
William Victor Mote [Thu, 28 Aug 2003 19:08:59 +0000 (19:08 +0000)]
move layoutmgr/MinOptMax to traits/MinOptMax

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

21 years agomove fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager...
William Victor Mote [Thu, 28 Aug 2003 18:03:13 +0000 (18:03 +0000)]
move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager.getStaticContentLayoutManager()

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

21 years agomove renderXML() from apps/FOUserAgent to render/AbstractRenderer
William Victor Mote [Thu, 28 Aug 2003 17:27:42 +0000 (17:27 +0000)]
move renderXML() from apps/FOUserAgent to render/AbstractRenderer

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

21 years agomove setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/Abstr...
William Victor Mote [Thu, 28 Aug 2003 17:13:22 +0000 (17:13 +0000)]
move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer

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

21 years agomove fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS
William Victor Mote [Wed, 27 Aug 2003 19:00:10 +0000 (19:00 +0000)]
move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS

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

21 years agomake some classes more readable by reversing the sense of some conditional logic
William Victor Mote [Wed, 27 Aug 2003 18:35:21 +0000 (18:35 +0000)]
make some classes more readable by reversing the sense of some conditional logic

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

21 years agoremove region code from /area/RegionReference in favor of those in fo/pagination...
William Victor Mote [Wed, 27 Aug 2003 18:14:46 +0000 (18:14 +0000)]
remove region code from /area/RegionReference in favor of those in fo/pagination/Region

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

21 years agoduplicate the area.RegionReference region codes in fo/pagination/Region, and use...
William Victor Mote [Wed, 27 Aug 2003 17:51:16 +0000 (17:51 +0000)]
duplicate the area.RegionReference region codes in fo/pagination/Region, and use the codes in Region from within the Region subclasses

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

21 years agomove fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager
William Victor Mote [Wed, 27 Aug 2003 15:55:34 +0000 (15:55 +0000)]
move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager

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

21 years ago1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager...
William Victor Mote [Wed, 27 Aug 2003 15:33:59 +0000 (15:33 +0000)]
1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager.makeRegionReferenceArea()
2. move fo/pagination/RegionBody.makeRegionReferenceArea() layoutmgr/PageLayoutManager.makeRegionBodyReferenceArea()

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

21 years agomove makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region...
William Victor Mote [Wed, 27 Aug 2003 01:51:06 +0000 (01:51 +0000)]
move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region to layoutmgr/PageLayoutManager

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

21 years agoremove remaining references to layout/PageMaster (all unused), and remove the class...
William Victor Mote [Wed, 27 Aug 2003 01:23:59 +0000 (01:23 +0000)]
remove remaining references to layout/PageMaster (all unused), and remove the class itself

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

21 years agoinstead of storing and cloning page reference-area and viewport objects for each...
William Victor Mote [Wed, 27 Aug 2003 01:13:44 +0000 (01:13 +0000)]
instead of storing and cloning page reference-area and viewport objects for each SimplePageMaster, create them on the fly (there will shortly be no convenient place to store the templates, and any performance benefit to cloning would appear to be small)

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

21 years ago1. extract method getSimpleMasterPageToUse()
William Victor Mote [Wed, 27 Aug 2003 00:36:14 +0000 (00:36 +0000)]
1. extract method getSimpleMasterPageToUse()
2. clean up signature for createPage()

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

21 years agoremove unused method
William Victor Mote [Wed, 27 Aug 2003 00:10:39 +0000 (00:10 +0000)]
remove unused method

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

21 years agomove field that tracks which SimplePageMaster to use (currentSimplePageMaster) from...
William Victor Mote [Wed, 27 Aug 2003 00:01:14 +0000 (00:01 +0000)]
move field that tracks which SimplePageMaster to use (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager

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

21 years agoremove unused imports
William Victor Mote [Tue, 26 Aug 2003 22:22:37 +0000 (22:22 +0000)]
remove unused imports

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

21 years agomove logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager...
William Victor Mote [Tue, 26 Aug 2003 22:11:17 +0000 (22:11 +0000)]
move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager.createSimplePageMasterAreas()

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

21 years agoUpdate to indicate the border-collapse property is partially implemented (instead...
Glen Mazza [Tue, 26 Aug 2003 21:56:28 +0000 (21:56 +0000)]
Update to indicate the border-collapse property is partially implemented (instead of not implemented.)

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

21 years agoUpdated the tables-collapse property on several tables from "separate" to "collapse".
Glen Mazza [Tue, 26 Aug 2003 21:52:39 +0000 (21:52 +0000)]
Updated the tables-collapse property on several tables from "separate" to "collapse".

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

21 years agomove fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager
William Victor Mote [Tue, 26 Aug 2003 20:32:26 +0000 (20:32 +0000)]
move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager

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

21 years ago1. make fo/flow/Table.columns store fo columns instead of column layout managers
William Victor Mote [Tue, 26 Aug 2003 19:51:20 +0000 (19:51 +0000)]
1. make fo/flow/Table.columns store fo columns instead of column layout managers
2. move fo/flow/TableColumn.getLayoutManager() to layoutmgr/AddLMVisitor.getTableColumnLayoutManager()
3. have layoutmgr/AddLMVisitor.serveVisitor(Table node) loop through the fo/flow/Table.columns collection and build its layout manager collection from it

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

21 years agoremove unused import
William Victor Mote [Tue, 26 Aug 2003 19:31:14 +0000 (19:31 +0000)]
remove unused import

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

21 years agodon't try to create bookmarks in output unless there are some in the input (getting...
William Victor Mote [Tue, 26 Aug 2003 19:28:46 +0000 (19:28 +0000)]
don't try to create bookmarks in output unless there are some in the input (getting NPE)

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

21 years agoremove invalid imports
William Victor Mote [Tue, 26 Aug 2003 18:10:59 +0000 (18:10 +0000)]
remove invalid imports

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

21 years agomove extensions package to fo.extensions (primarily to show that these classes are...
William Victor Mote [Tue, 26 Aug 2003 17:17:59 +0000 (17:17 +0000)]
move extensions package to fo.extensions (primarily to show that these classes are only related to the FO Tree itself)

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

21 years agoremove unused field
William Victor Mote [Tue, 26 Aug 2003 16:58:57 +0000 (16:58 +0000)]
remove unused field

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

21 years agomove fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumb...
William Victor Mote [Tue, 26 Aug 2003 16:48:28 +0000 (16:48 +0000)]
move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea()

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

21 years agoremove unused field
William Victor Mote [Tue, 26 Aug 2003 15:49:22 +0000 (15:49 +0000)]
remove unused field

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

21 years agochange cryptic method name
William Victor Mote [Tue, 26 Aug 2003 15:05:33 +0000 (15:05 +0000)]
change cryptic method name

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

21 years agomove fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListIt...
William Victor Mote [Tue, 26 Aug 2003 14:35:42 +0000 (14:35 +0000)]
move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemLabelLayoutManager()

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

21 years agoremove unused import
William Victor Mote [Mon, 25 Aug 2003 18:19:03 +0000 (18:19 +0000)]
remove unused import

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

21 years agomove fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListIte...
William Victor Mote [Mon, 25 Aug 2003 18:10:30 +0000 (18:10 +0000)]
move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemBodyLayoutManager()

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

21 years agomove fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()
William Victor Mote [Mon, 25 Aug 2003 17:06:46 +0000 (17:06 +0000)]
move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()

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

21 years agoremove unneeded field fo/flow/Leader.leaderArea
William Victor Mote [Mon, 25 Aug 2003 15:37:03 +0000 (15:37 +0000)]
remove unneeded field fo/flow/Leader.leaderArea

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

21 years ago1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisitor.getIF...
William Victor Mote [Sun, 24 Aug 2003 22:15:51 +0000 (22:15 +0000)]
1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisitor.getIFOInlineArea()
2. remove unneeded field fo/flow/InstreamForeignObject.areaCurrent

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

21 years agomove fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExternalGra...
William Victor Mote [Sun, 24 Aug 2003 19:22:59 +0000 (19:22 +0000)]
move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExternalGraphicInlineArea()

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

21 years agomove fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacterInlineArea()
William Victor Mote [Sun, 24 Aug 2003 18:52:19 +0000 (18:52 +0000)]
move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacterInlineArea()

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

21 years agomake area/CTM.getCTMandRelDims() more general by decoupling it from fo/PropertyManager
William Victor Mote [Sun, 24 Aug 2003 18:04:07 +0000 (18:04 +0000)]
make area/CTM.getCTMandRelDims() more general by decoupling it from fo/PropertyManager

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

21 years agomove property resolution logic from area/CTM.getCTMandRelDims() back to fo/PropertyMa...
William Victor Mote [Sun, 24 Aug 2003 17:46:10 +0000 (17:46 +0000)]
move property resolution logic from area/CTM.getCTMandRelDims() back to fo/PropertyManager

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

21 years agoadd workaround for property absolute-position not implemented
William Victor Mote [Sun, 24 Aug 2003 17:11:34 +0000 (17:11 +0000)]
add workaround for property absolute-position not implemented

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

21 years agomove fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), adding...
William Victor Mote [Sat, 23 Aug 2003 19:26:30 +0000 (19:26 +0000)]
move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), adding PropertyManager as a parameter, and making the method static.

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