aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added svn:eol-style=native property to recently added new filesChris Bowditch2012-01-2017-1601/+1601
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233854 13f79535-47bb-0310-9956-ffa450edef68
* use of £ was causing some cross platform issues since it's part of the ↵Chris Bowditch2012-01-191-1/+1
| | | | | | ASCII extended character set. Swapped it for a Unicode reference to resolve the problem. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233427 13f79535-47bb-0310-9956-ffa450edef68
* remove remaining duplicates with the help of xslt provided by Pascal SanchoChris Bowditch2012-01-191-190/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233411 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52416:Chris Bowditch2012-01-192-12/+17
| | | | | | | Suppress unnecessary "font not found warnings" when generating AFP with raster fonts Submitted by: Luis Bernardo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233393 13f79535-47bb-0310-9956-ffa450edef68
* remove some duplicate exclusionsChris Bowditch2012-01-181-125/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1232955 13f79535-47bb-0310-9956-ffa450edef68
* resolve findbug warningsChris Bowditch2012-01-183-2/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1232905 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51209:Chris Bowditch2012-01-186-24/+113
| | | | | | | SVG text in AFP creates miscoded GOCA text Submitted by: Luis Bernardo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1232845 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #50391:Chris Bowditch2012-01-1023-95/+596
| | | | | | | Add support for different flow-name of fo:region-body in FOP Submitted by: Peter Hancock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1229622 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51644:Chris Bowditch2012-01-0629-289/+1495
| | | | | | | Tagged PDF performance improvement + tests Submitted by: Mehdi Houshmand git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1228243 13f79535-47bb-0310-9956-ffa450edef68
* Removed file that became empty in rev. 1198853Vincent Hennebert2011-12-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1221326 13f79535-47bb-0310-9956-ffa450edef68
* Rename fop.cmd to fop.bat and let fop.cmd call fop.batSimon Pepping2011-12-062-46/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1210863 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52206: small performance improvements by declaring some class ↵Vincent Hennebert2011-12-054-22/+23
| | | | | | | | | members as static Patch by Alexis Giotis, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1210477 13f79535-47bb-0310-9956-ffa450edef68
* Added build/fop-hyph.jar to standard-junit-classpath so that hyphenation ↵Vincent Hennebert2011-11-221-1/+4
| | | | | | tests can run when the "source" en.xml and de.xml are stored in the hyph/ directory git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1205046 13f79535-47bb-0310-9956-ffa450edef68
* Changed the error handling for AFP fonts such that errors are passed to the ↵Mehdi Houshmand2011-11-2119-164/+402
| | | | | | AFPEventProducer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204579 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM ↵Mehdi Houshmand2011-11-2139-206/+1887
| | | | | | files for type1 fonts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204488 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
* Bugzilla #52151: added ant script to get JaCoCo code coverageVincent Hennebert2011-11-185-7/+114
| | | | | | | Patch by Mehdi Houshmand, applied with changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1203749 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #52177: Changed the AFP double-byte characterset builder to a ↵Mehdi Houshmand2011-11-182-25/+41
| | | | | | singleton, this now matches the behaviour of the single byte characterset builder git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1203719 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51592: TTFFontLoader ignores the useKerning attribute used with fontsChris Bowditch2011-11-172-1/+58
| | | | | | Patch submitted by Mehdi Houshmand (mehdi1985 at gmail.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1203163 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run ↵Vincent Hennebert2011-11-0779-373/+259
| | | | | | | | | all of the test cases. Patch by Mehdi Houshmand, applied with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1198853 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-0135-139/+874
| | | | | | | | | is, without being decoded and encoded. It also allows lossy JPEG compression. Patch by Jeremias Maerki and Mehdi Houshmand. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1195952 13f79535-47bb-0310-9956-ffa450edef68
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-242-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1188123 13f79535-47bb-0310-9956-ffa450edef68
* Cache the schema for the XML namespace to a local directory. This avoids ↵Vincent Hennebert2011-10-203-4/+117
| | | | | | downloading it from the W3C website every time the IF test cases are run. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1186858 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-1911-286/+379
| | | | | | | Reduced code duplication and layout engine tests. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1186070 13f79535-47bb-0310-9956-ffa450edef68
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-156-7/+293
| | | | | | | | Bugfix: NPE after PDFDocumentGraphics2D.create() due to missing font setup and other missing initializations. Bugfix: Properly handle state in PDFGraphics2D.drawString(). Added an example class demonstrating the use of PDFDocumentGraphics2D. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1183620 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a ↵Peter Hancock2011-10-114-2/+142
| | | | | | page-sequence-master is not chosen when force-page-count=odd. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1181660 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-04110-1218/+1183
| | | | | | | Patch by Mehdi Houshmand, applied with minor cosmetics and error fixes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1178747 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a findbugs warning introduced in rev#1177251Peter Hancock2011-10-031-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1178350 13f79535-47bb-0310-9956-ffa450edef68
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-293-4/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1177251 13f79535-47bb-0310-9956-ffa450edef68
* Various small fixesSimon Pepping2011-09-295-27/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1177228 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#48696 version 4: Bugfix for color model in IOCA IDE structure ↵Peter Hancock2011-09-263-2/+8
| | | | | | parameter for 4- and 8-bit grayscale images. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1175808 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#51760: PS images stored as an embedded file which has no length limit.Peter Hancock2011-09-262-24/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1175764 13f79535-47bb-0310-9956-ffa450edef68
* PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-268-42/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1175754 13f79535-47bb-0310-9956-ffa450edef68
* Proper fix for Bugzilla #51789: no non-ascii characters permittedVincent Hennebert2011-09-122-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169780 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51790: source file contains non-ascii characterVincent Hennebert2011-09-121-6/+0
| | | | | | | Removed @author tags git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169766 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51789: removed non-ascii characters in source filesVincent Hennebert2011-09-123-4/+4
| | | | | | | Patch submitted by Christopher Yeleighton git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169758 13f79535-47bb-0310-9956-ffa450edef68
* Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.Peter Hancock2011-09-0511-109/+404
| | | | | | | Submitted by: Mehdi Houshmand <med1985.at.gmail.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1165223 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-052-4/+6
| | | | | | | Submitted by: Mehdi Houshmand <med1985.at.gmail.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1165195 13f79535-47bb-0310-9956-ffa450edef68
* Improved fix for bugzilla#48062Peter Hancock2011-08-259-71/+74
| | | | | | | Bug relates to PCL painter thread safetly. Previous fix in rev 895012 worked by synchronizing methods of a static instance of Java2DFontMetrics. This fix uses a unique instance for per thread. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1161612 13f79535-47bb-0310-9956-ffa450edef68
* Only some values of the format property are supported; change requested by ↵Simon Pepping2011-08-251-4/+4
| | | | | | Glenn Adams git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1161419 13f79535-47bb-0310-9956-ffa450edef68
* Fixed favicon.ico problem.Jeremias Maerki2011-08-232-1/+2
| | | | | | | Fixed trademark statement in skinconf.xml. Fixed validation issue in skinconf.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1160886 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when ↵Peter Hancock2011-08-227-32/+134
| | | | | | embedding a Page Segment. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1160298 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle warningsPeter Hancock2011-08-221-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1160172 13f79535-47bb-0310-9956-ffa450edef68
* Removed debug output to System.outVincent Hennebert2011-08-091-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1155396 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #51596: A composite glyph can be remapped more than once in a TTF ↵Vincent Hennebert2011-08-086-189/+439
| | | | | | | | | subset, resulting in garbled character Test and clean-up provided by Mehdi Houshmand git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1155024 13f79535-47bb-0310-9956-ffa450edef68
* Added support for 128bit encryption in PDF output. Based on work by Michael ↵Vincent Hennebert2011-08-0828-389/+1786
| | | | | | Rubin. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1154998 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in AFP where the object area axes of an Include Object was ↵Peter Hancock2011-07-271-2/+2
| | | | | | | | | incorrectly set when rotated by 180 Removed non-ascii characters in a comment git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151469 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in AFP where the object area axes of an Include Object was ↵Peter Hancock2011-07-271-0/+3
| | | | | | incorrectly set when rotated by 180 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151453 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in AFP where the object area axes of an Include Object was ↵Peter Hancock2011-07-2712-151/+808
| | | | | | incorrectly set when rotated by 180 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151452 13f79535-47bb-0310-9956-ffa450edef68
* Attempt at making the remapComposite "more readable".Jeremias Maerki2011-07-271-13/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1151447 13f79535-47bb-0310-9956-ffa450edef68