]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
21 years agocreate fo/FOTreeControl interface, and make control/Document implement it, to further...
William Victor Mote [Tue, 19 Aug 2003 05:19:21 +0000 (05:19 +0000)]
create fo/FOTreeControl interface, and make control/Document implement it, to further encapsulate the FO Tree

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

21 years agoremove unused interface
William Victor Mote [Tue, 19 Aug 2003 04:34:34 +0000 (04:34 +0000)]
remove unused interface

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

21 years ago1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor conce...
William Victor Mote [Tue, 19 Aug 2003 00:53:55 +0000 (00:53 +0000)]
1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2)
2. Add fo/FOTreeVisitor and layoutmgr/AddLMVisitor
3. Remove all occurrences of addLayoutManager in fo/FObj subclasses, replacing them with equivalent methods in AddLMVisitor

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

21 years ago1. tie Document to fo.FOTreeBuilder and fo.pagination.Root
William Victor Mote [Sat, 16 Aug 2003 06:43:51 +0000 (06:43 +0000)]
1. tie Document to fo.FOTreeBuilder and fo.pagination.Root
2. add getDocument() method to FONode (using this.parent for all nodes except Root)
3. start using getDocument() to gain access to font collections stored in Document

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

21 years agoRemoved error message when logger not explicitly set; Driver will continue to use...
Glen Mazza [Fri, 15 Aug 2003 20:37:51 +0000 (20:37 +0000)]
Removed error message when logger not explicitly set; Driver will continue to use ConsoleLogger as default in such circumstances.  (Allows for coding simple command-line processes without needing to explicitly code in Avalon ConsoleLoggers)

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

21 years agoadd back test to make sure a renderer is present, which is needed for StructureRenderers
William Victor Mote [Fri, 15 Aug 2003 18:53:18 +0000 (18:53 +0000)]
add back test to make sure a renderer is present, which is needed for StructureRenderers

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

21 years agoget generated font files to use new Typeface class name
William Victor Mote [Fri, 15 Aug 2003 18:08:23 +0000 (18:08 +0000)]
get generated font files to use new Typeface class name

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

21 years ago1. integrate Document and LayoutStrategy into workflow
William Victor Mote [Fri, 15 Aug 2003 15:52:10 +0000 (15:52 +0000)]
1. integrate Document and LayoutStrategy into workflow
2. make Document a child of Driver and start integrating this hierarchy

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

21 years agomove font constants from control.Document to fonts.Font
William Victor Mote [Thu, 14 Aug 2003 19:16:41 +0000 (19:16 +0000)]
move font constants from control.Document to fonts.Font

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

21 years ago1. add infrastructure for LayoutStrategy
William Victor Mote [Thu, 14 Aug 2003 18:53:29 +0000 (18:53 +0000)]
1. add infrastructure for LayoutStrategy
2. add infrastructure for move of layoutmgr logic out of fo package

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

21 years agomove layout.FontState to fonts.Font
William Victor Mote [Thu, 14 Aug 2003 15:31:10 +0000 (15:31 +0000)]
move layout.FontState to fonts.Font

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

21 years agomove fonts.Font to fonts.Typeface (in preparation for moving layout.FontState to...
William Victor Mote [Thu, 14 Aug 2003 14:59:56 +0000 (14:59 +0000)]
move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState to fonts.Font)

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

21 years ago1. create control package
William Victor Mote [Thu, 14 Aug 2003 07:42:59 +0000 (07:42 +0000)]
1. create control package
2. move layout.FontInfo to control.Document

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

21 years ago$Id$ added to get header printed at top of file.
Glen Mazza [Wed, 13 Aug 2003 23:19:57 +0000 (23:19 +0000)]
$Id$ added to get header printed at top of file.

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

21 years agoCreated a simple example using the DOM Level 2 API for testing/demonstrating FOP's
Glen Mazza [Wed, 13 Aug 2003 23:16:14 +0000 (23:16 +0000)]
Created a simple example using the DOM Level 2 API for testing/demonstrating FOP's
DOM Document-processing capabilities.

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

21 years agoclean up documentation of new code and some checkstyle problems
William Victor Mote [Wed, 13 Aug 2003 05:32:54 +0000 (05:32 +0000)]
clean up documentation of new code and some checkstyle problems

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

