summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * replaced fontbox snapshot jar by a patched released jar (patch files added ↵Luis Bernardo2013-12-033-0/+1133
| | | | | | | | | | | | to lib) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1547340 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2313: add support for svg gradients when generating PostScript; most ↵Luis Bernardo2013-11-131-0/+0
| | | | | | | | | | | | code authored by Robert Meyer with a small contribution by Athanasios Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68
| * there is no dependency on pdfbox. this corrects previous commit.Luis Bernardo2013-08-151-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514196 13f79535-47bb-0310-9956-ffa450edef68
| * the OTF patch requires pdfbox...Luis Bernardo2013-08-141-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514084 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-142-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1514076 13f79535-47bb-0310-9956-ffa450edef68
* | Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.Vincent Hennebert2013-07-292-0/+0
|/ | | | | | | | | The metrics are now taken from FOP configured fonts and no longer from AWT equivalents. That avoids discrepancies in case AWT and FOP use slightly different fonts, or if the font is not installed on the system. That actually also avoids having to install the font on the system. FOP is also used for the primary layout of text (prior to SVG-specific transforms like translation or rotation) for consistency between SVG and XSL-FO. This is a joint work from Peter Hancock and myself. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_FopFontsForSVG@1508208 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2259: 1 bit TIFF error; patch submitted by Simon SteinerLuis Bernardo2013-07-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502694 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2238: updated xgc jar (revision 1477369)Luis Bernardo2013-04-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1477371 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2226: Image resources are not closed when rendering into the ↵Vincent Hennebert2013-03-191-0/+0
| | | | | | Intermediate Format git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1458382 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-0/+0
| | | | | | Submitted by Robert Meyer (rmeyer.at.hotmail.co.uk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1452859 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2183: Use event producer when Colour Profile in PNG Image is bad; patch ↵Luis Bernardo2013-02-211-0/+0
| | | | | | submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1448483 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #54196: configure big / little endian support for TIFF images; ↵Luis Bernardo2012-11-251-0/+0
| | | | | | patch 29628 applied; submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1413442 13f79535-47bb-0310-9956-ffa450edef68
* Merge from ^/branches/fop-1_1.Glenn Adams2012-10-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400707 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #40676: patch 29132 with changes, support for sRGB and iCCP chunksLuis Bernardo2012-10-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400536 13f79535-47bb-0310-9956-ffa450edef68
* Merge of Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-271-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1391016 13f79535-47bb-0310-9956-ffa450edef68
| * Merged in trunk@1387627Mehdi Houshmand2012-09-191-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_XGC_URI_Resolution@1387628 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #53865: Add Rows per Strip configuration for Tiff rendererPeter Hancock2012-09-131-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1384310 13f79535-47bb-0310-9956-ffa450edef68
* | Updated XGC with trunk@1365504Mehdi Houshmand2012-07-251-0/+0
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365512 13f79535-47bb-0310-9956-ffa450edef68
* Updated XGC with trunk@1365077Mehdi Houshmand2012-07-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365081 13f79535-47bb-0310-9956-ffa450edef68
* Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes ↵Mehdi Houshmand2012-07-061-0/+0
| | | | | | so as to remove duplicated code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358259 13f79535-47bb-0310-9956-ffa450edef68
* Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-221-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1352986 13f79535-47bb-0310-9956-ffa450edef68
| * Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-221-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1352963 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to ↵Glenn Adams2012-06-151-0/+0
| | | | | | | | | | | | prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1350455 13f79535-47bb-0310-9956-ffa450edef68
* | Synchronize XGC jar from XGC trunk.Glenn Adams2012-06-041-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345815 13f79535-47bb-0310-9956-ffa450edef68
* | Update xmlgraphics common jar to reflect recent fixes in XGC.Glenn Adams2012-06-011-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345330 13f79535-47bb-0310-9956-ffa450edef68
* | Updated XGC JARMehdi Houshmand2012-06-011-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1345008 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #43940: Fix handling of NaN, {+,-}Infinity, and other edge cases. ↵Glenn Adams2012-05-291-0/+0
| | | | | | | | | | | | Submitted by Julien Aymé. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1343800 13f79535-47bb-0310-9956-ffa450edef68
| * Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-281-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1343310 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #53185: Unify date formatting between FOP and XGC as well as ↵Glenn Adams2012-05-091-0/+0
| | | | | | | | | | | | tidying the date format code. Submitted by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1336129 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #48723: Fix for XGC when rendering PostScript using SVG being drawn ↵Glenn Adams2012-05-021-0/+0
| | | | | | | | | | | | upside down when using a custom affine transform. Submitted by rmeyer@hotmail.co.uk. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1333085 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla #43940: Use new double format utility to improve thread safety and ↵Glenn Adams2012-04-291-0/+0
| | | | | | | | | | | | performance. Submitted by Julien Aymé, Ognjen Blagojevic. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1331950 13f79535-47bb-0310-9956-ffa450edef68
| * Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-0510-0/+77
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1309921 13f79535-47bb-0310-9956-ffa450edef68
* | Added mockito JAR for use in unit tests to mock classesMehdi Houshmand2011-11-217-0/+77
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204457 13f79535-47bb-0310-9956-ffa450edef68
* | Updated XGC JAR after migrating ColorProfileUtilAndreas L. Delmelle2011-02-011-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066181 13f79535-47bb-0310-9956-ffa450edef68
* | Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) ↵Jeremias Maerki2011-02-012-0/+0
| | | | | | | | | | | | | | | | | | and fo:declarations (document in AFP). Includes a test case. Update QDox to avoid a bug with class private enums. Connect some older test cases into the standard test suite. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066078 13f79535-47bb-0310-9956-ffa450edef68
* | Add type-safe parameters to collections; replace XGC jar to benefit from new ↵Simon Pepping2011-01-041-0/+0
| | | | | | | | | | | | type-safe methods git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1055034 13f79535-47bb-0310-9956-ffa450edef68
| * Merged changes from Trunk up to rev. 1039179Vincent Hennebert2010-11-257-27/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1039187 13f79535-47bb-0310-9956-ffa450edef68
* | Retroweaver is no longer necessaryVincent Hennebert2010-11-187-27/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036466 13f79535-47bb-0310-9956-ffa450edef68
* | Update XGC library to pull in the fix for headless junit tests, bug 50253Simon Pepping2010-11-172-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036000 13f79535-47bb-0310-9956-ffa450edef68
| * Merged changes from Trunk up to revision 989178Vincent Hennebert2010-08-251-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@989216 13f79535-47bb-0310-9956-ffa450edef68
* | Added the XML Graphics Commons jar file from the release candidateSimon Pepping2010-07-021-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@959971 13f79535-47bb-0310-9956-ffa450edef68
* | Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-021-0/+0
| | | | | | | | | | | | Moved GrayScaleColorConverter as a package-local class from XGC to the AFP package (doesn't require deprecation when we can put the functionality in XGC later with the new color infrastructure). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@959945 13f79535-47bb-0310-9956-ffa450edef68
| * XML Graphics Commons jar committed in rev. 959012 was wrongVincent Hennebert2010-06-291-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@959018 13f79535-47bb-0310-9956-ffa450edef68
| * Added support for CID-keyed TrueType fonts in PostScript outputVincent Hennebert2010-06-291-0/+0
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@959012 13f79535-47bb-0310-9956-ffa450edef68
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color ↵Jeremias Maerki2010-06-141-0/+0
| | | | | | | | package. Updated XML Graphics Commons Snapshot. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@954512 13f79535-47bb-0310-9956-ffa450edef68
* Bumped xmlgraphics-commons.jar.Jeremias Maerki2010-03-181-0/+0
| | | | | | | | Added configuration option to tweak the image loader framework. See also: http://svn.apache.org/viewvc?rev=924666&view=rev git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@924860 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #48237:Chris Bowditch2010-01-081-0/+0
| | | | | | | | AFP Renderer does not respect image color settings for svg Submitted by: Peter Hancock <peter.hancock.at.gmail.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@897221 13f79535-47bb-0310-9956-ffa450edef68
* Updated XGC to make recent changes compile.Jeremias Maerki2009-10-231-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829061 13f79535-47bb-0310-9956-ffa450edef68
* add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824249 13f79535-47bb-0310-9956-ffa450edef68
* Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@800133 13f79535-47bb-0310-9956-ffa450edef68