]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
20 years agoEliminated currently unused code
Peter Bernard West [Fri, 16 Apr 2004 05:15:16 +0000 (05:15 +0000)]
Eliminated currently unused code

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197512 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded getFlowName()
Peter Bernard West [Fri, 16 Apr 2004 05:12:34 +0000 (05:12 +0000)]
Added getFlowName()
Fixed erroneous exception messages

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197511 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded HashMap of ArrayLists of static-content subtrees, indexed by flow-name
Peter Bernard West [Fri, 16 Apr 2004 05:09:10 +0000 (05:09 +0000)]
Added HashMap of ArrayLists of static-content subtrees, indexed by flow-name
Provide access to umodifiable Map of above

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197510 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded renderThread based on Runnable Renderer
Peter Bernard West [Thu, 15 Apr 2004 11:48:26 +0000 (11:48 +0000)]
Added renderThread based on Runnable Renderer
Started AWT renderer
Started renderThread
Moved relevant variables closer to run method
Added Javadoc comments to many variables
Modified thread monitoring and shutdown loop to
a timed join on the render thread with termination
based on the termination of the fo thread
public void setRenderer(String) changed to
public Renderer getRenderer(String)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197509 13f79535-47bb-0310-9956-ffa450edef68

20 years agoDisable PreviewDialog
Peter Bernard West [Thu, 15 Apr 2004 11:33:47 +0000 (11:33 +0000)]
Disable PreviewDialog
Return from finishng() on InterruptedException

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197508 13f79535-47bb-0310-9956-ffa450edef68

20 years agoDisabled fop startup from within PreviewDialog
Peter Bernard West [Thu, 15 Apr 2004 11:31:42 +0000 (11:31 +0000)]
Disabled fop startup from within PreviewDialog

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197507 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded setRenderThread()
Peter Bernard West [Thu, 15 Apr 2004 11:29:58 +0000 (11:29 +0000)]
Added setRenderThread()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197506 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved InputHandler references to maintain compatibility with AWTRenderer
Peter Bernard West [Thu, 15 Apr 2004 08:04:24 +0000 (08:04 +0000)]
Removed InputHandler references to maintain compatibility with AWTRenderer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197505 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved currently unused code from HEAD
Peter Bernard West [Thu, 15 Apr 2004 08:01:50 +0000 (08:01 +0000)]
Removed currently unused code from HEAD
Added generation of GraphicsEnvironment and getGraphicsEnvironment
Implements Runnable; added run method
Added thread termination condition

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197504 13f79535-47bb-0310-9956-ffa450edef68

20 years ago*** empty log message ***
Peter Bernard West [Thu, 15 Apr 2004 07:49:09 +0000 (07:49 +0000)]
*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197503 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdd getGraphicsEnvironment
Peter Bernard West [Thu, 15 Apr 2004 07:46:19 +0000 (07:46 +0000)]
Add getGraphicsEnvironment

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197502 13f79535-47bb-0310-9956-ffa450edef68

20 years agoGenerate and return a GraphicsEnvironment
Peter Bernard West [Thu, 15 Apr 2004 07:45:08 +0000 (07:45 +0000)]
Generate and return a GraphicsEnvironment

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197501 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded usage rport using org.apache.commons.cli.HelpFormatter
Peter Bernard West [Thu, 15 Apr 2004 07:09:40 +0000 (07:09 +0000)]
Added usage rport using org.apache.commons.cli.HelpFormatter

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197500 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded AWT specific rendering details:
Peter Bernard West [Thu, 15 Apr 2004 07:02:18 +0000 (07:02 +0000)]
Added AWT specific rendering details:
Renderer provides a GraphicsEnvironment for use in layout
Added getGraphicsEnvironment
Added renderer initialisation for AWT
Set default logging level to INFO (java.util.logging)
Removed redundant setInputHandler method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197499 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated details on getAscender bug
Peter Bernard West [Thu, 18 Mar 2004 04:50:11 +0000 (04:50 +0000)]
Updated details on getAscender bug

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197462 13f79535-47bb-0310-9956-ffa450edef68

