]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
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

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

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

21 years agostyle changes only
William Victor Mote [Sun, 13 Jul 2003 20:52:05 +0000 (20:52 +0000)]
style changes only

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

21 years agostyle changes only
William Victor Mote [Sun, 13 Jul 2003 03:16:11 +0000 (03:16 +0000)]
style changes only

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

21 years agoextract methods nextDecimalPoint() and nextColor() from method next(), primarily...
William Victor Mote [Sun, 13 Jul 2003 03:12:28 +0000 (03:12 +0000)]
extract methods nextDecimalPoint() and nextColor() from method next(), primarily to satisfy checkstyle's method size requirement

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

21 years agostyle changes only
William Victor Mote [Sun, 13 Jul 2003 00:59:45 +0000 (00:59 +0000)]
style changes only

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

21 years agoReconfigured ElementMapping from an interface to an abstract base class
Glen Mazza [Sat, 12 Jul 2003 21:22:04 +0000 (21:22 +0000)]
Reconfigured ElementMapping from an interface to an abstract base class
Removed FOTreeBuilder references from all ElementMapping subclasses
Simplified FOTreeBuilder ElementMapping instantiation somewhat

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

21 years ago1. add section about external resources in fo.xml
William Victor Mote [Fri, 11 Jul 2003 19:01:54 +0000 (19:01 +0000)]
1. add section about external resources in fo.xml
2. update the faq regarding external resources to point to this new section
3. update configuration.xml to include additional information about the default baseDir (which information was formerly in the faq).

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

21 years agoAdded new class render.awt.AWTPrintRenderer -- relocates PrintRenderer defined separa...
Glen Mazza [Thu, 10 Jul 2003 23:49:55 +0000 (23:49 +0000)]
Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer defined separately in PrintStarter and FopPrintServlet classes.  Note: this renderer still not functional   because parent class AWTRenderer is not finished in 1.0.

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

21 years ago1. rearrange content
William Victor Mote [Thu, 10 Jul 2003 19:57:20 +0000 (19:57 +0000)]
1. rearrange content
2. add cross-ref to configuration file

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

21 years agobreak out two subsections in the general section
William Victor Mote [Thu, 10 Jul 2003 18:33:16 +0000 (18:33 +0000)]
break out two subsections in the general section

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

21 years agoadd cross-ref back to new hyphenation document
William Victor Mote [Thu, 10 Jul 2003 17:20:31 +0000 (17:20 +0000)]
add cross-ref back to new hyphenation document

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

21 years agoMove hyphenation information out of configuration and into a separate document. Attem...
William Victor Mote [Thu, 10 Jul 2003 17:12:37 +0000 (17:12 +0000)]
Move hyphenation information out of configuration and into a separate document. Attempt here is to reduce the configuration document to only apply to the configuration file, with cross-references to other documents as needed.

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

21 years ago1. move "embedding" section under "custom"
William Victor Mote [Thu, 10 Jul 2003 16:59:29 +0000 (16:59 +0000)]
1. move "embedding" section under "custom"
2. some minor cleanup

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

21 years agoConsolidate font registration information, and add cross-references between configura...
William Victor Mote [Thu, 10 Jul 2003 06:47:38 +0000 (06:47 +0000)]
Consolidate font registration information, and add cross-references between configuration and font documents.

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

21 years agoAdded news, note about new download location
Christian Geisert [Thu, 10 Jul 2003 00:22:38 +0000 (00:22 +0000)]
Added news, note about new download location

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

21 years agopretty-print changes only.
William Victor Mote [Wed, 9 Jul 2003 19:41:15 +0000 (19:41 +0000)]
pretty-print changes only.

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

21 years ago1. rearrange some content into a summary table
William Victor Mote [Wed, 9 Jul 2003 19:31:48 +0000 (19:31 +0000)]
1. rearrange some content into a summary table
2. misc cleanup
3. working toward some consolidation

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

21 years agominor cleanup
William Victor Mote [Wed, 9 Jul 2003 18:01:42 +0000 (18:01 +0000)]
minor cleanup

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

21 years agoadd doc for remaining key-value pairs
William Victor Mote [Wed, 9 Jul 2003 17:27:07 +0000 (17:27 +0000)]
add doc for remaining key-value pairs

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

21 years ago1. move strokeSVGText documentation from graphics.xml to configuration.xml
William Victor Mote [Wed, 9 Jul 2003 17:10:06 +0000 (17:10 +0000)]
1. move strokeSVGText documentation from graphics.xml to configuration.xml
2. add summary table in configuration.xml
3. minor cleanup in graphics.xml

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

21 years agofix ugly typo
William Victor Mote [Wed, 9 Jul 2003 16:10:35 +0000 (16:10 +0000)]
fix ugly typo

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

21 years agoreformulate introductory section for clarity
William Victor Mote [Wed, 9 Jul 2003 16:06:14 +0000 (16:06 +0000)]
reformulate introductory section for clarity

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

21 years agoClarifying comment re: input. Fix a typo.
William Victor Mote [Wed, 9 Jul 2003 12:54:35 +0000 (12:54 +0000)]
Clarifying comment re: input. Fix a typo.

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