aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 665691 via svnmerge from Adrian Cumiskey2008-06-093-5/+12
* Merged revisions 651575 via svnmerge from Adrian Cumiskey2008-04-252-25/+47
* Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128...Adrian Cumiskey2008-04-017-56/+427
* Extract original exception in BasePDFTestCase.java. They are normally embedde...Jeremias Maerki2008-02-181-0/+9
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-161-5/+6
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-1418-774/+692
* Bugfix for date formatting with negative time zones in the PDF's Info object.Jeremias Maerki2008-02-071-20/+31
* Change PDFPage to use PDFDictionary in order to make it possible to better se...Jeremias Maerki2008-02-054-133/+73
* Move sRGB installation into the PDF library. That way it can be used in PDFDo...Jeremias Maerki2008-02-011-0/+59
* AlphaRasterImage now knows how to deal with TYPE_INT Rasters.Jeremias Maerki2008-02-011-7/+28
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-282-3/+28
* Correct inline writing when object has an object number.Jeremias Maerki2008-01-211-2/+6
* A name object can be encoded as a stand-along PDF object with object number a...Jeremias Maerki2008-01-211-1/+22
* Clear parent if later on an object number is assigned to a PDFObject which me...Jeremias Maerki2008-01-141-0/+1
* Restore default constructor for PDFArray.Jeremias Maerki2008-01-141-11/+10
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-1111-46/+272
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-1123-441/+547
* Added basic support for PDF page labels.Jeremias Maerki2008-01-106-95/+386
* Don't hack when you're tired! Reverting r604293 and instead fixing the right ...Jeremias Maerki2007-12-141-3/+3
* Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF...Jeremias Maerki2007-12-141-1/+1
* Log RuntimeExceptions during rendering so that they are at least visible some...Jeremias Maerki2007-12-031-1/+3
* Improved font auto-detection and handling of AWT-supplied fonts in order to a...Jeremias Maerki2007-11-082-10/+8
* Bugfix: filters were not applied but still produced into the dictionary even ...Jeremias Maerki2007-11-081-1/+3
* More fine-grained mechanism to detect if a font has been used or not. If a fo...Jeremias Maerki2007-11-031-16/+20
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-2630-345/+740
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-1853-94/+94
* Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.Jeremias Maerki2007-06-221-19/+11
* Bugzilla #41831:Jeremias Maerki2007-05-281-63/+1
* Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi...Jeremias Maerki2007-05-113-10/+17
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-0713-333/+670
* Bugzilla #42067:Jeremias Maerki2007-05-074-62/+222
* Bugzilla #41434:Jeremias Maerki2007-05-013-5/+5
* Style only: fix indentationVincent Hennebert2007-04-171-3/+3
* - add svn:keywords and svn:eol-style propertiesVincent Hennebert2007-04-171-41/+41
* Added sorting of the list of named destinations (necessary to have more than ...Jay Bryant2007-04-111-13/+17
* Created a comparator for named destinations, to enable sorting the list of de...Jay Bryant2007-04-111-0/+41
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-033-310/+310
* - fix minor checkstyle issuesVincent Hennebert2007-04-033-7/+5
* changes to support named destinationsJay Bryant2007-04-016-10/+481
* Typo in javadocJeremias Maerki2007-01-261-1/+1
* Bugzilla #40729: Jeremias Maerki2006-11-131-1/+2
* Bugzilla #40729:Jeremias Maerki2006-11-131-14/+113
* Tabs again. :-)Jeremias Maerki2006-10-111-11/+11
* Patch from bugzilla 5335 comment #17 applied, thanks to vincent.hennebert@any...Bertrand Delacretaz2006-10-111-63/+39
* code style Jeremias Maerki2006-10-111-61/+48
* (this file was missing in previous commit)Bertrand Delacretaz2006-10-101-0/+322
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-102-10/+58
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-071-6/+3
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-262-2/+13
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2879-395/+474