aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-2425-98/+148
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-2325-148/+98
* Bugzilla#52499: non embeddable TTF fonts -- throw exception if trying to embedMehdi Houshmand2012-01-231-2/+7
* Bugzilla #52416:Chris Bowditch2012-01-191-12/+14
* resolve findbug warningsChris Bowditch2012-01-182-2/+12
* Bugzilla #51209:Chris Bowditch2012-01-184-24/+38
* Bugzilla #50391:Chris Bowditch2012-01-1017-84/+255
* Bugzilla #51644:Chris Bowditch2012-01-0613-139/+154
* Bugzilla #52206: small performance improvements by declaring some class membe...Vincent Hennebert2011-12-054-22/+23
* Changed the error handling for AFP fonts such that errors are passed to the A...Mehdi Houshmand2011-11-218-153/+185
* Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files...Mehdi Houshmand2011-11-214-134/+611
* 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-171-1/+1
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-078-8/+52
* Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-0125-135/+498
* Allow to switch to a different page size in mid-document.Jeremias Maerki2011-10-241-2/+15
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-191-3/+2
* Restored PDFDocumentGraphics2D functionality.Jeremias Maerki2011-10-152-6/+14
* Bugzilla#51962: Bugfix for when the last simple-page-master referenced in a p...Peter Hancock2011-10-112-2/+30
* 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-262-2/+4
* Bugzilla#51760: PS images stored as an embedded file which has no length limit.Peter Hancock2011-09-261-24/+69
* PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-265-42/+58
* 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-058-107/+288
* Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-051-4/+4
* Improved fix for bugzilla#48062Peter Hancock2011-08-258-71/+69
* 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-221-32/+28
* 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-083-188/+246
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-0816-388/+933
* 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-275-149/+111
* 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-261-38/+49
* Removed the lastMediumMap variable and the check to omit the IMM if it doesn'...Jeremias Maerki2011-07-081-5/+1
* 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-301-4/+12