aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
* Merged trunk@1357248Peter Hancock2012-07-041-34/+63
|\
| * Bugzilla#53502: MODCA end structured field now more conformant with the spec ...Mehdi Houshmand2012-07-041-34/+63
* | Merged trunk@1356765Peter Hancock2012-07-0324-499/+342
|\|
| * Check style and find bugs now pass without errorsMehdi Houshmand2012-07-032-9/+6
| * Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-28/+32
| * Predominantly clean up and javadocs, very little functional change hereMehdi Houshmand2012-06-226-35/+44
| * Added tests and cleaning up of codeMehdi Houshmand2012-06-201-0/+2
| * Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-153-25/+28
| * Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-142-36/+17
| * Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-1113-315/+175
| * Merge in trunk@1345838Mehdi Houshmand2012-06-114-6/+9
| |\
| * | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-319-71/+58
* | | Merged trunk@1354651Peter Hancock2012-06-29110-1194/+2355
|\ \ \ | | |/ | |/|
| * | Eliminate javadocs warnings.Glenn Adams2012-06-044-6/+9
| |/
| * Remove JDK1.6 dependency.Glenn Adams2012-05-171-1/+1
| * Fix findbugs warning.Glenn Adams2012-05-171-1/+2
| * Bugzilla #53242: Support fractional line widths in AFP renderer, fixing probl...Glenn Adams2012-05-176-22/+127
| * Mistake in last commit: didn't add a classMehdi Houshmand2012-05-151-0/+31
| * Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-156-32/+37
| * Changed the way AFP PTOCA TransparentData control sequences are written so th...Mehdi Houshmand2012-05-117-187/+267
| * Bugzilla#49893: A global setting to wrap F11 images in page segments.Peter Hancock2012-04-122-3/+46
| * Bug in AFP font metrics that performed integer arithmetic when it should have...Mehdi Houshmand2012-04-103-14/+15
| * Bugzilla #49350: Fix coding error in AFPResourceLevel#equals.Glenn Adams2012-04-071-1/+1
| * Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-0648-48/+48
| * add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-1/+2
| * Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-052-2/+2
| * enable ImportOrder rule; fix violationsGlenn Adams2012-03-035-3/+8
| * enable UnusedImports rule; fix violationsGlenn Adams2012-03-026-8/+0
| * enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-021-1/+3
| * enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-022-15/+15
| * default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-022-5/+2
| * Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-302-0/+4
| * Bugzilla #52416:Chris Bowditch2012-01-191-12/+14
| * Bugzilla #51209:Chris Bowditch2012-01-184-24/+38
| * Changed the error handling for AFP fonts such that errors are passed to the A...Mehdi Houshmand2011-11-217-87/+121
| * Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...Mehdi Houshmand2011-11-181-21/+37
| * Bugzilla#52089: Allow JPEG images to be embedded in an AFP document asPeter Hancock2011-11-0112-81/+118
| * Various small fixesSimon Pepping2011-09-292-21/+30
| * Bugzilla#48696 version 4: Bugfix for color model in IOCA IDE structure parame...Peter Hancock2011-09-262-2/+4
| * Proper fix for Bugzilla #51789: no non-ascii characters permittedVincent Hennebert2011-09-122-2/+2
| * Bugzilla #51789: removed non-ascii characters in source filesVincent Hennebert2011-09-122-3/+3
| * Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.Peter Hancock2011-09-056-104/+278
| * Bugzilla#51205: Corrected typographical errors in AFPBase12FontCollection.Peter Hancock2011-09-051-4/+4
| * 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
| * 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
| * Performance improvement:Jeremias Maerki2011-06-211-15/+37
| * Fix checkstyle and findbugs issuesSimon Pepping2011-06-152-2/+3
| * Fixed io exception in MODCAParser caused by the improper use of mark() and re...Peter Hancock2011-05-174-354/+373