aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from Trunk revisions 685575-699792.Jeremias Maerki2008-09-281-0/+1
|\
| * Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...Adrian Cumiskey2008-08-141-7/+8
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-91/+91
| * Added new set accessor method for EncryptionParams.Adrian Cumiskey2008-07-071-0/+8
| * The pdf StringBuffer is only used on these two lines and doesn't seem to do a...Adrian Cumiskey2008-07-041-3/+0
| * Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-8/+13
| * Merged branchJeremias Maerki2008-04-141-43/+57
| * Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-166/+92
| * No stack traces with missing images.Jeremias Maerki2008-02-181-0/+3
| * Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-1/+1
| * Added an option to disable the default sRGB profile in PDF output for those w...Jeremias Maerki2008-02-071-6/+25
| * Move sRGB installation into the PDF library. That way it can be used in PDFDo...Jeremias Maerki2008-02-011-18/+1
| * Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-7/+20
| * Removed stray System.outJeremias Maerki2008-01-211-3/+0
| * Fixed logic error setting the transformation matrix for block-container viewp...Jeremias Maerki2008-01-171-32/+28
| * Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-89/+71
| * Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-7/+13
| * Added basic support for PDF page labels.Jeremias Maerki2008-01-101-0/+15
* | Must exit text object before painting a leader.Jeremias Maerki2008-08-261-0/+1
* | Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-67/+12
* | Fixed a mistake made when extracting code to PDFContentGenerator. Restores fi...Jeremias Maerki2008-08-151-1/+1
* | Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-167/+1
* | Fix for kerning (switched to SVG semantics, now working correctly for both SV...Jeremias Maerki2008-08-061-1/+3
* | First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-051-197/+135
* | Started the IFParser.Jeremias Maerki2008-07-221-402/+109
* | Merged revisions 656546,657465,657521,657921,660979,660998,661276,661310,6619...Adrian Cumiskey2008-07-071-3/+8
* | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039...Adrian Cumiskey2008-05-141-357/+316
|/
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-36/+50
* Bugzilla #43089Chris Bowditch2007-08-171-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-22/+22
* Bugzilla #41831:Jeremias Maerki2007-05-281-36/+16
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-10/+8
* Bugzilla #42067:Jeremias Maerki2007-05-071-78/+363
* Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ...Jay Bryant2007-04-061-1/+5
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* Stricter user config file validation.Vincent Hennebert2007-02-141-1/+1
* Bugzilla #40729:Jeremias Maerki2006-11-131-1/+1
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-261-15/+6
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-201-45/+17
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-141-44/+165
* The default sRGB color profile provided by the Java class library is no longe...Jeremias Maerki2006-05-071-17/+2
* Some refactoring in the XML handling area which results in more code reuse an...Jeremias Maerki2006-05-031-34/+10
* Bugzilla #38946:Jeremias Maerki2006-05-031-24/+21
* Improved JUnit report creation.Jeremias Maerki2006-04-051-0/+58
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-3/+79
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-147/+75
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-0/+17
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-1/+23
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-201-2/+2