21 years ago1.) CommandLineStarter removed, its functionality placed directly into Fop.main().
Glen Mazza [Tue, 12 Aug 2003 22:40:49 +0000 (22:40 +0000)]
1.) CommandLineStarter removed, its functionality placed directly into Fop.main().
Fop.main() now responsible for taking command-line input as provided from
CommandLineOptions, and activating a Driver instance with that data.

2.) Minor cleanup of error messages in CommandLineOptions.

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

21 years ago1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler).
Glen Mazza [Tue, 12 Aug 2003 21:36:43 +0000 (21:36 +0000)]
1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler).

2. CommandLineStarter made a top-level class, and abstract Starter class removed.
(only one starter being used for command line, regardless of renderer.)

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

21 years agoRenamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new...
Glen Mazza [Tue, 12 Aug 2003 21:17:44 +0000 (21:17 +0000)]
Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new FOInputHandler in the fo package.

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

21 years agomove render.pdf.FontReader to fonts.FontReader
William Victor Mote [Tue, 12 Aug 2003 18:27:35 +0000 (18:27 +0000)]
move render.pdf.FontReader to fonts.FontReader

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

21 years agomove the "common" property classes from layout to fo.properties, renaming them with...
William Victor Mote [Tue, 12 Aug 2003 18:02:46 +0000 (18:02 +0000)]
move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix

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

21 years ago1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or docume...
William Victor Mote [Tue, 12 Aug 2003 06:30:04 +0000 (06:30 +0000)]
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object
2. move logic that starts layout from fo.FOTreeHandler to apps.Driver.
3. add logic to apps.Driver to handle the events fired from fo.FOTreeHandler
4. end result is that FOTreeHandler now allows other objects to handle page-sequence and document objects in a manner similar to the way SAX allows them to handle XML elements.

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

21 years ago1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or docume...
William Victor Mote [Tue, 12 Aug 2003 06:18:43 +0000 (06:18 +0000)]
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object
2. move logic that starts layout from fo.FOTreeHandler to apps.Driver.
3. add logic to apps.Driver to handle the events fired from fo.FOTreeHandler
4. end result is that FOTreeHandler now allows other objects to handle page-sequence and document objects in a manner similar to the way SAX allows them to handle XML elements.

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

21 years agoremoved info about old download location
Christian Geisert [Tue, 12 Aug 2003 00:00:52 +0000 (00:00 +0000)]
removed info about old download location
fixed broken links to archives.apache.org

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

21 years ago1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.
Glen Mazza [Mon, 11 Aug 2003 23:47:22 +0000 (23:47 +0000)]
1.  AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.
2.  New AWTRenderer constructor -- takes an InputHandler object which
    is used for the document refreshing/reloading.
3.  PreviewDialog's reload() functionality now handled via Driver instead of
    AWTStarter.
4.  Class AWTStarter removed:  AWT generation now activated via CommandLineStarter.

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

21 years agoadd some doc for fox:continued-label
William Victor Mote [Mon, 11 Aug 2003 23:37:38 +0000 (23:37 +0000)]
add some doc for fox:continued-label

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

21 years ago1. add documentation of fox:destination
William Victor Mote [Mon, 11 Aug 2003 23:18:08 +0000 (23:18 +0000)]
1. add documentation of fox:destination
2. break explanation of fox: namespace into a separate section so that it is clear that it applies to all of the fox: extensions
3. some other minor cleanup

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

21 years agoset up render(XMLReader, InputSource) as the main render() method, and normalize...
William Victor Mote [Mon, 11 Aug 2003 18:08:06 +0000 (18:08 +0000)]
set up render(XMLReader, InputSource) as the main render() method, and normalize render(Document document) to this form.

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

21 years agofix minor checkstyle errors
William Victor Mote [Mon, 11 Aug 2003 17:51:25 +0000 (17:51 +0000)]
fix minor checkstyle errors

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

21 years agosome javadoc changes
William Victor Mote [Mon, 11 Aug 2003 17:44:15 +0000 (17:44 +0000)]
some javadoc changes

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

21 years agoMoved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.
Glen Mazza [Sun, 10 Aug 2003 15:43:13 +0000 (15:43 +0000)]
Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.
Gave the AWTRenderer access to the PrintViewer frame that displays the document.
Moved rendering status messages from AWTStarter to AWTRenderer and PrintDialog.

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

21 years agoFix: setOptions() for AWTRenderer not being called.
Glen Mazza [Fri, 8 Aug 2003 22:56:15 +0000 (22:56 +0000)]
Fix:  setOptions() for AWTRenderer not being called.

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

