summaryrefslogtreecommitdiffstats
path: root/fop-core
Commit message (Collapse)AuthorAgeFilesLines
* Update to newer batikSimon Steiner2019-01-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1851362 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2836: Update PDFBox to 2.0.13Simon Steiner2018-12-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1849455 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2827: Add support for Khmer complex scriptSimon Steiner2018-11-2011-20/+658
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1846994 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2815: Avoid calling method not in spring-jclSimon Steiner2018-11-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1845792 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2823: page-index-relative not added when forwards link used to same locationSimon Steiner2018-10-235-25/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1844636 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2822: Use correct ipd for table inside floatSimon Steiner2018-10-111-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1843563 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2821: 1 bit image fails when using PreloaderRawPNGSimon Steiner2018-10-112-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1843560 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2818: fix failing testMatthias Reischenbacher2018-10-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1843507 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2818: add test case and fix additional bug with missing shadings and ↵Matthias Reischenbacher2018-10-103-3/+210
| | | | | | patterns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1843494 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2818: fix color spaces getting lost of pdf imagesMatthias Reischenbacher2018-10-091-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1843302 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2818: fix color spaces of parent pdf resources member getting lostMatthias Reischenbacher2018-10-041-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1842844 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2817: AFP should reset color for new segmentSimon Steiner2018-09-212-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1841594 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2811: PDF larger than 100k pages can have wrong content streamSimon Steiner2018-09-213-5/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1841574 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2810; fixChris Bowditch2018-09-031-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1839970 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2812: Update PDFBox to 2.0.11Simon Steiner2018-08-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1839651 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1760: Add change bar generationSimon Steiner2018-07-1346-19/+1229
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1835810 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2797: Bump versionSimon Steiner2018-07-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1835524 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2802: Java 10 PDF/SVG to Image box not shownSimon Steiner2018-07-062-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1835225 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2800: IF Links point to current page instead of earlier pageSimon Steiner2018-07-025-8/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1834850 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2799: Only reduce penalty if there is a existing breakSimon Steiner2018-06-201-6/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1833908 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2798: Margins from blank page incorrectly used in subsequence pageSimon Steiner2018-06-181-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1833704 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2572: make checkstyle happy with the correct java import orderMatthias Reischenbacher2018-05-101-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1831348 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2572: fix ArrayIndexOutOfBoundsException if font supports kerninigMatthias Reischenbacher2018-05-102-1/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1831346 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2792: Add boundingbox for OTFSimon Steiner2018-05-092-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1831245 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2789: fix text overlapping issue in rl contentMatthias Reischenbacher2018-04-271-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1830287 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2782: Bookmarks point to last page when run via IFSimon Steiner2018-04-032-1/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1828216 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2781: Use unique id for links in merged IFSimon Steiner2018-04-032-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1828214 13f79535-47bb-0310-9956-ffa450edef68
* java.lang CleanupSimon Steiner2018-03-213-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827406 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1969: Fix testSimon Steiner2018-03-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827182 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1969: Support for unicode Surrogate pairsSimon Steiner2018-03-1938-247/+1554
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827168 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2776: NoSuchElementException for list changing ipdSimon Steiner2018-03-161-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1826976 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2773: Images inside a PDF not shown when goca=print-fileSimon Steiner2018-03-053-21/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1825861 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2770: Merge fonts not handling Truetype MacRomanEncodingSimon Steiner2018-02-082-1/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1823552 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2527: RTF indent not being rendered by fo:block text-indentSimon Steiner2018-01-243-1/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1822095 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2768: Reduced space for content after tableSimon Steiner2018-01-091-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1820665 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2760: Make unique links for merged IFSimon Steiner2017-11-272-3/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1816435 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2759: NPE converting OTF to Type1Simon Steiner2017-11-272-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1816422 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2756: Merged IF has wrong Table of Contents page linksSimon Steiner2017-11-065-0/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1814395 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2755: Unmapped XSL-FO Region can cause extra pagesSimon Steiner2017-11-063-19/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1814394 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2753: PDF to PS allow fop fonts as fallbackSimon Steiner2017-10-134-8/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1812122 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2751: OTF subset: correct charstring offset sizeSimon Steiner2017-10-122-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1811970 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2752: Show name of font file on errorSimon Steiner2017-10-122-10/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1811944 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2750: Use streams for OTF subsettingSimon Steiner2017-10-113-64/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1811797 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2747: OTF subsetting: Resize entry to fit valueSimon Steiner2017-10-052-19/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1811185 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2737: OTF subsetting: Resize privateDict to fit op sizeSimon Steiner2017-10-042-59/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1811062 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2744: Allow unmapped flow for repeatable-page-masterSimon Steiner2017-09-282-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1810008 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2742: SVG to PS NPE/text missing when using PFM fileSimon Steiner2017-09-262-1/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1809748 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2740: PDF to PostScript tiling pattern error in AcrobatSimon Steiner2017-09-256-3/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1809628 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2739: Upgrade to PDFBox 2.0.7Simon Steiner2017-09-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1808680 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup offset codeSimon Steiner2017-09-132-68/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1808231 13f79535-47bb-0310-9956-ffa450edef68