| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | First steps at unified image handling as proposed on http://wiki.apache.org/x... | Jeremias Maerki | 2008-08-05 | 6 | -3/+429 |
* | Reduce code duplication and make the toString() methods available to the outs... | Jeremias Maerki | 2008-07-28 | 1 | -17/+2 |
* | Renamed "box" to "viewport". Introduced "group" for pure reference areas (onl... | Jeremias Maerki | 2008-07-28 | 2 | -17/+86 |
* | Merge from Trunk revisions 677589 to 679734. | Jeremias Maerki | 2008-07-25 | 10 | -41/+41 |
|\ |
|
| * | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 10 | -41/+41 |
| * | Ensured all SVN properties are set equally | Maximilian Berger | 2008-02-13 | 2 | -102/+102 |
* | | Started the IFParser. | Jeremias Maerki | 2008-07-22 | 4 | -0/+24 |
* | | Renamed "iform" package to "intermediate" (iform was too cryptic for my taste) | Jeremias Maerki | 2008-07-16 | 8 | -1/+876 |
* | | Merged revisions 603890,603926,603943,603945,603959,603961-603962,603968,6039... | Adrian Cumiskey | 2008-05-14 | 2 | -102/+102 |
|/ |
|
* | Moved table-related FObj into new o.a.fop.fo.flow.table package | Vincent Hennebert | 2007-11-05 | 1 | -6/+6 |
* | Bugzilla #41831: | Jeremias Maerki | 2007-05-28 | 1 | -9/+0 |