21 years agoRemoved empty setProducer() from AWTRenderer; can rely on base class.
Glen Mazza [Fri, 8 Aug 2003 20:43:25 +0000 (20:43 +0000)]
Removed empty setProducer() from AWTRenderer; can rely on base class.

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

21 years ago1. To facilitate comprehension of the Renderer classes, added the remaining three...
Glen Mazza [Thu, 7 Aug 2003 23:38:17 +0000 (23:38 +0000)]
1.  To facilitate comprehension of the Renderer classes, added the remaining three methods in the Renderer interface to AbstractRenderer: startRenderer(), stopRenderer(), and setupFontInfo().  SetupFontInfo() remains abstract, the other two have blank definitions.
2.  Removed the blank definitions of startRenderer() and stopRenderer() from PrintRenderer, these are now defined in AbstractRenderer.
3.  Member string variables "producer" and "creator" were added to AbstractRenderer and are now populated by its setProducer() and setCreator() methods; removed these functions from the several subclasses that were handling these strings equivalently.

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

21 years agoSafer handling of treebuilder variable within Driver.reset(), also Driver.setRenderer...
Glen Mazza [Tue, 5 Aug 2003 22:39:51 +0000 (22:39 +0000)]
Safer handling of treebuilder variable within Driver.reset(), also Driver.setRenderer(renderer) will now set the rendererType variable when given an AWTRenderer.

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

21 years ago1) Command-line option -l now sets default locale for entire instance, not just that...
Glen Mazza [Mon, 4 Aug 2003 18:53:17 +0000 (18:53 +0000)]
1) Command-line option -l now sets default locale for entire instance, not just that of AWTRenderer.
2) (minor) CommandLineOptions.getInputHandler() returns error if input mode not properly set.

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

21 years agovisual nitpicks fixed.
Glen Mazza [Mon, 4 Aug 2003 01:31:30 +0000 (01:31 +0000)]
visual nitpicks fixed.

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

21 years agoUpdated embedded.xml to give ViewCVS links to HEAD of the JAXP examples at the bottom.
Glen Mazza [Mon, 4 Aug 2003 01:20:03 +0000 (01:20 +0000)]
Updated embedded.xml to give ViewCVS links to HEAD of the JAXP examples at the bottom.

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

21 years ago1.) only partly implemented Run() function removed from InputHandler and its subclass...
Glen Mazza [Mon, 4 Aug 2003 00:52:16 +0000 (00:52 +0000)]
1.) only partly implemented Run() function removed from InputHandler and its subclasses; Driver.Run(InputHandler) can be used instead; now all processing centralized in Driver class.
2.) getParserClassName() moved from Driver to (to be renamed) FOInputHandler; now the same class that provides the parser provides its description.

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

21 years agoPrinterJob setup and construction moved from Driver to AWTPrintRenderer class. AWTPr...
Glen Mazza [Sat, 2 Aug 2003 21:26:53 +0000 (21:26 +0000)]
PrinterJob setup and construction moved from Driver to AWTPrintRenderer class.  AWTPrintRenderer now be instantiated without a PrinterJob object.  (Pending: for embedded programming, may still wish to have a PrinterJob-based constructor for AWTPrintRenderer, or otherwise provide an accessor method to its PrinterJob object.)

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

21 years ago1. Moved the XMLReader createParser() functionality from abstract class InputHandler...
Glen Mazza [Sat, 2 Aug 2003 01:15:20 +0000 (01:15 +0000)]
1.  Moved the XMLReader createParser() functionality from abstract class InputHandler to FOInputHandler.
2.  Added the setting of the "namespace-prefix" SAX option directly into createParser(), and removed function setParserFeatures (where it was previously being set).
3.  Removed the duplicate XMLReader creation code in Driver.run(), it now uses FOTreeBuilder.createParser().

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

21 years agoupdate with current trunk statistics
William Victor Mote [Fri, 1 Aug 2003 06:54:14 +0000 (06:54 +0000)]
update with current trunk statistics

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

21 years ago1. reverse columns
William Victor Mote [Fri, 1 Aug 2003 06:12:11 +0000 (06:12 +0000)]
1. reverse columns
2. put in correct data for 0.20.5 (note that the trunk stats are incorrect atm, they actually point to the old maintenance numbers)

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

