aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/afp/AFPRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-251-924/+0
* Bugzilla #49733:Jeremias Maerki2010-08-141-5/+9
* AFP Output Changes:Jeremias Maerki2010-06-121-0/+5
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Bugfix: 48453 AFP Renderer: Page Segments not positioned correctly when refer...Chris Bowditch2009-12-291-2/+4
* Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as ...Jeremias Maerki2009-10-231-1/+7
* add support for positioning Page Overlay in AFP Renderer/PainterChris Bowditch2009-10-121-6/+11
* added support for IMM Extension on fo:simple-page-master element in the AFP R...Chris Bowditch2009-08-041-21/+58
* Added support for AFP font embedding. Note: this changes the default behaviou...Jeremias Maerki2009-07-271-2/+40
* Bugfix: support justified text in AFP Renderer (already working in AFP Painter)Chris Bowditch2009-07-101-1/+4
* Added setting to enable dithered painting of filled rectangles in AFP and PCL.Vincent Hennebert2009-04-281-3/+28
* AFP Output: Tag Logical Element (TLE) is now also allowed on fo:page-sequence...Jeremias Maerki2009-03-021-0/+5
* AFP: Backported IMM (Invoke Medium Map) to AFPRenderer.Jeremias Maerki2009-03-021-2/+17
* Merge from Trunk revisions 740276 - 741103.Jeremias Maerki2009-02-051-0/+6
|\
| * AFP Output: Added a configuration option to override the resource level defau...Jeremias Maerki2009-02-051-7/+18
* | Started new IF implementation for AFP (incomplete, supporting filled rects, t...Jeremias Maerki2009-01-111-42/+19
|/
* * Text encoding is now handled by PresentationTextData and character set enco...Temp_AFPGOCAResourcesAdrian Cumiskey2008-11-271-24/+19
* * Reverted back the interface changes I made to ImageHandler.Adrian Cumiskey2008-11-251-10/+0
* <svg:image/> y-axis positioning fix in AFPGraphics2D.Adrian Cumiskey2008-11-211-1/+2
* Improved plumbing :)Adrian Cumiskey2008-11-201-3/+1
* SetCurrentPosition fix for line drawing.Adrian Cumiskey2008-11-201-10/+10
* Removed AbstractGraphics2DImagePainter and Graphics2DImagePainterGOCA (painti...Adrian Cumiskey2008-11-181-43/+43
* * PDFImageHandler interface split into ImageHandler and PDFImageHandler.Adrian Cumiskey2008-11-131-65/+63
* "fixed" block container handling fixed (see block-container_absolute-position...Adrian Cumiskey2008-11-041-48/+46
* Fix for test/layoutengine/standard-testcases/block-container_absolute-positio...Adrian Cumiskey2008-10-311-18/+2
* All AFP library classes without Renderer dependencies moved from org.apache.f...Adrian Cumiskey2008-10-271-7/+19
* Cleanup.Adrian Cumiskey2008-10-221-2/+0
* supportsOutOfOrder = falseAdrian Cumiskey2008-10-221-1/+1
* Fixed border painting, at the same time creating a generic PaintInfo interfac...Adrian Cumiskey2008-10-221-7/+12
* Unused accessor methodAdrian Cumiskey2008-10-161-9/+0
* * Block-container positioning fix.Adrian Cumiskey2008-10-101-90/+64
* * Image positioning fix.Adrian Cumiskey2008-09-081-8/+8
* Toggleable support for AFP native image flavours.Adrian Cumiskey2008-09-031-6/+22
* Fix for text decoration.Adrian Cumiskey2008-09-031-2/+1
* * Structural fixes with StrucFlgs class.Adrian Cumiskey2008-09-031-119/+23
* ObjectContainer/IncludeObject structure fixes.Adrian Cumiskey2008-08-291-18/+15
* * print-file level (default) resources are now immediately streamed and pages...Adrian Cumiskey2008-08-271-530/+284
* Merged revisions 685573,685785,685879,685885 via svnmerge from Adrian Cumiskey2008-08-141-4/+5
* * Moved AFPConstants from org.apache.fop.render.afp.modca into org.apache.fop...Adrian Cumiskey2008-07-241-5/+7
* Checkstyle nitAdrian Cumiskey2008-07-221-1/+2
* * Removed unused goca accessor methods from AFPState.Adrian Cumiskey2008-07-221-128/+131
* Removed arbitrary image formats from MO:DCA registry.Adrian Cumiskey2008-07-211-2/+6
* Fixed bug in drawBorderLine() implementation.Adrian Cumiskey2008-07-211-1/+1
* * Added new DataObjectFactory to take care of MO:DCA DataObject creation/inst...Adrian Cumiskey2008-07-171-19/+12
* Merged revisions 676161,676297,676307,676397,676608,677404-677405,677543,6776...Adrian Cumiskey2008-07-171-59/+8
* Fixed image positioning for RenderedImages.Jeremias Maerki2008-07-101-58/+51
* * Created new AbstractState class that shares common properties and stack pop...Adrian Cumiskey2008-07-101-949/+442
* Merged revisions 665691 via svnmerge from Adrian Cumiskey2008-06-091-56/+91
* * Created new AreaObjectInfo class POJO to cleanup all this long parameter pa...Adrian Cumiskey2008-06-091-15/+22
* Moved image uri storing from AbstractGenericSVGHandler to AFPState as request...Adrian Cumiskey2008-06-031-1/+1