aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug fix: fractional points sizes in AFP not working correctly together with f...Chris Bowditch2009-07-076-50/+157
* No code change here, just fixing the indentation of the if (useInclude) block...Adrian Cumiskey2009-06-191-29/+28
* Correct wrongly encoded characterAndreas L. Delmelle2009-06-151-1/+1
* AFP Output: Add support for fractional font-sizes, and make sure that, for no...Andreas L. Delmelle2009-06-061-39/+55
* Added setting to enable dithered painting of filled rectangles in AFP and PCL.Vincent Hennebert2009-04-285-10/+147
* Added support for CMYK colors in PTOCAVincent Hennebert2009-04-281-13/+33
* Bugfix: take rotation into account also when resource level is not inlineVincent Hennebert2009-04-281-3/+4
* In the AFP stream, put the TLE fields associated to a page sequence before th...Vincent Hennebert2009-04-243-18/+29
* Added full URI resolution support for AFP fonts.Jeremias Maerki2009-03-107-115/+129
* Restored compatibility with Java VMs that don't support nio Charsets for code...Jeremias Maerki2009-03-091-10/+34
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-3/+3
* Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-161-90/+58
|\
| * Bugzilla #45342:Jeremias Maerki2009-02-091-91/+61
* | Bugfix for path handling when spaces are in the path.Jeremias Maerki2009-02-051-1/+3
* | Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-056-33/+323
* | Merge from Trunk revisions 740276 - 741103.Jeremias Maerki2009-02-054-57/+196
|\|
| * AFP Output: Added a configuration option to override the resource level defau...Jeremias Maerki2009-02-054-71/+203
* | Merge from Trunk revisions 735029 - 740275.Jeremias Maerki2009-02-0319-121/+484
|\|
| * Moved MonochromeBitmapConverter from PCL to utility package for later reuse i...Jeremias Maerki2009-01-2819-121/+485
* | Merge from Trunk revisions 731480 - 735028.Jeremias Maerki2009-01-168-22/+72
|\|
| * Bugfix: Weave included page segments into the object sequence instead of inse...Jeremias Maerki2009-01-163-18/+1
| * Added in support for subtractive mode in 1-bit images. This should further re...Jeremias Maerki2009-01-155-4/+71
* | Added support for fixed-width spaces.Jeremias Maerki2009-01-136-33/+64
* | Fixed assert statement.Jeremias Maerki2009-01-121-1/+1
* | Restrict XML-formats to SVG to stream-line the image loading/conversion process.Jeremias Maerki2009-01-121-1/+2
* | Disabling native formats as long as the configuration doesn't enable/disable ...Jeremias Maerki2009-01-121-3/+4
* | Started new IF implementation for AFP (incomplete, supporting filled rects, t...Jeremias Maerki2009-01-119-473/+726
* | Moved getPoint() method from DataStream to AFPPaintingState where it makes mo...Jeremias Maerki2009-01-112-22/+37
* | GOCA improvements:Jeremias Maerki2009-01-114-51/+98
* | Bugfix: remaining chunk of over-long text strings didn't get handled properly.Jeremias Maerki2009-01-061-4/+5
|/
* Bugzilla #46369:Chris Bowditch2008-12-107-32/+77
* FopCharacterSet doesn't follow the same contract as its superclass. The metri...Jeremias Maerki2008-12-072-10/+6
* Avoid replacement notification if we're only checking the presence of a certa...Jeremias Maerki2008-12-051-4/+4