20 years agostartRenderer and stopRenderer methods removed.
Peter Bernard West [Tue, 16 Mar 2004 12:17:53 +0000 (12:17 +0000)]
startRenderer and stopRenderer methods removed.
Many fields and their setter removed - use general options setter.
Commented out many fields until design of rendering in alt-design is finalised.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197455 13f79535-47bb-0310-9956-ffa450edef68

20 years agostartRenderer and stopRenderer methods commented out
Peter Bernard West [Tue, 16 Mar 2004 12:07:08 +0000 (12:07 +0000)]
startRenderer and stopRenderer methods commented out

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197454 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAssume getAscent bug is now fixed
Peter Bernard West [Tue, 16 Mar 2004 12:02:37 +0000 (12:02 +0000)]
Assume getAscent bug is now fixed

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197453 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSynchronized changes to base URL handling from HEAD.
Peter Bernard West [Tue, 16 Mar 2004 06:49:35 +0000 (06:49 +0000)]
Synchronized changes to base URL handling from HEAD.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197452 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSynchronized changes to base URL handling from HEAD.
Peter Bernard West [Tue, 16 Mar 2004 06:49:03 +0000 (06:49 +0000)]
Synchronized changes to base URL handling from HEAD.
Mods to the way options are set in Renderer.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197451 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved UserConfigFileName entry from system config,
Peter Bernard West [Sun, 14 Mar 2004 11:54:41 +0000 (11:54 +0000)]
Removed UserConfigFileName entry from system config,
and included note that it is now imposssible to specify
user level config in the system config file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197449 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMerged Driver into Fop
Peter Bernard West [Sun, 14 Mar 2004 11:21:27 +0000 (11:21 +0000)]
Merged Driver into Fop

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197448 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFixes to options hierarchy
Peter Bernard West [Sun, 14 Mar 2004 03:12:36 +0000 (03:12 +0000)]
Fixes to options hierarchy

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197447 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFixes to options hierarchy
Peter Bernard West [Sun, 14 Mar 2004 02:44:53 +0000 (02:44 +0000)]
Fixes to options hierarchy

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197446 13f79535-47bb-0310-9956-ffa450edef68

20 years agoTidied up to suppress Eclipse nagging
Peter Bernard West [Sat, 13 Mar 2004 08:46:05 +0000 (08:46 +0000)]
Tidied up to suppress Eclipse nagging

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197445 13f79535-47bb-0310-9956-ffa450edef68

20 years agoReconstructed FOPOptions as:
Peter Bernard West [Sat, 13 Mar 2004 08:44:23 +0000 (08:44 +0000)]
Reconstructed FOPOptions as:
 SystemOptions
 UserOptions extends SystemOptions
 CLI_Options extends UserOptions
Moved all configuration-related classes into org.apache.fop.configuration

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197444 13f79535-47bb-0310-9956-ffa450edef68

20 years agoCosmetic changes to keep Eclipse happy
Peter Bernard West [Wed, 10 Mar 2004 12:36:53 +0000 (12:36 +0000)]
Cosmetic changes to keep Eclipse happy

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197442 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRequired to compile AWT renderer
Peter Bernard West [Wed, 10 Mar 2004 06:42:31 +0000 (06:42 +0000)]
Required to compile AWT renderer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197441 13f79535-47bb-0310-9956-ffa450edef68

20 years agoImported AWT renderer from HEAD in preparation for area generation and rendering...
Peter Bernard West [Wed, 10 Mar 2004 06:27:30 +0000 (06:27 +0000)]
Imported AWT renderer from HEAD in preparation for area generation and rendering experiments.
Hacks to allow compilation.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197440 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved unnecessary import
Peter Bernard West [Mon, 8 Mar 2004 23:01:13 +0000 (23:01 +0000)]
Removed unnecessary import

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197436 13f79535-47bb-0310-9956-ffa450edef68

