aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painti...Adrian Cumiskey2008-11-187-581/+36
* Default 10pt font fallback removed.Adrian Cumiskey2008-11-181-7/+6
* Memory usage optimizations.Adrian Cumiskey2008-11-1757-1112/+1443
* * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-1326-371/+613
* Improved font selection strategy when matching AWT Font against FontTriplet.Adrian Cumiskey2008-11-052-73/+97
* GOCA Text painting positional fix.Adrian Cumiskey2008-11-051-8/+22
* State --> PaintingState cleanup.Adrian Cumiskey2008-11-051-15/+15
* AFPGraphics2D Line drawing width (Stroke) fix.Adrian Cumiskey2008-11-051-5/+5
* "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-0415-121/+130