aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bugfix: Custom AFP fonts reported bad metrics.Jeremias Maerki2008-12-052-11/+11
* * Text encoding is now handled by PresentationTextData and character set enco...Temp_AFPGOCAResourcesAdrian Cumiskey2008-11-278-56/+171
* * Reverted back the interface changes I made to ImageHandler.Adrian Cumiskey2008-11-258-68/+91
* Fixed ArrayOutOfBoundsException. Object Classification triplet is 96 bytes long.Jeremias Maerki2008-11-251-1/+1
* Minor cleanup.Adrian Cumiskey2008-11-212-3/+4
* <svg:image/> y-axis positioning fix in AFPGraphics2D.Adrian Cumiskey2008-11-217-59/+78
* Improved plumbing :)Adrian Cumiskey2008-11-202-14/+15
* SetCurrentPosition fix for line drawing.Adrian Cumiskey2008-11-2061-746/+1006
* Structured field length bug fix.Adrian Cumiskey2008-11-191-7/+6