20 years agoInitialize system properties for logging before setting up Logger.
Peter Bernard West [Mon, 8 Mar 2004 22:59:55 +0000 (22:59 +0000)]
Initialize system properties for logging before setting up Logger.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197435 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUse local reference to Fop.logger to set level.
Peter Bernard West [Mon, 8 Mar 2004 22:57:57 +0000 (22:57 +0000)]
Use local reference to Fop.logger to set level.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197434 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUse local reference to Fop.logger.
Peter Bernard West [Mon, 8 Mar 2004 22:51:12 +0000 (22:51 +0000)]
Use local reference to Fop.logger.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197433 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMoved getConfResourceFile to ...configuration.ConfigurationResource.
Peter Bernard West [Mon, 8 Mar 2004 22:49:05 +0000 (22:49 +0000)]
Moved getConfResourceFile to ...configuration.ConfigurationResource.
Use local reference to Fop.logger.
Modify usage of logger to reduce verbosity.
Modify usage of OptionBuilder to stop complaints from Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197432 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated copyright dates
Peter Bernard West [Mon, 8 Mar 2004 21:54:55 +0000 (21:54 +0000)]
Updated copyright dates

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197431 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated copyright dates
Peter Bernard West [Mon, 8 Mar 2004 21:40:41 +0000 (21:40 +0000)]
Updated copyright dates

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197430 13f79535-47bb-0310-9956-ffa450edef68

20 years agoLogger name changed to 'log' in superclass
Peter Bernard West [Mon, 8 Mar 2004 21:14:50 +0000 (21:14 +0000)]
Logger name changed to 'log' in superclass

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197429 13f79535-47bb-0310-9956-ffa450edef68

20 years agoConsolidated logging calls in dumpConfiguration
Peter Bernard West [Mon, 8 Mar 2004 21:08:37 +0000 (21:08 +0000)]
Consolidated logging calls in dumpConfiguration

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197428 13f79535-47bb-0310-9956-ffa450edef68

20 years agoExtracted configuration resource location into class methods
Peter Bernard West [Mon, 8 Mar 2004 21:07:11 +0000 (21:07 +0000)]
Extracted configuration resource location into class methods
of this (new) class.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197427 13f79535-47bb-0310-9956-ffa450edef68

20 years agoDropped createParser back to super class InputHandler.
Peter Bernard West [Mon, 8 Mar 2004 21:02:27 +0000 (21:02 +0000)]
Dropped createParser back to super class InputHandler.
Changed related methods from call to instance.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197426 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMade log instance variable
Peter Bernard West [Mon, 8 Mar 2004 20:46:29 +0000 (20:46 +0000)]
Made log instance variable

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197425 13f79535-47bb-0310-9956-ffa450edef68

20 years agoChange the way Logger is accessed
Peter Bernard West [Mon, 8 Mar 2004 12:42:22 +0000 (12:42 +0000)]
Change the way Logger is accessed

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197424 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFor configuring java.util.logging
Peter Bernard West [Mon, 8 Mar 2004 12:38:32 +0000 (12:38 +0000)]
For configuring java.util.logging

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197423 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUsed OptionBuilder for all args
Peter Bernard West [Sat, 6 Mar 2004 06:16:56 +0000 (06:16 +0000)]
Used OptionBuilder for all args

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197420 13f79535-47bb-0310-9956-ffa450edef68

20 years ago*** empty log message ***
Peter Bernard West [Sat, 6 Mar 2004 06:08:39 +0000 (06:08 +0000)]
*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197419 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFor later use in integrating alt-design with HEAD
Peter Bernard West [Sat, 6 Mar 2004 06:03:44 +0000 (06:03 +0000)]
For later use in integrating alt-design with HEAD

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197418 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUsed for CLI option sprocessing in FOPOptions
Peter Bernard West [Sat, 6 Mar 2004 06:00:19 +0000 (06:00 +0000)]
Used for CLI option sprocessing in FOPOptions

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197417 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMade Configuration instance.
Peter Bernard West [Sat, 6 Mar 2004 05:59:10 +0000 (05:59 +0000)]
Made Configuration instance.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197416 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdjusted for Configuration instance, and use of java.util.logging
Peter Bernard West [Sat, 6 Mar 2004 05:56:58 +0000 (05:56 +0000)]
Adjusted for Configuration instance, and use of java.util.logging

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197415 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAligned Alt-Design apps more with HEAD.
Peter Bernard West [Sat, 6 Mar 2004 05:53:16 +0000 (05:53 +0000)]
Aligned Alt-Design apps more with HEAD.
Made Configuration instance.
Echoed HEAD in using of InputHandler, FOFileHandler and XSLTInputHandler
Used org.apache.commons.cli.Options for CLI processing.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197414 13f79535-47bb-0310-9956-ffa450edef68

