aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-4/+4
* Forgot to rename in one clientSimon Pepping2010-11-181-4/+4
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-7/+1
* Bugzilla #49733:Jeremias Maerki2010-08-1413-193/+138
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Bugfix: font-family values need to be enclosed in apostrophes in case they co...Jeremias Maerki2010-01-281-1/+1
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-132-5/+9
|\
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-012-2/+4
| * Added a DocumentHandler implementation for PNG output including multi-file ou...Jeremias Maerki2009-10-011-3/+5
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-184-86/+157
|\|
| * Changed SVG output to produce coordinates in points rather than millipoints. ...Jeremias Maerki2009-09-174-44/+118
| * Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult.Jeremias Maerki2009-08-041-42/+39
* | Reverted changes for "ptr" to painter interface as announced in #46705. The p...Jeremias Maerki2009-04-141-5/+4
* | Bugzilla #46705:Jeremias Maerki2009-02-191-4/+6
|/
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-162-0/+2
* Moved area tree example to package embedding/atxml.Jeremias Maerki2009-02-062-12/+0
* Performance improvements and file-size reductions by introducing letter-spaci...Jeremias Maerki2009-02-051-4/+8
* Added general support for the fox:conversion-mode inside the new IF.Jeremias Maerki2009-01-111-6/+3
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-023-7/+10
* Need to use xml:space="preserve" on text elements in IF and SVG output to avo...Jeremias Maerki2008-12-221-0/+2
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-192-2/+4
* Moved IFState instance variable into AbstractIFPainter as all implementations...Jeremias Maerki2008-10-231-26/+0
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-289-646/+757
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-5/+27
* Had to introduce "clip-rect" to handle clipping on background images, leader ...Jeremias Maerki2008-08-151-0/+5
* Some fixes for SVG along the way:Jeremias Maerki2008-08-152-0/+16
* Initial implementation for border painting for the new IF (including support ...Jeremias Maerki2008-08-141-0/+7
* Added document-trailer element to the IF (for example for the bookmark tree).Jeremias Maerki2008-08-131-16/+1
* Removed obsolete addTarget() method from IFPainter.Jeremias Maerki2008-08-121-7/+0
* Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-121-9/+2
* Implemented foreign-object support for the new intermediate format.Jeremias Maerki2008-08-071-41/+21
* First steps at unified image handling as proposed on http://wiki.apache.org/x...Jeremias Maerki2008-08-056-3/+429
* Reduce code duplication and make the toString() methods available to the outs...Jeremias Maerki2008-07-281-17/+2
* Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl...Jeremias Maerki2008-07-282-17/+86
* Merge from Trunk revisions 677589 to 679734.Jeremias Maerki2008-07-2510-41/+41
|\
| * Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2410-41/+41
| * Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-102/+102
* | Started the IFParser.Jeremias Maerki2008-07-224-0/+24
* | Renamed "iform" package to "intermediate" (iform was too cryptic for my taste)Jeremias Maerki2008-07-168-1/+876
* | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039...Adrian Cumiskey2008-05-142-102/+102
|/
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-6/+6
* Bugzilla #41831:Jeremias Maerki2007-05-281-9/+0
* Small Javadoc issue fixed.Jeremias Maerki2007-05-161-1/+1
* Extracted a little bit of the multi-output handling code from PNGRenderer in ...Jeremias Maerki2007-05-162-385/+123
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2813-65/+78
* Promote AFP and PCL renderers from sandbox to main source tree.Jeremias Maerki2006-07-243-6/+0
* Promoting the PCL renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2413-3551/+0
* Promoting the AFP renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2466-13030/+0
* Re-routing SVG painting to the Graphics2DAdapter and teach the latter to resp...Jeremias Maerki2006-06-294-147/+75