aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Testcase. Joerg Pietschmann2003-09-276-35/+12
| | | | | | | | Some style changes. Replace FIXME with TODO git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196939 13f79535-47bb-0310-9956-ffa450edef68
* Patch to sitemap to allow compliance.html to be generated in V5.0Glen Mazza2003-09-271-1/+1
| | | | | | | (w/help from Jeff Turner, Forrest Team) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196938 13f79535-47bb-0310-9956-ffa450edef68
* port maintenance branch improvements in apps/FOPException to the trunkWilliam Victor Mote2003-09-251-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196937 13f79535-47bb-0310-9956-ffa450edef68
* reset background-color for each paragraph, submitted by Peter Herweg, see ↵William Victor Mote2003-09-211-3/+8
| | | | | | 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
* 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewerGlen Mazza2003-09-2125-79/+66
| | | | | | | | 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
* style changes onlyWilliam Victor Mote2003-09-191-61/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196928 13f79535-47bb-0310-9956-ffa450edef68
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ↵William Victor Mote2003-09-196-4/+190
| | | | | | 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
* *** empty log message ***Joerg Pietschmann2003-09-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196926 13f79535-47bb-0310-9956-ffa450edef68
* SAX filter providing a MD5 checksum for ensuring XML input integrity.Joerg Pietschmann2003-09-192-0/+360
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196925 13f79535-47bb-0310-9956-ffa450edef68
* Add possibility to set creation date.Joerg Pietschmann2003-09-194-51/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196924 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports. Joerg Pietschmann2003-09-1918-132/+77
| | | | | | | A bit of JavaDoc cosmetics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196923 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-09-185-467/+475
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196922 13f79535-47bb-0310-9956-ffa450edef68
* changes for RTF tables, submitted by Peter Herweg, see ↵William Victor Mote2003-09-188-18/+1229
| | | | | | 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
* add accessor methods for currentDocumentWilliam Victor Mote2003-09-171-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196920 13f79535-47bb-0310-9956-ffa450edef68
* set the (default) LayoutStrategy only if it has not been set alreadyWilliam Victor Mote2003-09-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196919 13f79535-47bb-0310-9956-ffa450edef68
* Added a link on XSLT stylesheet caching (from a recent email) to the ↵Glen Mazza2003-09-161-1/+2
| | | | | | embedding page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196918 13f79535-47bb-0310-9956-ffa450edef68
* trigger event handling for start and end of table, cell, column, and row, ↵William Victor Mote2003-09-164-2/+62
| | | | | | 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
* add structure for handling table columns in fo/FOInputHandler and its ↵William Victor Mote2003-09-164-0/+58
| | | | | | 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
* make RtfColorTable.getColorNumber return an Integer instead of int, so that ↵William Victor Mote2003-09-162-15/+15
| | | | | | 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
* correct computation of integer conversion, as per patch submitted by Peter ↵William Victor Mote2003-09-161-1/+1
| | | | | | 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
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1678-371/+629
| | | | | | | 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
* add <version> tag to most documentsWilliam Victor Mote2003-09-1556-78/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196912 13f79535-47bb-0310-9956-ffa450edef68
* Removed apparent patching problemJoerg Pietschmann2003-09-151-10/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196911 13f79535-47bb-0310-9956-ffa450edef68
* make instance variables protected instead of private to make subclassing easierWilliam Victor Mote2003-09-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196910 13f79535-47bb-0310-9956-ffa450edef68
* Partial implementation of region border properties.Glen Mazza2003-09-141-21/+36
| | | | | | | 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
* Change to have the fo:region-body display "on top" in cases of overlap with ↵Glen Mazza2003-09-141-2/+6
| | | | | | the other fo:regions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196908 13f79535-47bb-0310-9956-ffa450edef68
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-132-0/+105
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196907 13f79535-47bb-0310-9956-ffa450edef68
* Added Andreas to our list of contributors (secured his permission first.)Glen Mazza2003-09-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196906 13f79535-47bb-0310-9956-ffa450edef68
* convert DOS line-endings to Unix (oops)William Victor Mote2003-09-131-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196905 13f79535-47bb-0310-9956-ffa450edef68
* apply patch submitted by Jeff Turner to get FOP's site working with Forrest ↵William Victor Mote2003-09-136-5/+451
| | | | | | 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
* Link to XSLTC getting started page added.Glen Mazza2003-09-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196903 13f79535-47bb-0310-9956-ffa450edef68
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-133-30/+14
| | | | | | | 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
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-128-22/+101
| | | | | | | | | | | 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
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-1010-113/+287
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196900 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded reference to Renderer from within the area packageWilliam Victor Mote2003-09-102-22/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196899 13f79535-47bb-0310-9956-ffa450edef68
* Changes to PDFTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196898 13f79535-47bb-0310-9956-ffa450edef68
* Changes to PSTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196897 13f79535-47bb-0310-9956-ffa450edef68
* Nightly build version to accomodate new Batik API changes.Glen Mazza2003-09-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196896 13f79535-47bb-0310-9956-ffa450edef68
* add support for font-size and font-weight, as per patch from Peter Herweg ↵William Victor Mote2003-09-091-0/+18
| | | | | | (mailto:pherweg@web.de) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196893 13f79535-47bb-0310-9956-ffa450edef68
* remove global import statementsWilliam Victor Mote2003-09-0826-200/+181
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196891 13f79535-47bb-0310-9956-ffa450edef68
* remove extraneous import statementWilliam Victor Mote2003-09-081-13/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196890 13f79535-47bb-0310-9956-ffa450edef68
* Moved three committers to inactive status.Glen Mazza2003-09-041-46/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196889 13f79535-47bb-0310-9956-ffa450edef68
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it ↵William Victor Mote2003-09-029-25/+43
| | | | | | 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
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in ↵William Victor Mote2003-09-0215-86/+31
| | | | | | 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
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl ↵William Victor Mote2003-09-014-19/+25
| | | | | | (implemented in apps/Document) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196886 13f79535-47bb-0310-9956-ffa450edef68
* remove some convoluted and unnecessary logic -- we already know the Document ↵William Victor Mote2003-09-011-7/+3
| | | | | | that is being processed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196885 13f79535-47bb-0310-9956-ffa450edef68
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-019-37/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196884 13f79535-47bb-0310-9956-ffa450edef68
* clean up some gump javadoc warningsWilliam Victor Mote2003-09-014-23/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196883 13f79535-47bb-0310-9956-ffa450edef68
* 1. reduce visibility of many classesWilliam Victor Mote2003-09-011-15/+11
| | | | | | | 2. some style/javadoc changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196882 13f79535-47bb-0310-9956-ffa450edef68
* style/javadoc changes onlyWilliam Victor Mote2003-09-015-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196881 13f79535-47bb-0310-9956-ffa450edef68