aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* Configure maven build.Glenn Adams2016-03-0624-2814/+0
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-062-2/+1
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-153-20/+20
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-5/+5
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-131-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-3/+3
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-3/+3
* Merged trunk@1356765Peter Hancock2012-07-038-46/+29
|\
| * 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
| |\|
| * | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-318-35/+27
* | | Merged trunk@1354651Peter Hancock2012-06-298-45/+76
|\ \ \ | | |/ | |/|
| * | Eliminate javadocs warnings.Glenn Adams2012-06-043-23/+43
| |/
| * 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
* | Bugzilla #49913Peter Hancock2011-06-081-0/+7
* | Bugzilla #49913:Jeremias Maerki2010-09-301-1/+9
|/
* 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-287-644/+755
* Added support for painting leaders (implemented as drawLine in IFPainter).Jeremias Maerki2008-08-201-5/+27