| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged trunk@1356765 | Peter Hancock | 2012-07-03 | 8 | -46/+29 |
|\ |
|
| * | Check style and find bugs now pass without errors | Mehdi Houshmand | 2012-07-03 | 2 | -2/+0 |
| * | Merged in trunk@1356161 | Mehdi Houshmand | 2012-07-02 | 1 | -12/+4 |
| |\ |
|
| | * | Changed the exception message when internal font key == null, also some clean... | Mehdi Houshmand | 2012-07-02 | 1 | -13/+4 |
| * | | Removed HyphenationTreeResolver and better Handling of 'data://' URIs | Peter Hancock | 2012-06-15 | 1 | -1/+1 |
| * | | Merge in trunk@1345838 | Mehdi Houshmand | 2012-06-11 | 3 | -23/+43 |
| |\| |
|
| * | | Started unifying URI resolution mechanism, redesigned configuration system an... | Mehdi Houshmand | 2012-05-31 | 8 | -35/+27 |
* | | | Merged trunk@1354651 | Peter Hancock | 2012-06-29 | 8 | -45/+76 |
|\ \ \
| | |/
| |/| |
|
| * | | Eliminate javadocs warnings. | Glenn Adams | 2012-06-04 | 3 | -23/+43 |
| |/ |
|
| * | enable ImportOrder rule; fix violations | Glenn Adams | 2012-03-03 | 3 | -11/+15 |
| * | enable UnusedImports rule; fix violations | Glenn Adams | 2012-03-02 | 2 | -2/+0 |
| * | apply complex scripts patch | Glenn Adams | 2012-02-26 | 2 | -3/+6 |
| * | Amended checkstyle errors and return carriages | Mehdi Houshmand | 2012-01-30 | 1 | -0/+3 |
| * | Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers | Mehdi Houshmand | 2012-01-30 | 2 | -5/+8 |
| * | Reverted changes made in r1234877, see bugzilla#52513 | Mehdi Houshmand | 2012-01-24 | 2 | -8/+5 |
| * | Moved the FOUserAgent into the constructor of the Renderers | Mehdi Houshmand | 2012-01-23 | 2 | -5/+8 |
| * | Another go at removing all trailing whitespace | Vincent Hennebert | 2010-11-25 | 1 | -1/+1 |
| * | Reverting renaming of public methods of rev. 1036179 | Simon Pepping | 2010-11-19 | 1 | -4/+4 |
| * | Forgot to rename in one client | Simon Pepping | 2010-11-18 | 1 | -4/+4 |
* | | Bugzilla #49913 | Peter Hancock | 2011-06-08 | 1 | -0/+7 |
* | | Bugzilla #49913: | Jeremias Maerki | 2010-09-30 | 1 | -1/+9 |
|/ |
|
* | Removed many "// CSOK: ConstantName" instances for constants, by converting t... | Jeremias Maerki | 2010-08-14 | 1 | -7/+1 |
* | Bugzilla #49733: | Jeremias Maerki | 2010-08-14 | 13 | -193/+138 |
* | Moved ResourceEventProducer to org.apache.fop | Vincent Hennebert | 2010-04-09 | 1 | -1/+1 |
* | Bugfix: font-family values need to be enclosed in apostrophes in case they co... | Jeremias Maerki | 2010-01-28 | 1 | -1/+1 |
* | Merged changes from Trunk up to revision 824832 | Vincent Hennebert | 2009-10-13 | 2 | -5/+9 |
|\ |
|
| * | Some javadoc fixes: @code -> @link | Jeremias Maerki | 2009-10-01 | 2 | -2/+4 |
| * | Added a DocumentHandler implementation for PNG output including multi-file ou... | Jeremias Maerki | 2009-10-01 | 1 | -3/+5 |
* | | Merged changes from Trunk up to revision 816269 | Vincent Hennebert | 2009-09-18 | 4 | -86/+157 |
|\| |
|
| * | Changed SVG output to produce coordinates in points rather than millipoints. ... | Jeremias Maerki | 2009-09-17 | 4 | -44/+118 |
| * | Added ability to create single-page SVG 1.1 using a DOMResult or SAXResult. | Jeremias Maerki | 2009-08-04 | 1 | -42/+39 |
* | | Reverted changes for "ptr" to painter interface as announced in #46705. The p... | Jeremias Maerki | 2009-04-14 | 1 | -5/+4 |
* | | Bugzilla #46705: | Jeremias Maerki | 2009-02-19 | 1 | -4/+6 |
|/ |
|
* | Fixed copy/paste mistakes. | Jeremias Maerki | 2009-02-16 | 2 | -0/+2 |
* | Moved area tree example to package embedding/atxml. | Jeremias Maerki | 2009-02-06 | 2 | -12/+0 |
* | Performance improvements and file-size reductions by introducing letter-spaci... | Jeremias Maerki | 2009-02-05 | 1 | -4/+8 |
* | Added general support for the fox:conversion-mode inside the new IF. | Jeremias Maerki | 2009-01-11 | 1 | -6/+3 |
* | Introduced IFContext to provide access to foreign attributes (as discussed on... | Jeremias Maerki | 2009-01-02 | 3 | -7/+10 |
* | Need to use xml:space="preserve" on text elements in IF and SVG output to avo... | Jeremias Maerki | 2008-12-22 | 1 | -0/+2 |
* | Added page master name to IFDocumentHandler.startPage() method. | Jeremias Maerki | 2008-11-19 | 2 | -2/+4 |
* | Moved IFState instance variable into AbstractIFPainter as all implementations... | Jeremias Maerki | 2008-10-23 | 1 | -26/+0 |
* | Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen... | Jeremias Maerki | 2008-09-28 | 9 | -646/+757 |
* | Added support for painting leaders (implemented as drawLine in IFPainter). | Jeremias Maerki | 2008-08-20 | 1 | -5/+27 |
* | Had to introduce "clip-rect" to handle clipping on background images, leader ... | Jeremias Maerki | 2008-08-15 | 1 | -0/+5 |
* | Some fixes for SVG along the way: | Jeremias Maerki | 2008-08-15 | 2 | -0/+16 |
* | Initial implementation for border painting for the new IF (including support ... | Jeremias Maerki | 2008-08-14 | 1 | -0/+7 |
* | Added document-trailer element to the IF (for example for the bookmark tree). | Jeremias Maerki | 2008-08-13 | 1 | -16/+1 |
* | Removed obsolete addTarget() method from IFPainter. | Jeremias Maerki | 2008-08-12 | 1 | -7/+0 |
* | Extracted some often-used XML constants and utility methods into an interface... | Jeremias Maerki | 2008-08-12 | 1 | -9/+2 |
* | Implemented foreign-object support for the new intermediate format. | Jeremias Maerki | 2008-08-07 | 1 | -41/+21 |