aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files...Mehdi Houshmand2011-11-2139-206/+1887
* Added mockito JAR for use in unit tests to mock classesMehdi Houshmand2011-11-217-0/+77
* Bugzilla #52151: added ant script to get JaCoCo code coverageVincent Hennebert2011-11-185-7/+114
* Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...Mehdi Houshmand2011-11-182-25/+41
* Bugzilla #51592: TTFFontLoader ignores the useKerning attribute used with fontsChris Bowditch2011-11-172-1/+58
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-0779-373/+259
* Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-0135-139/+874
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-242-3/+17
* Cache the schema for the XML namespace to a local directory. This avoids down...Vincent Hennebert2011-10-203-4/+117
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-1911-286/+379
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-156-7/+293
* Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a p...Peter Hancock2011-10-114-2/+142
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-04110-1218/+1183
* Fixed a findbugs warning introduced in rev#1177251Peter Hancock2011-10-031-4/+0
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-293-4/+46
* Various small fixesSimon Pepping2011-09-295-27/+36
* Bugzilla#48696 version 4: Bugfix for color model in IOCA IDE structure parame...Peter Hancock2011-09-263-2/+8
* Bugzilla#51760: PS images stored as an embedded file which has no length limit.Peter Hancock2011-09-262-24/+74
* PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-268-42/+121
* Proper fix for Bugzilla #51789: no non-ascii characters permittedVincent Hennebert2011-09-122-2/+2
* Bugzilla #51790: source file contains non-ascii characterVincent Hennebert2011-09-121-6/+0
* Bugzilla #51789: removed non-ascii characters in source filesVincent Hennebert2011-09-123-4/+4
* Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.Peter Hancock2011-09-0511-109/+404
* Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-052-4/+6
* Improved fix for bugzilla#48062Peter Hancock2011-08-259-71/+74
* Only some values of the format property are supported; change requested by Gl...Simon Pepping2011-08-251-4/+4
* Fixed favicon.ico problem.Jeremias Maerki2011-08-232-1/+2
* Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embeddi...Peter Hancock2011-08-227-32/+134
* Fixed checkstyle warningsPeter Hancock2011-08-221-1/+3
* Removed debug output to System.outVincent Hennebert2011-08-091-1/+0
* Bugzilla #51596: A composite glyph can be remapped more than once in a TTF su...Vincent Hennebert2011-08-086-189/+439
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-0828-389/+1786
* Fixed a bug in AFP where the object area axes of an Include Object was incorr...Peter Hancock2011-07-271-2/+2
* Fixed a bug in AFP where the object area axes of an Include Object was incorr...Peter Hancock2011-07-271-0/+3
* Fixed a bug in AFP where the object area axes of an Include Object was incorr...Peter Hancock2011-07-2712-151/+808
* Attempt at making the remapComposite "more readable".Jeremias Maerki2011-07-271-13/+18
* Fixed a bug in TTF subsetting where a composite glyph could get remapped more...Jeremias Maerki2011-07-262-38/+53
* Removed the lastMediumMap variable and the check to omit the IMM if it doesn'...Jeremias Maerki2011-07-081-5/+1
* Status update for bug #50605Jeremias Maerki2011-07-021-0/+4
* Fixed some FindBugs issues.Jeremias Maerki2011-07-023-19/+18
* Bugfix: select the right font to paint replacement glyphs. This used to paint...Jeremias Maerki2011-07-021-11/+23
* Bugfix: AFMFile sometimes indirectly caused wrong assignments of char widths ...Jeremias Maerki2011-07-021-36/+64
* Removed fallback mechanism in AbstractCodePointMapping. This is superfluous n...Jeremias Maerki2011-07-021-40/+2
* Ported to Trunk changes made to fop-1_0 branch in revisions 1139721, 1139722,...Vincent Hennebert2011-07-011-35/+31
* Fixed a typo and two FindBugs issues.Jeremias Maerki2011-06-301-14/+17
* Fixed a multi-threading bug for SVG images included through svg:image inside ...Jeremias Maerki2011-06-302-4/+15
* Fixed regression introduced by rev 1137971:Jeremias Maerki2011-06-211-7/+10
* Performance improvement:Jeremias Maerki2011-06-212-239/+304
* Fixed regression introduced by SVN rev 1088079:Jeremias Maerki2011-06-212-4/+50
* Added an IFDocumentHandler filter for triggering rendering events. Peter Hancock2011-06-205-1/+69