| Commit message (Expand) | Author | Age | Files | Lines |
* | Transition source to standard maven hierarchy (initial). | Glenn Adams | 2016-03-03 | 144 | -22427/+0 |
* | FOP-2505: SVG -> PDF throws java.lang.OutOfMemoryError: Java heap space | Simon Steiner | 2016-01-05 | 1 | -1/+1 |
* | FOP-2546: ArrayIndexOutOfBoundsException merging fonts | Simon Steiner | 2015-12-02 | 1 | -20/+24 |
* | FOP-2509: Add support for PDF/A-3 | Simon Steiner | 2015-08-11 | 2 | -3/+8 |
* | FOP-2499: PDF/UA warnings for nested elements | Simon Steiner | 2015-07-28 | 1 | -3/+22 |
* | FOP-2488: Support PDF/UA | Simon Steiner | 2015-06-16 | 5 | -8/+136 |
* | FOP-2436: Merging of Tagged (Accessible) PDF | Simon Steiner | 2015-06-11 | 2 | -0/+48 |
* | FOP-2482: Read out loud not working with 256 bit encryption and accessibility | Simon Steiner | 2015-06-05 | 1 | -1/+1 |
* | Address high and medium priority findbugs warnings | Andreas L. Delmelle | 2015-05-23 | 2 | -4/+6 |
* | FOP-2456: PDF VT and Page Piece support | Simon Steiner | 2015-03-12 | 9 | -12/+243 |
* | Revert wrong change during FOP-2445: Merge PDF Linearization branch | Simon Steiner | 2015-03-12 | 1 | -9/+1 |
* | updated and renamed batik jar (note: many batik classes were moved to differe... | Luis Bernardo | 2015-03-06 | 2 | -2/+0 |
* | FOP-2445: Merge PDF Linearization branch | Simon Steiner | 2015-02-24 | 30 | -103/+851 |
* | Fix findbugs warning recently introduced by SS. | Glenn Adams | 2014-08-31 | 1 | -2/+3 |
* | FOP-2406: Error when image next to pdf | Simon Steiner | 2014-08-19 | 4 | -74/+109 |
* | Fix or suppress 5- to 9-instance findbug warnings. | Glenn Adams | 2014-08-10 | 3 | -6/+8 |
* | Fix 2-instance findbug warnings. | Glenn Adams | 2014-08-07 | 1 | -1/+1 |
* | Fix or suppress 1-instance findbug warnings. | Glenn Adams | 2014-08-06 | 1 | -1/+3 |
* | FOP-2395: PDF encryption does not work when PDF version is set in FOP config;... | Luis Bernardo | 2014-07-18 | 2 | -2/+6 |
* | Removed unused codeFOP-2393_gradient-rendering | Vincent Hennebert | 2014-07-18 | 2 | -60/+0 |
* | Merged latest trunk | Vincent Hennebert | 2014-07-18 | 20 | -87/+254 |
|\ |
|
| * | Merge font merging | Simon Steiner | 2014-07-16 | 7 | -53/+216 |
| |\ |
|
| | * | Add t1 mergingTemp_FontMerging | Simon Steiner | 2014-06-20 | 1 | -1/+1 |
| | * | Allow merging of fonts | Simon Steiner | 2014-06-05 | 7 | -53/+216 |
| * | | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings | Vincent Hennebert | 2014-07-15 | 13 | -48/+48 |
* | | | For a Shading object, domain is optional and its default value is what we need | Vincent Hennebert | 2014-07-18 | 1 | -7/+0 |
* | | | Removed unused functionType parameter | Vincent Hennebert | 2014-07-18 | 2 | -21/+15 |
* | | | Use the appropriate double formatter depending on the selected output | Vincent Hennebert | 2014-07-14 | 2 | -2/+18 |
* | | | Rename toWriteableString into output and added StringBuilder parameter | Vincent Hennebert | 2014-07-14 | 1 | -1/+3 |
* | | | Delegate function rendering to dedicated class intead of taking as parameter ... | Vincent Hennebert | 2014-07-14 | 1 | -1/+8 |
* | | | Renamed shading package to gradient | Vincent Hennebert | 2014-07-14 | 2 | -2/+2 |
* | | | Moved stuff that is common to PDF and PS to Pattern | Vincent Hennebert | 2014-07-14 | 1 | -3/+1 |
* | | | Moved content of FunctionPattern into Function | Vincent Hennebert | 2014-07-14 | 1 | -3/+1 |
* | | | Moved content of ShadingPattern into Shading | Vincent Hennebert | 2014-07-11 | 1 | -14/+7 |
* | | | Factorized shading code that was common to PDF and PostScript | Vincent Hennebert | 2014-07-11 | 3 | -497/+64 |
* | | | More sensible variable naming | Vincent Hennebert | 2014-07-11 | 1 | -11/+9 |
* | | | Avoid unnecessary conversion to List of Double by keeping the original float[... | Vincent Hennebert | 2014-07-11 | 2 | -22/+9 |
* | | | Removed unnecessary FunctionDelegate class | Vincent Hennebert | 2014-07-11 | 3 | -660/+51 |
|/ / |
|
* | | FOP-2389: PDFEncryption: error when Password length>32 | Luis Bernardo | 2014-07-08 | 1 | -3/+7 |
* | | Fix leaked resource warnings from Eclipse (Kepler). | Glenn Adams | 2014-07-06 | 2 | -1/+6 |
* | | FOP-2385: Add ability to specify custom properties in the Document Informatio... | Vincent Hennebert | 2014-06-18 | 1 | -0/+70 |
|/ |
|
* | FOP-2354: Subset support for Type 1 fonts | Robert Meyer | 2014-05-23 | 1 | -11/+70 |
* | FOP-2337 Remove xobj type=form | Simon Steiner | 2014-04-28 | 1 | -4/+27 |
* | FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap wit... | Vincent Hennebert | 2014-04-04 | 2 | -2/+58 |
* | FOP-2357: When an SVG image has transparency and a PDF profile is used that d... | Vincent Hennebert | 2014-03-14 | 1 | -5/+18 |
* | FOP-2313: add support for svg gradients when generating PostScript; most code... | Luis Bernardo | 2013-11-13 | 4 | -783/+361 |
* | FOP-2301: Enable support for PDF sub-page transitions. | Glenn Adams | 2013-11-01 | 12 | -9/+553 |
* | FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si... | Luis Bernardo | 2013-10-16 | 1 | -2/+3 |
* | FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ... | Glenn Adams | 2013-09-13 | 1 | -0/+8 |
* | FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli... | Luis Bernardo | 2013-08-14 | 1 | -89/+10 |