| Commit message (Expand) | Author | Age | Files | Lines |
* | Disabled debug outputs | Vincent Hennebert | 2007-11-05 | 1 | -1/+1 |
* | Completely reimplemented the PDFTextPainter. All SVG text (including flow tex... | Jeremias Maerki | 2007-11-03 | 12 | -482/+1028 |
* | Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_... | Jeremias Maerki | 2007-10-26 | 1 | -66/+63 |
* | Bugzilla 43274: Fix for erroneous usage of inherited color-values in SVG cont... | Andreas L. Delmelle | 2007-09-04 | 1 | -12/+4 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 6 | -11/+9 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 7 | -78/+127 |
* | Bugzilla #40729: | Jeremias Maerki | 2006-11-13 | 1 | -1/+6 |
* | My last attempt at fixing SVG gradients in PDF wasn't successful. This one is: | Jeremias Maerki | 2006-08-26 | 1 | -1/+1 |
* | Bugfix: Corrected painting of shading patterns and position of links for SVG ... | Jeremias Maerki | 2006-08-11 | 2 | -3/+18 |
* | Reestablish custom font configuration for PDFTranscoder. | Jeremias Maerki | 2006-08-02 | 1 | -1/+1 |
* | Changed license headers and updated NOTICE file according to: http://www.apac... | Jeremias Maerki | 2006-07-28 | 17 | -86/+103 |
* | Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)). | Jeremias Maerki | 2006-06-14 | 1 | -9/+19 |
* | Bugfix: The generation of the PDF "d" (setdash) command was assuming that onl... | Jeremias Maerki | 2006-04-18 | 1 | -8/+2 |
* | Bugzilla #39033: | Jeremias Maerki | 2006-04-10 | 1 | -0/+14 |
* | Switching to the Commons variants for the Graphics2D base/helper classes. | Jeremias Maerki | 2006-04-05 | 2 | -3/+4 |
* | Improved JUnit report creation. | Jeremias Maerki | 2006-04-05 | 1 | -0/+7 |
* | Bugzilla #38731:
| Jeremias Maerki | 2006-03-19 | 1 | -7/+16 |
* | Creation of Font instances centralized in FontInfo and added a cache for them... | Jeremias Maerki | 2006-02-10 | 2 | -19/+7 |
* | Added support for relative font config URLs (metrics-url and embed-url). Thes... | Manuel Mall | 2006-01-07 | 2 | -5/+5 |
* | As announced, I brought FontTriplet to more life by making it Serializable an... | Jeremias Maerki | 2005-12-22 | 2 | -8/+15 |
* | Bugzilla #37330: | Jeremias Maerki | 2005-11-14 | 1 | -2/+6 |
* | Bugzilla #37330:
| Jeremias Maerki | 2005-11-14 | 2 | -8/+36 |
* | Automated parameter rename failed because there was an instance variable call... | Jeremias Maerki | 2005-11-14 | 1 | -4/+4 |
* | Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.... | Jeremias Maerki | 2005-11-14 | 5 | -57/+50 |
* | Moved PDFBridgeContext to a separate class so it can be used by both the PDFT... | Jeremias Maerki | 2005-11-10 | 2 | -41/+81 |
* | Scale factor was wrong. Base must be 72dpi, not the default resolution of the... | Jeremias Maerki | 2005-11-10 | 1 | -2/+4 |
* | Bugzilla #37305:
| Jeremias Maerki | 2005-11-10 | 2 | -4/+50 |
* | Bugzilla #37330:
| Jeremias Maerki | 2005-11-09 | 1 | -27/+47 |
* | Bugzilla #37236:
| Jeremias Maerki | 2005-11-09 | 1 | -30/+210 |
* | Bugzilla #37236:
| Jeremias Maerki | 2005-10-26 | 2 | -64/+125 |
* | Fix to make the Graphics.create() method (calls a copy constructor) work.
| Jeremias Maerki | 2005-10-19 | 4 | -54/+132 |
* | Fixed javadoc errors. | Joerg Pietschmann | 2005-09-08 | 1 | -3/+2 |
* | Harmonization between the two Graphics2D implementations. Clipping is done af... | Jeremias Maerki | 2005-08-30 | 1 | -14/+14 |
* | Bugfixes and code cleanup:
| Jeremias Maerki | 2005-08-26 | 1 | -136/+109 |
* | Support for multiple pages in PDFDocumentGraphics2D. Same approach as for Abs... | Jeremias Maerki | 2005-05-25 | 2 | -26/+129 |
* | Commented stray System.out. Should be replaced by Commons Logging calls or re... | Jeremias Maerki | 2005-02-19 | 1 | -5/+5 |
* | Commented unused code. | Jeremias Maerki | 2005-01-19 | 1 | -1/+2 |
* | Bugzilla #31512: | Jeremias Maerki | 2004-10-11 | 1 | -0/+4 |
* | Implement the cheaper mechanism to ensure correct rendering at differing reso... | Jeremias Maerki | 2004-10-10 | 2 | -5/+20 |
* | Set Batik rendering hints to improve output quality. | Jeremias Maerki | 2004-10-10 | 1 | -22/+29 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 1 | -1/+0 |
* | Remove unnecessary scale factor. This made all images added via SVG three tim... | Jeremias Maerki | 2004-09-03 | 1 | -7/+4 |
* | Fix JPEG with many long APPS markers. | Jeremias Maerki | 2004-08-16 | 1 | -13/+41 |
* | Fix getPixelUnitToMillimeter | Jeremias Maerki | 2004-08-16 | 2 | -2/+5 |
* | 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti... | Glen Mazza | 2004-07-20 | 1 | -2/+7 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 2 | -4/+11 |
* | PR: | Glen Mazza | 2004-04-22 | 4 | -14/+14 |
* | Bugzilla 27971
| Jeremias Maerki | 2004-04-03 | 1 | -0/+1 |
* | PDF library no longer gets a logger from its owner. | Jeremias Maerki | 2004-04-02 | 1 | -2/+0 |
* | PR: | Glen Mazza | 2004-03-31 | 5 | -34/+32 |