20 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Sat, 6 Mar 2004 05:53:16 +0000 (05:53 +0000)]
This commit was manufactured by cvs2svn to create branch
'FOP_0-20-0_Alt-Design'.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197413 13f79535-47bb-0310-9956-ffa450edef68

20 years agoClean up unused file.
Peter Bernard West [Mon, 1 Mar 2004 05:24:38 +0000 (05:24 +0000)]
Clean up unused file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197399 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved references to deleted file.
Peter Bernard West [Mon, 1 Mar 2004 05:23:40 +0000 (05:23 +0000)]
Removed references to deleted file.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197398 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved 'throws IndexOutOfBoundsException' clause from Node(Node) constructor.
Peter Bernard West [Sat, 28 Feb 2004 02:10:06 +0000 (02:10 +0000)]
Removed 'throws IndexOutOfBoundsException' clause from Node(Node) constructor.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197397 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded page-sequence and generated-by args to Area constructor.
Peter Bernard West [Sat, 28 Feb 2004 02:06:44 +0000 (02:06 +0000)]
Added page-sequence and generated-by args to Area constructor.
Modified Viewport and ReferenceArea classes to handle appropriate functions.
Constructor modifications to match superclasses.
Some synchronization of unsynchronized methods.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197396 13f79535-47bb-0310-9956-ffa450edef68

20 years agoConstructor modifications to match superclasses
Peter Bernard West [Sat, 28 Feb 2004 02:03:54 +0000 (02:03 +0000)]
Constructor modifications to match superclasses

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197395 13f79535-47bb-0310-9956-ffa450edef68

20 years agoCleaned up Javadoc link to inaccessible method.
Peter Bernard West [Thu, 26 Feb 2004 00:00:49 +0000 (00:00 +0000)]
Cleaned up Javadoc link to inaccessible method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197379 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved Javadoc link to deprecated SAX1 method to stop Eclipse whining
Peter Bernard West [Wed, 25 Feb 2004 23:59:56 +0000 (23:59 +0000)]
Removed Javadoc link to deprecated SAX1 method to stop Eclipse whining

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197378 13f79535-47bb-0310-9956-ffa450edef68

20 years agoCleaned up Javadoc link to inaccessible method.
Peter Bernard West [Wed, 25 Feb 2004 23:54:47 +0000 (23:54 +0000)]
Cleaned up Javadoc link to inaccessible method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197377 13f79535-47bb-0310-9956-ffa450edef68

20 years agoCleaned up Javadoc link to inaccessible method.
Peter Bernard West [Wed, 25 Feb 2004 23:40:29 +0000 (23:40 +0000)]
Cleaned up Javadoc link to inaccessible method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197376 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRenamed variables called 'enum' at the behst of jikes 1.19
Peter Bernard West [Wed, 25 Feb 2004 23:12:34 +0000 (23:12 +0000)]
Renamed variables called 'enum' at the behst of jikes 1.19

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197375 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded makePageId method.
Peter Bernard West [Wed, 25 Feb 2004 22:33:54 +0000 (22:33 +0000)]
Added makePageId method.
Cleaned up Javadoc link to inaccessible method.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197374 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMade sync object mutable.
Peter Bernard West [Wed, 25 Feb 2004 22:23:11 +0000 (22:23 +0000)]
Made sync object mutable.
Added getter and setter.
Added constructor for self-synced tree root object.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197373 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded long pageId.
Peter Bernard West [Wed, 25 Feb 2004 22:02:25 +0000 (22:02 +0000)]
Added long pageId.
Modified constructors to match.
Removed getKey() method.
Added constructor for self-synchronized tree root object.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197372 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded a no-argument constructor to build a subtree root area synced on itself
Peter Bernard West [Wed, 25 Feb 2004 12:28:58 +0000 (12:28 +0000)]
Added a no-argument constructor to build a subtree root area synced on itself

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197371 13f79535-47bb-0310-9956-ffa450edef68

