8
I Use This!
Inactive

Commits : Listings

Analyzed 16 minutes ago. based on code collected 16 minutes ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: Added missing close() on the output stream. Temporary files don't get deleted and the image file may not be properly written. Remove System.out.println() More... over 18 years ago
Default implementation for AbstractGraphics2D.drawText(ACI, float, float) so PSGraphics2D supports painting text using the AttributedCharacterIterator. Submitted by: Max Berger <max.at.berger.name> More... over 18 years ago
Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html More... almost 19 years ago
Add an optional parameter to the Service class so it can also return class names instead of (singleton) instances. This is to resurrect the behaviour we had in FOP and to fix a thread-safety issue in FOP. Test case added to test the expected behaviour. More... almost 19 years ago
en route to 1.1 More... almost 19 years ago
Read access for date values. How many times have I missed proper ISO 8601 date/time support in my life as a developer.... Some nits. More... almost 19 years ago
Docs update. More... almost 19 years ago
Making noise about XMP on projects.apache.org. More... almost 19 years ago
Javadoc improvements for the XMP framework. More... almost 19 years ago
Initial upload of the XMP metadata framework plus example code. Current functionality currently covers what is necessary to support the PDF/A-1b standard in Apache FOP. util.QName and util.XMLizable ported from FOP. More... almost 19 years ago
Generate setmiterlimit only when miter joins are used and make sure the value is not below 1. More... about 19 years ago
Change the old viewcvs.cgi to the new viewvc path of the web view of the Subversion repository More... about 19 years ago
Bugfix: The generation of the PostScript setdash command was assuming that only integer values can be used but that isn't the case. More... about 19 years ago
Merged all changes from commons-1_0 branch into trunk. More... about 19 years ago
DOAP file for Commons. More... about 19 years ago
Fix line endings. More... about 19 years ago
Minor updates to docs... Great work Jeremias More... about 19 years ago
Site deployment using SCP. Fixed validation errors. More... about 19 years ago
Skeleton for Commons website with minimal initial content. More... about 19 years ago
Just a hint. More... about 19 years ago
Added support for compiling XML Graphics Commons into a .NET DLL using IKVM. For details, see build.properties. More... about 19 years ago
Provide access to the TextHandlers. Made a couple of methods public (necessary since this stuff is now distributed in various packages) More... about 19 years ago
Additional fallback that is used in FOP. More... about 19 years ago
Javadocs fixes More... about 19 years ago
Ported the PostScript Graphics2D code from FOP. All FOP-specific font handling code has been extracted by creating a "TextHandler" interface which is responsible for all text operations. There's a default implementation (StrokingTextHandler) which paints all text as shapes. It is used if no other TextHandler instance is supplied. Added an example which shows how to use EPSDocumentGraphics2D. More... about 19 years ago
Ported basic PostScript generation infrastructure from FOP along with supporting utility classes. Jakarta Commons IO is now a dependency as per the plan in the Wiki. More... about 19 years ago
Enabled JUnit tests from the Ant build. More... about 19 years ago
Ported batik.ext.awt.g2d package to XML Graphics Commons. Will be used by the custom Graphics2D implementation which will come here. More... about 19 years ago
SVN properties only. More... about 19 years ago
Ported the ImageWriter implementations from Batik. Added the makeLinearBufferedImage from Batik's GraphicsUtil (used by one of the ImageWriters). Extended the ImageWriterRegistry to support priorities. Default priority file added. It is loaded as a resource and makes sure the ImageWriters that use the internal codecs are used before the ImageIO implementations. More... about 19 years ago