21 years agopretty-print changes only
William Victor Mote [Fri, 1 Aug 2003 05:50:26 +0000 (05:50 +0000)]
pretty-print changes only

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

21 years agofix typo, some table problems
William Victor Mote [Fri, 1 Aug 2003 05:48:41 +0000 (05:48 +0000)]
fix typo, some table problems

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

21 years ago1. update description of maintenance branch (submitted by Clay Leeds)
William Victor Mote [Thu, 31 Jul 2003 18:43:41 +0000 (18:43 +0000)]
1. update description of maintenance branch (submitted by Clay Leeds)
2. combine the statistics into one table

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

21 years agoupdate status image (submitted by Clay Leeds)
William Victor Mote [Thu, 31 Jul 2003 18:42:40 +0000 (18:42 +0000)]
update status image (submitted by Clay Leeds)

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

21 years agoXSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler removed...
Glen Mazza [Thu, 31 Jul 2003 05:14:29 +0000 (05:14 +0000)]
XSLTInputHandler reimplemented using TraxInputHandler code.  TraxInputHandler removed.  (Retaining XSLTInputHandler because of its technology-independent name, also probably the more used class of the two.)

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

21 years agoPatch 21381: New "force" attribute added to FOP task, update to documentation.
Glen Mazza [Wed, 30 Jul 2003 22:01:35 +0000 (22:01 +0000)]
Patch 21381: New "force" attribute added to FOP task, update to documentation.
Submitted by: Sean Gilligan (seanlist at msgilligan dot com)

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

21 years ago1.) Moved the business logic for determining which starter to create from apps.Comman...
Glen Mazza [Tue, 29 Jul 2003 22:08:54 +0000 (22:08 +0000)]
1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free.

2.) Made the input and output type constants in CLO public, to make the CLO.getOutputMode() and CLO.getInputMode() accessor functions meaningful.  (Should probably make uniform with the very similar constants in the Driver class in the future.)

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

21 years agobeef up the javadoc comments explaining what these classes do
William Victor Mote [Tue, 29 Jul 2003 19:33:29 +0000 (19:33 +0000)]
beef up the javadoc comments explaining what these classes do

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

21 years agomove layoutmgr/LayoutHandler to fo/FOTreeHandler:
William Victor Mote [Tue, 29 Jul 2003 19:08:23 +0000 (19:08 +0000)]
move layoutmgr/LayoutHandler to fo/FOTreeHandler:
1. It has nothing to do with layout (its name was presumably chosen to reflect that it is used for formats where layout will be needed).
2. It is used for building FO trees. Part of the purpose here is to make the FO tree building process as self-contained as possible within the fo package.

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

21 years agorename StructureHandler to FOInputHandler to clarify that its subclasses are handling...
William Victor Mote [Tue, 29 Jul 2003 18:42:32 +0000 (18:42 +0000)]
rename StructureHandler to FOInputHandler to clarify that its subclasses are handling data for output that is either structured or laid out

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

21 years agoadd Chris Bowditch to list of active contributors
William Victor Mote [Tue, 29 Jul 2003 16:50:49 +0000 (16:50 +0000)]
add Chris Bowditch to list of active contributors

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

21 years agofix some more typos
William Victor Mote [Mon, 28 Jul 2003 23:03:22 +0000 (23:03 +0000)]
fix some more typos

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

21 years agofix bad link
William Victor Mote [Mon, 28 Jul 2003 18:26:25 +0000 (18:26 +0000)]
fix bad link

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

21 years ago1. add detail of command-line options for PFMReader and TTFReader
William Victor Mote [Mon, 28 Jul 2003 17:40:47 +0000 (17:40 +0000)]
1. add detail of command-line options for PFMReader and TTFReader
2. add more detail about the encoding issues for TTF metrics

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

21 years agofix broken link to PDF spec
William Victor Mote [Sun, 27 Jul 2003 23:50:45 +0000 (23:50 +0000)]
fix broken link to PDF spec

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

21 years agoPrintStarter simplified and then obsoleted; PrinterJob object that the AWTPrintRende...
Glen Mazza [Sun, 27 Jul 2003 20:16:03 +0000 (20:16 +0000)]
PrintStarter simplified and then obsoleted;  PrinterJob object that the AWTPrintRenderer needs is now created within Driver.

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

21 years agoadd "id" attributes to <section> tags
William Victor Mote [Sun, 27 Jul 2003 17:59:36 +0000 (17:59 +0000)]
add "id" attributes to <section> tags

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