20 years agoLogger instance made public
Peter Bernard West [Wed, 25 Feb 2004 04:50:17 +0000 (04:50 +0000)]
Logger instance made public

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197369 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore Area stubs
Peter Bernard West [Tue, 24 Feb 2004 13:41:27 +0000 (13:41 +0000)]
More Area stubs

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197367 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated Licence to 2.0
Peter Bernard West [Tue, 24 Feb 2004 08:53:03 +0000 (08:53 +0000)]
Updated Licence to 2.0
Adjusted clone()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197366 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRenamed toi CoordTransformer
Peter Bernard West [Tue, 24 Feb 2004 07:57:51 +0000 (07:57 +0000)]
Renamed toi CoordTransformer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197365 13f79535-47bb-0310-9956-ffa450edef68

20 years agoImplement Cloneable.
Peter Bernard West [Tue, 24 Feb 2004 07:56:34 +0000 (07:56 +0000)]
Implement Cloneable.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197364 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMore stubs for area processing.
Peter Bernard West [Tue, 24 Feb 2004 07:54:00 +0000 (07:54 +0000)]
More stubs for area processing.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197363 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdjusted for new stubs
Peter Bernard West [Mon, 23 Feb 2004 13:18:37 +0000 (13:18 +0000)]
Adjusted for new stubs

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197362 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated Licence to 2.0
Peter Bernard West [Thu, 19 Feb 2004 04:00:12 +0000 (04:00 +0000)]
Updated Licence to 2.0

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197360 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFix the backtrack churning on long files
Peter Bernard West [Thu, 19 Feb 2004 03:59:10 +0000 (03:59 +0000)]
Fix the backtrack churning on long files

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197359 13f79535-47bb-0310-9956-ffa450edef68

20 years agoChanged to Licence 2.0
Peter Bernard West [Thu, 19 Feb 2004 03:11:58 +0000 (03:11 +0000)]
Changed to Licence 2.0

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197358 13f79535-47bb-0310-9956-ffa450edef68

20 years agoNot required
Peter Bernard West [Thu, 19 Feb 2004 02:17:11 +0000 (02:17 +0000)]
Not required

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197357 13f79535-47bb-0310-9956-ffa450edef68

20 years agoTidied up the start and end conditions for the changes.
Peter Bernard West [Thu, 19 Feb 2004 01:49:30 +0000 (01:49 +0000)]
Tidied up the start and end conditions for the changes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197356 13f79535-47bb-0310-9956-ffa450edef68

20 years agoExtended some comments
Peter Bernard West [Mon, 16 Feb 2004 00:15:29 +0000 (00:15 +0000)]
Extended some comments

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197355 13f79535-47bb-0310-9956-ffa450edef68

20 years agoSynchronize the clone() method
Peter Bernard West [Sun, 15 Feb 2004 03:45:52 +0000 (03:45 +0000)]
Synchronize the clone() method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197354 13f79535-47bb-0310-9956-ffa450edef68

20 years agoMoved usageCount and useConditionalMaster() from PageMasterAlternatives to PageMaster...
Peter Bernard West [Thu, 12 Feb 2004 06:42:45 +0000 (06:42 +0000)]
Moved usageCount and useConditionalMaster() from PageMasterAlternatives to PageMasterIterator.
Changed iterator from post-increment to pre-increment:
  initialized master index to -1;
  modified hasNext() to check for exhaustion of final master.
Made PageMasterIterator cloneable:
  removed finished[] array;
  synchronized updates of usageCount and currentMasterIndex.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197353 13f79535-47bb-0310-9956-ffa450edef68

20 years agoW.I.P.
Peter Bernard West [Wed, 11 Feb 2004 06:38:18 +0000 (06:38 +0000)]
W.I.P.
Added iterator for traversing the sequence master.
TODO - support pushback and fail modes for iterator.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197351 13f79535-47bb-0310-9956-ffa450edef68

20 years agoProperty defined then undefined by the editors prior to XSL 1.1
Peter Bernard West [Tue, 10 Feb 2004 13:06:40 +0000 (13:06 +0000)]
Property defined then undefined by the editors prior to XSL 1.1

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197345 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdding some XSL 1.1 properties.
Peter Bernard West [Tue, 10 Feb 2004 12:51:23 +0000 (12:51 +0000)]
Adding some XSL 1.1 properties.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197344 13f79535-47bb-0310-9956-ffa450edef68

