| Commit message (Expand) | Author | Age | Files | Lines |
* | Now using the "font" filter list entry for font streams. | Jeremias Maerki | 2009-02-16 | 6 | -20/+75 |
* | Fixed IllegalArgumentException (no object number assigned) for this makeLink ... | Jeremias Maerki | 2009-02-15 | 1 | -1/+1 |
* | Reverted revision 742766. | Jeremias Maerki | 2009-02-11 | 2 | -20/+0 |
* | There was a filter list constant for fonts, but our font streams didn't use it. | Jeremias Maerki | 2009-02-09 | 2 | -0/+20 |
* | FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in... | Jeremias Maerki | 2009-01-05 | 5 | -25/+68 |
* | Oops, introduced a compile error with the previous commit | Andreas L. Delmelle | 2008-12-02 | 1 | -10/+0 |
* | Minor changes; mostly code- and javadoc-aesthetics... | Andreas L. Delmelle | 2008-12-02 | 1 | -220/+201 |
* | SetCurrentPosition fix for line drawing. | Adrian Cumiskey | 2008-11-20 | 1 | -1/+1 |
* | * PDFImageHandler interface split into ImageHandler and PDFImageHandler. | Adrian Cumiskey | 2008-11-13 | 1 | -0/+17 |
* | "fixed" block container handling fixed (see block-container_absolute-position... | Adrian Cumiskey | 2008-11-04 | 1 | -8/+7 |
* | Fix for test/layoutengine/standard-testcases/block-container_absolute-positio... | Adrian Cumiskey | 2008-10-31 | 1 | -2/+20 |
* | Merged revisions 707631,708012 via svnmerge from | Adrian Cumiskey | 2008-10-27 | 3 | -11/+127 |
* | All AFP library classes without Renderer dependencies moved from org.apache.f... | Adrian Cumiskey | 2008-10-27 | 1 | -3/+3 |
* | Merged revisions 693433,693462,693720,693742,693781,693784,693841,695491,6955... | Adrian Cumiskey | 2008-09-26 | 2 | -4/+21 |
* | * print-file level (default) resources are now immediately streamed and pages... | Adrian Cumiskey | 2008-08-27 | 1 | -12/+22 |
* | Merged revisions 681296,681307 via svnmerge from | Adrian Cumiskey | 2008-07-31 | 1 | -22/+30 |
* | Merged revisions 679052-679352 via svnmerge from | Vincent Hennebert | 2008-07-25 | 95 | -768/+768 |
* | * Created new AbstractState class that shares common properties and stack pop... | Adrian Cumiskey | 2008-07-10 | 1 | -268/+53 |
* | Merged revisions 674245,674267,674269,674272-674273,674276,674325,674468,6744... | Adrian Cumiskey | 2008-07-07 | 1 | -3/+3 |
* | Merged revisions 665691 via svnmerge from | Adrian Cumiskey | 2008-06-09 | 3 | -5/+12 |
* | Merged revisions 651575 via svnmerge from | Adrian Cumiskey | 2008-04-25 | 2 | -25/+47 |
* | Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,6128... | Adrian Cumiskey | 2008-04-01 | 7 | -56/+427 |
* | Extract original exception in BasePDFTestCase.java. They are normally embedde... | Jeremias Maerki | 2008-02-18 | 1 | -0/+9 |
* | Extracted most of the code in CodePointMapping (generated by XSLT) into a bas... | Jeremias Maerki | 2008-02-16 | 1 | -5/+6 |
* | Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ... | Jeremias Maerki | 2008-02-14 | 18 | -774/+692 |
* | Bugfix for date formatting with negative time zones in the PDF's Info object. | Jeremias Maerki | 2008-02-07 | 1 | -20/+31 |
* | Change PDFPage to use PDFDictionary in order to make it possible to better se... | Jeremias Maerki | 2008-02-05 | 4 | -133/+73 |
* | Move sRGB installation into the PDF library. That way it can be used in PDFDo... | Jeremias Maerki | 2008-02-01 | 1 | -0/+59 |
* | AlphaRasterImage now knows how to deal with TYPE_INT Rasters. | Jeremias Maerki | 2008-02-01 | 1 | -7/+28 |
* | Added support for the natural language indentifier ("Lang" in the document ca... | Jeremias Maerki | 2008-01-28 | 2 | -3/+28 |
* | Correct inline writing when object has an object number. | Jeremias Maerki | 2008-01-21 | 1 | -2/+6 |
* | A name object can be encoded as a stand-along PDF object with object number a... | Jeremias Maerki | 2008-01-21 | 1 | -1/+22 |
* | Clear parent if later on an object number is assigned to a PDFObject which me... | Jeremias Maerki | 2008-01-14 | 1 | -0/+1 |
* | Restore default constructor for PDFArray. | Jeremias Maerki | 2008-01-14 | 1 | -11/+10 |
* | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 11 | -46/+272 |
* | Bugfix: Some string objects were not encrypted (for example in named destinat... | Jeremias Maerki | 2008-01-11 | 23 | -441/+547 |
* | Added basic support for PDF page labels. | Jeremias Maerki | 2008-01-10 | 6 | -95/+386 |
* | Don't hack when you're tired! Reverting r604293 and instead fixing the right ... | Jeremias Maerki | 2007-12-14 | 1 | -3/+3 |
* | Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF... | Jeremias Maerki | 2007-12-14 | 1 | -1/+1 |
* | Log RuntimeExceptions during rendering so that they are at least visible some... | Jeremias Maerki | 2007-12-03 | 1 | -1/+3 |
* | Improved font auto-detection and handling of AWT-supplied fonts in order to a... | Jeremias Maerki | 2007-11-08 | 2 | -10/+8 |
* | Bugfix: filters were not applied but still produced into the dictionary even ... | Jeremias Maerki | 2007-11-08 | 1 | -1/+3 |
* | More fine-grained mechanism to detect if a font has been used or not. If a fo... | Jeremias Maerki | 2007-11-03 | 1 | -16/+20 |
* | Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_... | Jeremias Maerki | 2007-10-26 | 30 | -345/+740 |
* | * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal... | Andreas L. Delmelle | 2007-07-18 | 53 | -94/+94 |
* | Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007. | Jeremias Maerki | 2007-06-22 | 1 | -19/+11 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -63/+1 |
* | Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi... | Jeremias Maerki | 2007-05-11 | 3 | -10/+17 |
* | Removed newly introduced dependency from the PDF library to the area tree. | Jeremias Maerki | 2007-05-07 | 13 | -333/+670 |
* | Bugzilla #42067: | Jeremias Maerki | 2007-05-07 | 4 | -62/+222 |