| Commit message (Expand) | Author | Age | Files | Lines |
* | FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ... | Glenn Adams | 2013-09-13 | 1 | -0/+1 |
* | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent... | Glenn Adams | 2012-06-15 | 1 | -0/+2 |
* | Bugzilla#52089: Allow JPEG images to be embedded in an AFP document as | Peter Hancock | 2011-11-01 | 1 | -0/+1 |
* | Removed old Renderer implementations for AFP, PCL, PDF, PS. | Vincent Hennebert | 2010-08-25 | 3 | -14/+0 |
* | Bugzilla #44460: | Jeremias Maerki | 2010-08-03 | 1 | -0/+1 |
* | Now that the creation of event-model.xml has been standardised, the EventMode... | Vincent Hennebert | 2010-04-09 | 1 | -16/+0 |
* | Moved ResourceEventProducer to org.apache.fop | Vincent Hennebert | 2010-04-09 | 1 | -1/+1 |
* | Split catch-all EventFormatter.xml message file into individual files for eac... | Vincent Hennebert | 2010-04-09 | 1 | -1/+9 |
* | Added missing EventModelFactory to avoid error: | Jeremias Maerki | 2009-10-28 | 1 | -0/+1 |
* | Set svn:eol-style property | Vincent Hennebert | 2009-10-27 | 11 | -64/+64 |
* | Merged back Temp_Accessibility branch into Trunk | Vincent Hennebert | 2009-10-27 | 1 | -1/+2 |
|\ |
|
| * | Merged changes from Trunk up to revision 824832 | Vincent Hennebert | 2009-10-13 | 1 | -0/+1 |
| |\
| |/
|/| |
|
| * | Merged changes from Trunk up to revision 816269 | Vincent Hennebert | 2009-09-18 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge from Trunk revisions 744927 - 763662. | Jeremias Maerki | 2009-04-14 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Bugzilla #46705: | Jeremias Maerki | 2009-02-19 | 1 | -9/+10 |
* | | | | Added a DocumentHandler implementation for PNG output including multi-file ou... | Jeremias Maerki | 2009-10-01 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | AFPEventProducer was moved months ago but this file not adjusted. That cause ... | Jeremias Maerki | 2009-07-28 | 1 | -1/+1 |
| |/
|/| |
|
* | | added extra blank line which is consistent with the other files in this folde... | Chris Bowditch | 2009-03-23 | 1 | -1/+1 |
|/ |
|
* | Moved area tree example to package embedding/atxml. | Jeremias Maerki | 2009-02-06 | 2 | -3/+3 |
* | Started new IF implementation for AFP (incomplete, supporting filled rects, t... | Jeremias Maerki | 2009-01-11 | 2 | -1/+7 |
* | Added getUserAgent() to IFDocumentHandler (implemented by all implementations... | Jeremias Maerki | 2008-12-17 | 1 | -0/+6 |
* | Fixed parsing of document navigation namespace (its elements are no longer si... | Jeremias Maerki | 2008-12-11 | 1 | -1/+0 |
* | Merge from Trunk revisions 719662 - 724689. | Jeremias Maerki | 2008-12-09 | 1 | -0/+5 |
|\ |
|
| * | * PDFImageHandler interface split into ImageHandler and PDFImageHandler. | Adrian Cumiskey | 2008-11-13 | 1 | -0/+5 |
| * | Merged revisions 649279,649283,649285,649393,649396,649420 via svnmerge from | Adrian Cumiskey | 2008-04-18 | 1 | -0/+1 |
| * | Merged revisions 647692,647742,647745 via svnmerge from | Adrian Cumiskey | 2008-04-14 | 5 | -0/+19 |
| * | Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_... | Jeremias Maerki | 2008-01-11 | 4 | -0/+11 |
* | | Added page master name to IFDocumentHandler.startPage() method. | Jeremias Maerki | 2008-11-19 | 1 | -1/+2 |
* | | Making conversion hints available to ImageHandler implementations, too. | Jeremias Maerki | 2008-11-04 | 1 | -0/+1 |
* | | Moved IFState instance variable into AbstractIFPainter as all implementations... | Jeremias Maerki | 2008-10-23 | 1 | -0/+1 |
* | | Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen... | Jeremias Maerki | 2008-09-28 | 3 | -2/+5 |
* | | Started the PCL painter. Native Text, viewports (without clipping), groups an... | Jeremias Maerki | 2008-08-27 | 1 | -1/+2 |
* | | Widened "bookmarks" to "document-navigation" to fit named destination into th... | Jeremias Maerki | 2008-08-12 | 1 | -1/+1 |
* | | Added support for bookmarks to intermediate format (including PDF painter). | Jeremias Maerki | 2008-08-12 | 1 | -0/+1 |
* | | Fix for kerning (switched to SVG semantics, now working correctly for both SV... | Jeremias Maerki | 2008-08-06 | 1 | -0/+1 |
* | | First steps at unified image handling as proposed on http://wiki.apache.org/x... | Jeremias Maerki | 2008-08-05 | 2 | -0/+5 |
* | | Refinements based on the extensions of XML Graphics Commons (better distincti... | Jeremias Maerki | 2008-08-05 | 1 | -0/+1 |
* | | Renamed "iform" package to "intermediate" (iform was too cryptic for my taste) | Jeremias Maerki | 2008-07-16 | 1 | -0/+1 |
* | | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039... | Adrian Cumiskey | 2008-05-14 | 9 | -0/+31 |
|/ |
|
* | Bugzilla #42956 | Chris Bowditch | 2007-08-01 | 1 | -1/+2 |
* | Fixes for issues introduced with fox:destination: | Jeremias Maerki | 2007-04-04 | 1 | -2/+1 |
* | changes to support named destinations | Jay Bryant | 2007-04-01 | 1 | -1/+2 |
* | Promote AFP and PCL renderers from sandbox to main source tree. | Jeremias Maerki | 2006-07-24 | 3 | -3/+9 |
* | XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra... | Jeremias Maerki | 2006-06-20 | 1 | -1/+2 |
* | Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n... | Jeremias Maerki | 2006-04-28 | 1 | -0/+1 |
* | ElementMapping lookup via META-INF/services | Andreas L. Delmelle | 2006-03-07 | 1 | -0/+7 |
* | Removed duplicate entry in Renderer list. | Jeremias Maerki | 2006-03-06 | 2 | -1/+1 |
* | Add dynamic lookup of the RendererMakers to RendererFactory (as suggested by ... | Andreas L. Delmelle | 2006-03-05 | 1 | -0/+9 |
* | New interface XMLizable (copied from Apache Excalibur) to mark classes that c... | Jeremias Maerki | 2006-01-19 | 1 | -0/+1 |
* | XMLHandler interface changed so it reports whether it supports a particular R... | Jeremias Maerki | 2005-12-16 | 1 | -0/+3 |