You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremias Maerki 25072c1b24 Merged changes from Trunk (minus JARs). 14 years ago
..
ASCII85Filter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
ASCIIHexFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
AbstractPDFFontStream.java Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead of unnecessarily re-defining the setupFilterList method, sub-classes just define a getDefaultFilterName method 15 years ago
AbstractPDFStream.java Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead of unnecessarily re-defining the setupFilterList method, sub-classes just define a getDefaultFilterName method 15 years ago
AlphaRasterImage.java Bugzilla #45795: 15 years ago
BitmapImage.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
CCFFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
CMapBuilder.java FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. 15 years ago
DCTFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
DestinationComparator.java Style only: fix indentation 17 years ago
FlateFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
InMemoryStreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
NullFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFAMode.java Bugfix: PDF/A-1a mode was not properly reported. 14 years ago
PDFAction.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFAnnotList.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFArray.java Bugzilla #46705: 15 years ago
PDFCIDFont.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFCIDFontDescriptor.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFCIDSystemInfo.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFCIELabColorSpace.java Added support for the cie-lab-color() function that is found in the current XSL 2.0 design notes. 14 years ago
PDFCMap.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFCharProcs.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFColor.java Cleanup of PDFColor, removing unused functionality. PDFColor is only used for transparent color of bitmap images in which case only sRGB and Gray are needed. 14 years ago
PDFColorHandler.java Added class ColorWithFallback used for recreating function strings. 14 years ago
PDFColorSpace.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFConformanceException.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFDestination.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFDests.java Bugfix: Some string objects were not encrypted (for example in named destinations) 16 years ago
PDFDeviceColorSpace.java Bugzilla #49403: 14 years ago
PDFDictionary.java Bugfix: need to properly escape the PDF names in a dictionary (bug triggered by my PDF plug-in) 14 years ago
PDFDocument.java Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
PDFEncoding.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFEncryption.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFEncryptionJCE.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFEncryptionManager.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFEncryptionParams.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFactory.java Bugfix for gradients with mixed color spaces: the original color was not replaced in the list which cause faulty PDFs. 14 years ago
PDFFileSpec.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFilterException.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFilterList.java PDF Output: Made sure the XMP Metadata stream is never compressed. 15 years ago
PDFFont.java FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. 15 years ago
PDFFontDescriptor.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFontNonBase14.java Added just a bit more information to find out what's wrong. 14 years ago
PDFFontTrueType.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFontType0.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFontType1.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFontType3.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFFormXObject.java Put the /Resources reference directly into the underlying dictionary and handle null cases since /Resources is optional on a Form XObject. 14 years ago
PDFFunction.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFGState.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFGoTo.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFGoToRemote.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFICCBasedColorSpace.java Made part of setupsRGBColorProfile method synchronized to avoid ConcurrentModificationException when PDF documents are being produced in multiple threads 14 years ago
PDFICCStream.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFImage.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFImageXObject.java Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead of unnecessarily re-defining the setupFilterList method, sub-classes just define a getDefaultFilterName method 15 years ago
PDFInfo.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFInternalLink.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFLaunch.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFLink.java Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
PDFMetadata.java Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead of unnecessarily re-defining the setupFilterList method, sub-classes just define a getDefaultFilterName method 15 years ago
PDFName.java Merged changes from Trunk (minus JARs). 14 years ago
PDFNameTreeNode.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFNames.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFNull.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFNumber.java Bugfix for formatting of floating point numbers which could lead to invalid PDFs. 14 years ago
PDFNumberTreeNode.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFNumsArray.java Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
PDFObject.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFOutline.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFOutputIntent.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFPage.java Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
PDFPageLabels.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFPages.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFPaintingState.java Performance improvements and file-size reductions by introducing letter-spacing and word-spacing attributes in new IF (as mentioned on fop-dev). 15 years ago
PDFParentTree.java Renamed some variables and methods for consistency. 14 years ago
PDFPathPaint.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFPattern.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFProfile.java Enabled support for PDF/A-1a now that we have Tagged PDF, Natural Language Specification and alternate descriptions (fox:alt-text). 15 years ago
PDFRectangle.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFReference.java Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 15 years ago
PDFResourceContext.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFResources.java Bugzilla #49403: 14 years ago
PDFRoot.java Renamed some variables and methods for consistency. 14 years ago
PDFSeparationColorSpace.java Bugzilla #49403: 14 years ago
PDFShading.java equals implementation violated spec -> replaced with new contentEquals function 14 years ago
PDFStream.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFStructElem.java Extracted code related to logical structure out of PDFDocumentHandler and put it in its own PDFLogicalStructureHandler class. Vastly simplified the building of the structure tree in the same time. 14 years ago
PDFStructTreeRoot.java Renamed some variables and methods for consistency. 14 years ago
PDFT1Stream.java Now using the "font" filter list entry for font streams. 15 years ago
PDFTTFStream.java Now using the "font" filter list entry for font streams. 15 years ago
PDFText.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFTextUtil.java Bugfix for leading glyph adjust in TJ array. 16 years ago
PDFToUnicodeCMap.java FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in encodings to help PDF text extractors interpreting characters. 15 years ago
PDFUri.java Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 15 years ago
PDFWArray.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFWritable.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFXMode.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
PDFXObject.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
StreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
StreamCacheFactory.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
TempFileStreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
TransitionDictionary.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 years ago
package.html * PDFImageHandler interface split into ImageHandler and PDFImageHandler. 15 years ago
sRGB Color Space Profile.icm Improved JUnit report creation. 18 years ago
sRGB Color Space Profile.icm.LICENSE.txt Improved JUnit report creation. 18 years ago