21 years agoCreated a new overloaded method Driver.render(InputHandler), simplifies internal...
Glen Mazza [Sun, 27 Jul 2003 16:37:14 +0000 (16:37 +0000)]
Created a new overloaded method Driver.render(InputHandler), simplifies internal calls to the Driver class by centralizing parser initialization and InputSource extraction.

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

21 years agoclean up some gump javadoc warnings
William Victor Mote [Sat, 26 Jul 2003 06:14:24 +0000 (06:14 +0000)]
clean up some gump javadoc warnings

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

21 years ago1. remove version number from title
William Victor Mote [Thu, 24 Jul 2003 19:03:21 +0000 (19:03 +0000)]
1. remove version number from title
2. add better explanation of what "na" means
3. add better explanation of what the color coding does

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

21 years agoForrest/Cocoon appears to be intercepting the HTML &nbsp; at an XML level, so instead...
William Victor Mote [Thu, 24 Jul 2003 17:53:04 +0000 (17:53 +0000)]
Forrest/Cocoon appears to be intercepting the HTML &nbsp; at an XML level, so instead, we'll try putting the character entity in. We can infer from some other documents that they must be converting such characters to HTML entities.

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

21 years agoanother attempt to pass the &nbsp; HTML entity through
William Victor Mote [Thu, 24 Jul 2003 16:51:17 +0000 (16:51 +0000)]
another attempt to pass the &nbsp; HTML entity through

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

21 years agotry to pass the HTML &nbsp; entity through without XML trying to pick it up as an...
William Victor Mote [Thu, 24 Jul 2003 15:56:05 +0000 (15:56 +0000)]
try to pass the HTML &nbsp; entity through without XML trying to pick it up as an entity

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

21 years agochange "." table content placeholders to &nbsp;
William Victor Mote [Thu, 24 Jul 2003 15:30:02 +0000 (15:30 +0000)]
change "." table content placeholders to &nbsp;

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

21 years agoremove # characters from target <a> elements
William Victor Mote [Thu, 24 Jul 2003 05:39:23 +0000 (05:39 +0000)]
remove # characters from target <a> elements

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

21 years agoadded (old) news about FOP 0.20.5
Christian Geisert [Thu, 24 Jul 2003 01:10:10 +0000 (01:10 +0000)]
added (old) news about FOP 0.20.5

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

21 years agofixed wrong endtag
Christian Geisert [Thu, 24 Jul 2003 01:09:35 +0000 (01:09 +0000)]
fixed wrong endtag

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

21 years agofix typo
William Victor Mote [Mon, 21 Jul 2003 13:15:20 +0000 (13:15 +0000)]
fix typo

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

21 years agoRework the "out of memory" theme a bit.
Joerg Pietschmann [Sun, 20 Jul 2003 22:27:54 +0000 (22:27 +0000)]
Rework the "out of memory" theme a bit.

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

21 years agoAdded comments about pattern file structure and conversion
Joerg Pietschmann [Sun, 20 Jul 2003 22:27:13 +0000 (22:27 +0000)]
Added comments about pattern file structure and conversion
of TeX patterns

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

21 years agoRecast "Understanding FOP's Compliance" into a more general discussion of limitations...
William Victor Mote [Fri, 18 Jul 2003 16:39:18 +0000 (16:39 +0000)]
Recast "Understanding FOP's Compliance" into a more general discussion of limitations in general. Add a "When will feature X be implemented" FAQ to point to the discussion of limitations.

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

21 years agoUpdate my bio.
Glen Mazza [Fri, 18 Jul 2003 00:14:19 +0000 (00:14 +0000)]
Update my bio.

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

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

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

21 years agostyle changes only
William Victor Mote [Thu, 17 Jul 2003 17:31:29 +0000 (17:31 +0000)]
style changes only

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

21 years agostyle changes only
William Victor Mote [Thu, 17 Jul 2003 16:38:17 +0000 (16:38 +0000)]
style changes only

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

21 years agonew download location
Christian Geisert [Thu, 17 Jul 2003 16:29:37 +0000 (16:29 +0000)]
new download location

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

21 years agostyle changes only
William Victor Mote [Thu, 17 Jul 2003 07:21:08 +0000 (07:21 +0000)]
style changes only

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

