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.
Peter Hancock 65e12053cb Addressed findbugs and checkstyle regressions 12 vuotta sitten
..
ASCII85Filter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
ASCIIHexFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
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 vuotta sitten
AbstractPDFStream.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
AlphaRasterImage.java Bugzilla #49733: 14 vuotta sitten
BitmapImage.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
CCFFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
CMapBuilder.java Bugzilla #49733: 14 vuotta sitten
DCTFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
DestinationComparator.java Bugzilla #49733: 14 vuotta sitten
FileIDGenerator.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
FlateFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
InMemoryStreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
NullFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFAMode.java Bugfix: PDF/A-1a mode was not properly reported. 14 vuotta sitten
PDFAction.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFAnnotList.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFArray.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
PDFCIDFont.java Fixed indentation 14 vuotta sitten
PDFCIDFontDescriptor.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFCIDSystemInfo.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFCIELabColorSpace.java Added support for the cie-lab-color() function that is found in the current XSL 2.0 design notes. 14 vuotta sitten
PDFCMap.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFCharProcs.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
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 vuotta sitten
PDFColorHandler.java Checkstyle fixes 13 vuotta sitten
PDFColorSpace.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFConformanceException.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFDestination.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFDests.java Bugfix: Some string objects were not encrypted (for example in named destinations) 16 vuotta sitten
PDFDeviceColorSpace.java Bugzilla #49403: 14 vuotta sitten
PDFDictionary.java Bugfix: need to properly escape the PDF names in a dictionary (bug triggered by my PDF plug-in) 14 vuotta sitten
PDFDocument.java Removed the DOM representation of the structure tree. 12 vuotta sitten
PDFEmbeddedFile.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
PDFEmbeddedFiles.java Resolved conflict (ClassCastException) with named destinations which in contrast to embedded files adds single objects (producing two values) to the kids array instead of a key/value pairs. 14 vuotta sitten
PDFEncoding.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFEncryption.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
PDFEncryptionJCE.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
PDFEncryptionManager.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
PDFEncryptionParams.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
PDFFactory.java Fix FO tree hierarchy: BasicLink shouldn't inherit from Inline 12 vuotta sitten
PDFFileSpec.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
PDFFilter.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFilterException.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFilterList.java PDF Output: Made sure the XMP Metadata stream is never compressed. 16 vuotta sitten
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 vuotta sitten
PDFFontDescriptor.java Fixed indentation 14 vuotta sitten
PDFFontNonBase14.java Added just a bit more information to find out what's wrong. 14 vuotta sitten
PDFFontTrueType.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFontType0.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFontType1.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFontType3.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFFormXObject.java Put the /Resources reference directly into the underlying dictionary and handle null cases since /Resources is optional on a Form XObject. 14 vuotta sitten
PDFFunction.java Fixed indentation 14 vuotta sitten
PDFGState.java equals implementation violated spec -> replaced with new contentEquals function 14 vuotta sitten
PDFGoTo.java Bugzilla #44460: 14 vuotta sitten
PDFGoToRemote.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
PDFICCBasedColorSpace.java Fix for a potential NPE when painting vector graphics with non-sRGB colors. 13 vuotta sitten
PDFICCStream.java Fix for a potential NPE when painting vector graphics with non-sRGB colors. 13 vuotta sitten
PDFImage.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
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 vuotta sitten
PDFInfo.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFInternalLink.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFJavaScriptLaunchAction.java Improvements/Bugfixes for PDF attachments (embedded files): 14 vuotta sitten
PDFLaunch.java Bugzilla #49733: 14 vuotta sitten
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 vuotta sitten
PDFMetadata.java Small improvement for XMP generation. 13 vuotta sitten
PDFName.java Merge from Trunk, revisions 965390 to 1060234. 13 vuotta sitten
PDFNameTreeNode.java Resolved conflict (ClassCastException) with named destinations which in contrast to embedded files adds single objects (producing two values) to the kids array instead of a key/value pairs. 14 vuotta sitten
PDFNames.java Resolved conflict (ClassCastException) with named destinations which in contrast to embedded files adds single objects (producing two values) to the kids array instead of a key/value pairs. 14 vuotta sitten
PDFNull.java Removed a bunch of javadoc warnings in addition to patch 49733 14 vuotta sitten
PDFNumber.java Bugfix for formatting of floating point numbers which could lead to invalid PDFs. 14 vuotta sitten
PDFNumberTreeNode.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
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 vuotta sitten
PDFObject.java Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 vuotta sitten
PDFOutline.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFOutputIntent.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
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 vuotta sitten
PDFPageLabels.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFPages.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFPaintingState.java Adjust to changes in XML Graphics Commons: 13 vuotta sitten
PDFParentTree.java Renamed some variables and methods for consistency. 14 vuotta sitten
PDFPathPaint.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFPattern.java Fixed indentation 14 vuotta sitten
PDFProfile.java Removed the DOM representation of the structure tree. 12 vuotta sitten
PDFRectangle.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFReference.java Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 15 vuotta sitten
PDFResourceContext.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFResources.java Merge from Trunk, revisions 1060235 to 1069383. 13 vuotta sitten
PDFRoot.java Addressed findbugs and checkstyle regressions 12 vuotta sitten
PDFSeparationColorSpace.java Bugzilla #49403: 14 vuotta sitten
PDFShading.java Fixed indentation 14 vuotta sitten
PDFStream.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFStructElem.java Addressed findbugs and checkstyle regressions 12 vuotta sitten
PDFStructTreeRoot.java Renamed some variables and methods for consistency. 14 vuotta sitten
PDFT1Stream.java Now using the "font" filter list entry for font streams. 15 vuotta sitten
PDFTTFStream.java Now using the "font" filter list entry for font streams. 15 vuotta sitten
PDFText.java Fixed javadoc, checkstyle and ant warnings 14 vuotta sitten
PDFTextUtil.java Fixed regression introduced with rev 1095887: 13 vuotta sitten
PDFToUnicodeCMap.java Removed a bunch of javadoc warnings in addition to patch 49733 14 vuotta sitten
PDFUri.java Forgot to add link support. First version added now. Generalizing this for the IF is not so easy it seems. 15 vuotta sitten
PDFWArray.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFWritable.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFXMode.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
PDFXObject.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
StreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
StreamCacheFactory.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
TempFileStreamCache.java Fed up with all those trailing whitespaces. Let's remove them all (once... and for all?) 16 vuotta sitten
TransitionDictionary.java Bugzilla #49733: 14 vuotta sitten
package.html * PDFImageHandler interface split into ImageHandler and PDFImageHandler. 15 vuotta sitten
sRGB Color Space Profile.icm Improved JUnit report creation. 18 vuotta sitten
sRGB Color Space Profile.icm.LICENSE.txt Improved JUnit report creation. 18 vuotta sitten