aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Check style and find bugs now pass without errorsMehdi Houshmand2012-07-032-2/+0
* Merged in trunk@1356161Mehdi Houshmand2012-07-021-12/+4
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-13/+4
* | Removed HyphenationTreeResolver and better Handling of 'data://' URIsPeter Hancock2012-06-151-1/+1
* | Merge in trunk@1345838Mehdi Houshmand2012-06-113-23/+43
|\|
| * Eliminate javadocs warnings.Glenn Adams2012-06-043-23/+43
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-318-35/+27
|/
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-033-11/+15
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-022-2/+0
* apply complex scripts patchGlenn Adams2012-02-262-3/+6
* Amended checkstyle errors and return carriagesMehdi Houshmand2012-01-301-0/+3
* Bugzilla#52513: Moved FOUserAgent to the constructor of the RenderersMehdi Houshmand2012-01-302-5/+8
* Reverted changes made in r1234877, see bugzilla#52513Mehdi Houshmand2012-01-242-8/+5
* Moved the FOUserAgent into the constructor of the RenderersMehdi Houshmand2012-01-232-5/+8
* 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
|\