21 years agoInter-package references between fo.flow and fo.pagination removed by moving Flow...
Glen Mazza [Thu, 17 Jul 2003 04:52:38 +0000 (04:52 +0000)]
Inter-package references between fo.flow and fo.pagination removed by moving Flow and StaticContent classes to pagination package.

Pagination.PageSequence and .Root children Title, Declarations, and ColorProfile also moved under pagination.

Rationale given here: http://marc.theaimsgroup.com/?l=fop-dev&m=105813290817472&w=2

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

21 years agostyle changes only
William Victor Mote [Wed, 16 Jul 2003 19:50:31 +0000 (19:50 +0000)]
style changes only

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

21 years agostyle changes only
William Victor Mote [Wed, 16 Jul 2003 17:36:23 +0000 (17:36 +0000)]
style changes only

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

21 years agocleanup some gump javadoc warnings
William Victor Mote [Wed, 16 Jul 2003 01:52:26 +0000 (01:52 +0000)]
cleanup some gump javadoc warnings

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

21 years agoadd caveat about accuracy of the patterns documentation
William Victor Mote [Tue, 15 Jul 2003 18:16:30 +0000 (18:16 +0000)]
add caveat about accuracy of the patterns documentation

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

21 years agostyle changes only
William Victor Mote [Tue, 15 Jul 2003 18:04:03 +0000 (18:04 +0000)]
style changes only

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

21 years agostyle changes only
William Victor Mote [Tue, 15 Jul 2003 16:18:50 +0000 (16:18 +0000)]
style changes only

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

21 years agoadd section detailing contents of pattern files
William Victor Mote [Tue, 15 Jul 2003 08:21:03 +0000 (08:21 +0000)]
add section detailing contents of pattern files

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

21 years ago1. add list of supported country/language codes for hyphenation
William Victor Mote [Tue, 15 Jul 2003 01:12:33 +0000 (01:12 +0000)]
1. add list of supported country/language codes for hyphenation
2. update FAQ to point to the new hyphenation page

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

21 years agoChange checkstyle.pattern.publicmember property, in accordance with the discussion...
William Victor Mote [Mon, 14 Jul 2003 17:46:59 +0000 (17:46 +0000)]
Change checkstyle.pattern.publicmember property, in accordance with the discussion found at: http://marc.theaimsgroup.com/?t=105805503200001&r=1&w=2

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

21 years agofix ugly little problem of having the same entry in the configuration twice, and...
William Victor Mote [Mon, 14 Jul 2003 17:31:18 +0000 (17:31 +0000)]
fix ugly little problem of having the same entry in the configuration twice, and wondering why changes to the first one are ineffective

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

21 years agostyle changes only
William Victor Mote [Mon, 14 Jul 2003 14:14:03 +0000 (14:14 +0000)]
style changes only

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

21 years agoupdated release notes for 0.20.5
Christian Geisert [Mon, 14 Jul 2003 12:30:01 +0000 (12:30 +0000)]
updated release notes for 0.20.5

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

21 years agoAdded quotes around %LOCALCLASSPATH% to avoid errors with paths containing spaces...
Jeremias Maerki [Mon, 14 Jul 2003 07:40:50 +0000 (07:40 +0000)]
Added quotes around %LOCALCLASSPATH% to avoid errors with paths containing spaces under Windows (#21070)
Submitted By: James Kilfiger <zeimusu@yahoo.co.uk>, jpabecasis@zmail.pt

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

21 years agostyle changes only
William Victor Mote [Mon, 14 Jul 2003 01:53:41 +0000 (01:53 +0000)]
style changes only

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

21 years agoremove unused local variables
William Victor Mote [Mon, 14 Jul 2003 01:26:04 +0000 (01:26 +0000)]
remove unused local variables

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

21 years agostyle changes only
William Victor Mote [Mon, 14 Jul 2003 01:12:53 +0000 (01:12 +0000)]
style changes only

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

21 years agoremove unused local variables in getInlineArea()
William Victor Mote [Mon, 14 Jul 2003 00:44:13 +0000 (00:44 +0000)]
remove unused local variables in getInlineArea()

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

21 years agoextract methods computeXOffset() and computeYOffset() from getInlineArea()
William Victor Mote [Mon, 14 Jul 2003 00:41:35 +0000 (00:41 +0000)]
extract methods computeXOffset() and computeYOffset() from getInlineArea()

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

21 years agostyle changes only
William Victor Mote [Sun, 13 Jul 2003 23:33:22 +0000 (23:33 +0000)]
style changes only

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