20 years agoUpdated copyright notice
Peter Bernard West [Mon, 9 Feb 2004 02:47:14 +0000 (02:47 +0000)]
Updated copyright notice

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197341 13f79535-47bb-0310-9956-ffa450edef68

20 years agoBorrowed from HEAD
Peter Bernard West [Sun, 8 Feb 2004 14:11:25 +0000 (14:11 +0000)]
Borrowed from HEAD

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197340 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAccompanies Licence 2.0
Peter Bernard West [Sat, 7 Feb 2004 06:20:22 +0000 (06:20 +0000)]
Accompanies Licence 2.0

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197337 13f79535-47bb-0310-9956-ffa450edef68

20 years agoLicence 2.0
Peter Bernard West [Sat, 7 Feb 2004 06:18:16 +0000 (06:18 +0000)]
Licence 2.0

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197336 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded private method hasNextNode() as the implementation
Peter Bernard West [Wed, 4 Feb 2004 12:17:51 +0000 (12:17 +0000)]
Added private method hasNextNode() as the implementation
of hasNode().  Made constructors refer to this method to
bypass scope problems in the superclass constructor for
SyncedNode.PreOrder, etc.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197323 13f79535-47bb-0310-9956-ffa450edef68

20 years agoRemoved debugging info
Peter Bernard West [Wed, 4 Feb 2004 12:14:27 +0000 (12:14 +0000)]
Removed debugging info

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197322 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAddition of org.apache.fop.fo.FOPageSeqNode.
Peter Bernard West [Mon, 2 Feb 2004 02:01:44 +0000 (02:01 +0000)]
Addition of org.apache.fop.fo.FOPageSeqNode.
Changed most grandchildren of fo:page-sequence to FOPageSeqNodes.
Changed method of generating new flow objects - removed reflection.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197309 13f79535-47bb-0310-9956-ffa450edef68

20 years agoThis file is always generated by a build.
Peter Bernard West [Sun, 1 Feb 2004 10:02:07 +0000 (10:02 +0000)]
This file is always generated by a build.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197308 13f79535-47bb-0310-9956-ffa450edef68

20 years ago*** empty log message ***
Peter Bernard West [Sun, 1 Feb 2004 08:12:00 +0000 (08:12 +0000)]
*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197307 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFixed Copyright years.
Peter Bernard West [Sun, 1 Feb 2004 05:49:10 +0000 (05:49 +0000)]
Fixed Copyright years.
Varioable name changes to match type name.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197306 13f79535-47bb-0310-9956-ffa450edef68

20 years agoFixed Copyright year.
Peter Bernard West [Sun, 1 Feb 2004 05:47:38 +0000 (05:47 +0000)]
Fixed Copyright year.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197305 13f79535-47bb-0310-9956-ffa450edef68

20 years agoChanges to delete task in clean.
Peter Bernard West [Fri, 30 Jan 2004 05:56:32 +0000 (05:56 +0000)]
Changes to delete task in clean.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197303 13f79535-47bb-0310-9956-ffa450edef68

20 years agoNot required
Peter Bernard West [Fri, 30 Jan 2004 05:55:55 +0000 (05:55 +0000)]
Not required

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197302 13f79535-47bb-0310-9956-ffa450edef68

20 years agoAdded comments
Peter Bernard West [Fri, 30 Jan 2004 05:54:06 +0000 (05:54 +0000)]
Added comments

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197301 13f79535-47bb-0310-9956-ffa450edef68

20 years agoInitial stubs.
Peter Bernard West [Fri, 30 Jan 2004 05:52:43 +0000 (05:52 +0000)]
Initial stubs.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197300 13f79535-47bb-0310-9956-ffa450edef68

20 years agoTaken directly from area.CTM.java in HEAD
Peter Bernard West [Fri, 30 Jan 2004 05:52:13 +0000 (05:52 +0000)]
Taken directly from area.CTM.java in HEAD

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197299 13f79535-47bb-0310-9956-ffa450edef68

20 years agoScript to update licenses from 1.1 to 2.0
Peter Bernard West [Thu, 29 Jan 2004 22:40:13 +0000 (22:40 +0000)]
Script to update licenses from 1.1 to 2.0

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197298 13f79535-47bb-0310-9956-ffa450edef68