aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Collapse)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031650-309514/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733433 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2581: NumberFormatException when page-sequence format can't be parsed as ↵Simon Steiner2016-02-291-1/+1
| | | | | | an Integer; fix by Alexios Giotis git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1732903 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2309: Support PCL Color thanks to James BurtonSimon Steiner2016-01-189-48/+407
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1725271 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2553: Support PDF shading to PSSimon Steiner2016-01-111-0/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1724037 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2560: PDF to PDF corrupt after reuse of FopFactorySimon Steiner2016-01-072-8/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723541 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-0618-115/+408
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723297 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2505: SVG -> PDF throws java.lang.OutOfMemoryError: Java heap spaceSimon Steiner2016-01-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1723072 13f79535-47bb-0310-9956-ffa450edef68
* Move code to where it belongs: if it only applies to RetrieveTableMarker, it ↵Andreas L. Delmelle2016-01-032-9/+30
| | | | | | does not belong in FObj git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722725 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle fix - Remove unused importAndreas L. Delmelle2016-01-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722681 13f79535-47bb-0310-9956-ffa450edef68
* Slight improvement on previous commit: replace occurrence of ListIterator ↵Andreas L. Delmelle2016-01-022-2/+39
| | | | | | with FONodeIterator to avoid explicit cast + add base ListIterator methods to the FONodeIterator signature (to improve searching for usage in IDE) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722664 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.Andreas L. Delmelle2016-01-025-73/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722662 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixup: Use superclass implementation and avoid duplicate instance memberAndreas L. Delmelle2016-01-021-9/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1722659 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2553: Support PDF shading to PSSimon Steiner2015-12-172-1/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1720523 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2552: TrueType in AFP adding extra slash to end of font uriSimon Steiner2015-12-162-18/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1720357 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2548: Support Barcode4J page numberSimon Steiner2015-12-047-6/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1717946 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2546: ArrayIndexOutOfBoundsException merging fontsSimon Steiner2015-12-021-20/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1717634 13f79535-47bb-0310-9956-ffa450edef68
* Correct checkstyle warningsAndreas L. Delmelle2015-11-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716906 13f79535-47bb-0310-9956-ffa450edef68
* Correct checkstyle issuesAndreas L. Delmelle2015-11-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716905 13f79535-47bb-0310-9956-ffa450edef68
* Minor javadoc fixup: add closing double quoteAndreas L. Delmelle2015-11-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716768 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixups: remove redundant null check, remove redundant initial ↵Andreas L. Delmelle2015-11-261-4/+32
| | | | | | assignment + start of javadoc fixups git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716765 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2512: fix issue with transparent PNGs with indexed color modelMatthias Reischenbacher2015-11-261-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716758 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2455b - Applied updated patch in addition to the original one (see: ↵Andreas L. Delmelle2015-11-261-4/+4
| | | | | | r1716732) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716743 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2455 - Fix unnecessary duplication of AFP resource objects as suggested ↵Andreas L. Delmelle2015-11-261-1/+1
| | | | | | by sdridi@iptech-group.com. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1716732 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2538: PDF to PDF OOMSimon Steiner2015-11-102-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1713641 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2537: Support CMYK JPEG in AFPSimon Steiner2015-11-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1713620 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2530: fix performance regression in MultiByteFont.findGlyphIndex as ↵Matthias Reischenbacher2015-09-241-0/+3
| | | | | | suggested by dvineshkumar@gmail.com git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1705133 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2157: Deadlock in CompareUtil class; fixed typo spotted by Jens SchreiberLuis Bernardo2015-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1703427 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2491: Adobe Reader error with OTF subset PDFSimon Steiner2015-08-121-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695526 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2510: Flow name infinite LoopSimon Steiner2015-08-122-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695517 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2509: Add support for PDF/A-3Simon Steiner2015-08-112-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695313 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle missing EOL. Resolved ignored findbugs warningRobert Meyer2015-08-112-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695225 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2486: Soft font support for TrueType fonts in PCLRobert Meyer2015-08-1035-47/+2738
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695082 13f79535-47bb-0310-9956-ffa450edef68
| * FOP-2486 - Enhancements and fixes to existing patchTemp_PCLSoftFontsRobert Meyer2015-08-0413-84/+445
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PCLSoftFonts@1694075 13f79535-47bb-0310-9956-ffa450edef68
| * Creation of soft fonts for TrueType fonts in PCLRobert Meyer2015-06-1229-46/+2376
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PCLSoftFonts@1685112 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2473: SVG text using filters not shownSimon Steiner2015-08-102-2/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1695041 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2504: Truetype support for AFPSimon Steiner2015-08-0613-63/+350
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1694450 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2494 - Unable to use Ubuntu Mono FontRobert Meyer2015-08-011-5/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1693719 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2508: TTF bullet missing when OTF usedSimon Steiner2015-07-311-11/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1693613 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2507: PDFVT and Page Piece exception using IFSimon Steiner2015-07-313-0/+56
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1693610 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2499: PDF/UA warnings for nested elementsSimon Steiner2015-07-281-3/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1693102 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2498: Fix "last" page master usage with force-page-count=end-on-even/-oddMatthias Reischenbacher2015-07-131-8/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690781 13f79535-47bb-0310-9956-ffa450edef68
* | Preliminary quick fix for FOP-2461Andreas L. Delmelle2015-07-111-2/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690396 13f79535-47bb-0310-9956-ffa450edef68
* | Minor tweak: avoid using standard toString() for detailed diagnostics purposesAndreas L. Delmelle2015-07-091-9/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1690138 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2490: Embedded SVG 1.2 not supported by FOP 2.0; fix submitted by ↵Luis Bernardo2015-06-251-8/+2
| | | | | | | | | | | | Hussein Shafie. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1687458 13f79535-47bb-0310-9956-ffa450edef68
* | Minor tweaks, more genericsAndreas L. Delmelle2015-06-191-13/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1686451 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2488: Support PDF/UASimon Steiner2015-06-1614-20/+236
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685770 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2487: fix checkstyle issueMatthias Reischenbacher2015-06-161-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685757 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2487: replace cached pages if span condition doesn't matchMatthias Reischenbacher2015-06-151-1/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685586 13f79535-47bb-0310-9956-ffa450edef68
* | FOP-2465: Fix links to/from 'last' pageMatthias Reischenbacher2015-06-123-0/+36
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1685165 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2436: Merging of Tagged (Accessible) PDFSimon Steiner2015-06-115-7/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1684928 13f79535-47bb-0310-9956-ffa450edef68