/[Apache-SVN]
ViewVC logotype

Revision 1344594


Jump to revision: Previous Next
Author: mehdi
Date: Thu May 31 08:33:36 2012 UTC (11 years, 11 months ago)
Changed paths: 396 (showing only 100; show all)
Log Message:
Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/build.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleAWTViewer.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleDOM2PDF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleFO2JPSPrint.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleFO2OldStylePrint.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleFO2PDF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleFO2PDFUsingSAXParser.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleFO2RTF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleObj2PDF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/ExampleXML2PDF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/MultipleFO2PDF.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/atxml/ExampleConcat.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/atxml/ExampleStamp.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/events/ExampleEvents.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/intermediate/ExampleConcat.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/examples/embedding/java/embedding/intermediate/ExampleStamp.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPDataObjectInfo.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/AFPBase12FontCollection.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/AFPFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/AbstractOutlineFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/CharacterSetBuilder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/DoubleByteFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/OutlineFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/RasterFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/util/DefaultFOPResourceAccessor.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/EnvironmentProfile.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/EnvironmentalProfileFactory.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FOURIResolver.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FOUserAgent.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/Fop.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopConfParser.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopFactory.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopFactoryBuilder.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopFactoryConfig.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopFactoryConfigurator.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/ added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/DefaultResourceResolver.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/FOURIResolver.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/Resource.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/ResourceResolver.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/URIResolverWrapper.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/package.html added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/area/AreaTreeHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/area/AreaTreeParser.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/cli/CommandLineOptions.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/cli/IFInputHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/cli/InputHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fo/FOTreeBuilder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fo/PropertyList.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fo/flow/ExternalGraphic.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/CIDFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/CustomFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/CustomFontCollection.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/DefaultFontConfig.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/DefaultFontConfigurator.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/EmbedFontInfo.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontAdder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontCache.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontCacheManager.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontCacheManagerFactory.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontConfig.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontConfigurator.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontDetector.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontDetectorFactory.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontInfoConfigurator.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontManagerConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontResolver.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontSetup.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/FontTriplet.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/LazyFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/MultiByteFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/MutableFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/SingleByteFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/apps/TTFReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/FontFileReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/type1/PFBParser.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/type1/PFMFile.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/type1/Type1FontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/layoutmgr/ExternalDocumentLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFAMode.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFEncryptionParams.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFFactory.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFResources.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFXMode.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/AbstractConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/AbstractRendererConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/AbstractRendererMaker.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/DefaultFontResolver.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/PrintRenderer.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/PrintRendererConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/RendererConfig.java added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26