aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-057-107/+282
* Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-051-4/+4
* Improved fix for bugzilla#48062Peter Hancock2011-08-258-71/+69
* 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-0813-383/+846
* 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
* 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
* 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-211-4/+4
* Added an IFDocumentHandler filter for triggering rendering events. Peter Hancock2011-06-204-1/+64
* Fix checkstyle and findbugs issuesSimon Pepping2011-06-157-23/+29
* Fixed regression introduced with rev 1095887:Jeremias Maerki2011-06-143-30/+23
* Bugfix: alternative text not working in tagged PDF for TIFF imagesVincent Hennebert2011-05-184-80/+83
* Fixed io exception in MODCAParser caused by the improper use of mark() and re...Peter Hancock2011-05-174-354/+373
* More happiness for FindBugs.Jeremias Maerki2011-05-051-11/+11
* Bugzilla #51144:Jeremias Maerki2011-05-052-11/+3
* Bugzilla #50899:Jeremias Maerki2011-05-051-3/+5
* AFP GOCA:Jeremias Maerki2011-05-056-158/+195
* Avert a few possible NPEs, ex. rgc-icc() and named-color() on fo:root.Jeremias Maerki2011-04-293-3/+12
* Fix a potential NPE which can apparently happen in very exotic cases (actuall...Jeremias Maerki2011-04-221-1/+6
* Update graphics state when applying color.Jeremias Maerki2011-04-221-32/+62
* Make FindBugs happier.Jeremias Maerki2011-04-221-2/+2
* Added option to place AFP NOPs right before the end of a named page group (pa...Jeremias Maerki2011-04-225-15/+148
* Added option for PostScript output to optimize for file size rather than qual...Jeremias Maerki2011-04-226-12/+103
* Log image encoding times.Jeremias Maerki2011-04-221-2/+19