aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
* 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
* AFP GOCA:Jeremias Maerki2011-05-053-4/+51
* AFP GOCA: Added option to disable GOCA and to control text painting inside GO...Jeremias Maerki2011-04-221-0/+46
* Forgot a file added for revision 1095739.Jeremias Maerki2011-04-211-0/+55
* AFP GOCA: Work-around for InfoPrint's AFP implementation (AFP Viewer 3.5.4.1,...Jeremias Maerki2011-04-213-13/+50
* Bugfix for AFP GOCA segments: they were not properly marked as appended which...Jeremias Maerki2011-04-202-10/+35
* Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-107-20/+34
|\
| * Bugzilla #50705:Jeremias Maerki2011-02-044-15/+4
| * Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-013-5/+30
* | Simplification as suggested by Simon.Jeremias Maerki2011-02-101-3/+3
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-1871-357/+1295
|\|
| * Bugzilla #49060: File Descriptor leak in AFP rendererVincent Hennebert2010-12-161-1/+9
| * Another go at removing all trailing whitespaceVincent Hennebert2010-11-2512-44/+44
| * Set svn:keywords and svn:eol-style propertiesVincent Hennebert2010-11-251-61/+61
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-172-2/+2
| * Bugzilla #49379:Jeremias Maerki2010-10-076-71/+292
| * Handled optional CR and LF chars between structured fields.Jeremias Maerki2010-10-062-19/+93
| * Metrics need to be added before the font properties to avoid NPEs on font rep...Jeremias Maerki2010-09-301-1/+1
| * Moving the AFP parser from XGC to FOP for now.Jeremias Maerki2010-09-103-0/+514
| * Fixed typos and source code indentation issues.Vincent Hennebert2010-09-032-4/+4
| * Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1418-65/+50
| * Bugzilla #49733:Jeremias Maerki2010-08-1446-129/+267
| * Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-133-3/+1
| * Restored ColorExt after removing it from XML Graphics Commons again.Jeremias Maerki2010-07-022-1/+61
* | Adjust to changes in XML Graphics Commons:Jeremias Maerki2010-12-132-3/+10
* | Merged changes from Trunk (minus JARs).Jeremias Maerki2010-07-192-1/+61
* | Added support for CIE Lab colors to AFP output.Jeremias Maerki2010-07-082-24/+100
|/
* Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...Jeremias Maerki2010-06-142-4/+4
* AFP Output Changes:Jeremias Maerki2010-06-123-85/+49
* AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer error...Jeremias Maerki2010-06-111-18/+9
* Missed a parameter change for an overridden method. (Additional change for re...Jeremias Maerki2010-05-201-1/+1
* Changed many variables and parameters from "int" to "char" because AFP font s...Jeremias Maerki2010-05-208-38/+54