aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
* Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-013-5/+30
* 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
* 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
* Bring error handling more in line with general recommendations and provide be...Jeremias Maerki2010-05-201-17/+7
* Improved painting of double rules a bit, fixing a bug causing the message: "I...Jeremias Maerki2010-04-232-4/+28
* recent change to cache CharacterSet exposed multi threading issueChris Bowditch2010-04-211-1/+5
* cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. Thi...Chris Bowditch2010-04-141-13/+42
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-4/+4
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Bugzilla #48696:Jeremias Maerki2010-02-101-1/+1
* Bugzilla #48567:Jeremias Maerki2010-01-217-251/+551
* Bugzilla #48237:Chris Bowditch2010-01-084-65/+125
* Bugfix: 48456 AFP Renderer: Underline is incorrectly placed when reference-or...Chris Bowditch2009-12-291-1/+1
* bug with previous commit when rotating by 270Chris Bowditch2009-12-291-1/+1
* Bugfix: 48453 AFP Renderer: Page Segments not positioned correctly when refer...Chris Bowditch2009-12-291-7/+11
* bug fix: 48290 AFP Renderer: AttributeQualifier Triplet occurs before TLE Value Chris Bowditch2009-11-261-1/+1
* Bugzilla #48048:Jeremias Maerki2009-11-251-2/+2
* Bugzilla #48185: rounding error when computing the CMYK components of a color...Vincent Hennebert2009-11-231-1/+1
* Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as ...Jeremias Maerki2009-10-238-68/+270
* Added missing license headers.Jeremias Maerki2009-10-233-5/+62
* Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=47941Adrian Cumiskey2009-10-228-152/+232
* add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-121-2/+4
* Javadocs: Removed all <tt> occurrences with <code> or {@link}.Jeremias Maerki2009-10-013-5/+6
* Bugzilla #46883:Jeremias Maerki2009-09-281-10/+9
* Fixed SVN PropsMaximilian Berger2009-09-1536-36/+36
* Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in th...Andreas L. Delmelle2009-08-231-9/+10
* bug fix: 47694 Avoid create IOCA for background on empty areasChris Bowditch2009-08-141-0/+3
* What we thought were cubic curves in GOCA, were actually just quadratic ones....Jeremias Maerki2009-08-042-8/+150
* Fixed problem with raster font substitution when there's no smaller font avai...Jeremias Maerki2009-08-031-3/+7
* Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)Jeremias Maerki2009-08-021-1/+1
* Added support for AFP font embedding. Note: this changes the default behaviou...Jeremias Maerki2009-07-276-23/+90
* Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...Adrian Cumiskey2009-07-261-1/+1
* Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the outp...Andreas L. Delmelle2009-07-101-2/+2
* Bugfix: support justified text in AFP Renderer (already working in AFP Painter)Chris Bowditch2009-07-102-8/+98