| Commit message (Expand) | Author | Age | Files | Lines |
* | fo:block space-before property now activated only on the first Area.Block obj... | Glen Mazza | 2003-11-11 | 2 | -4/+24 |
* | Peter Herweg's latest patch applied: | Glen Mazza | 2003-11-09 | 6 | -23/+30 |
* | A few more toString() implementations helpful for debugging spacing | Glen Mazza | 2003-11-09 | 2 | -5/+30 |
* | Style fixes only | Jeremias Maerki | 2003-11-08 | 15 | -246/+227 |
* | RTF: Add support for number-rows-spanned, height (at table-row) and margin-le... | Jeremias Maerki | 2003-11-08 | 7 | -20/+71 |
* | Now all setup code is moved from render() to getContentHandler() except for t... | Jeremias Maerki | 2003-11-08 | 1 | -16/+17 |
* | Another fix, making Area Tree Renderers work again. Damn, when am I going to ... | Jeremias Maerki | 2003-11-08 | 1 | -7/+7 |
* | Changed image loading to use Commons IO.
| Jeremias Maerki | 2003-11-08 | 1 | -15/+8 |
* | RTF: added support for fo:external-graphic
| Jeremias Maerki | 2003-11-08 | 5 | -6/+91 |
* | Fix Document construction in getContentHandler() (it was done too late) | Jeremias Maerki | 2003-11-08 | 1 | -14/+14 |
* | Not needed anymore. Everything we need is in Commons IO. | Jeremias Maerki | 2003-11-07 | 1 | -243/+0 |
* | Substantial refactoring of the PS transcoder (especially the text painting, l... | Jeremias Maerki | 2003-11-07 | 14 | -814/+1518 |
* | Use different base class for user agent | Jeremias Maerki | 2003-11-07 | 1 | -18/+7 |
* | Use different base class for user agent. | Jeremias Maerki | 2003-11-07 | 1 | -63/+17 |
* | Helper class for debugging in TextPainters | Jeremias Maerki | 2003-11-07 | 1 | -0/+94 |
* | Tried to fix basic driver tests but didn't manage, yet.
| Jeremias Maerki | 2003-11-07 | 1 | -17/+15 |
* | Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug.... | Glen Mazza | 2003-11-07 | 1 | -16/+18 |
* | toString() methods implemented for these objects for help in | Glen Mazza | 2003-11-05 | 4 | -3/+30 |
* | RTF structural renderer moved from root to render.rtf, joining all the other ... | Glen Mazza | 2003-11-04 | 96 | -217/+210 |
* | Tom DeWeese's changes made; | Glen Mazza | 2003-11-04 | 1 | -2/+14 |
* | Clearer method names given for finding border and padding for regions. | Glen Mazza | 2003-11-02 | 3 | -25/+19 |
* | Moved mif package (including structural renderer MIFHandler.java) to | Glen Mazza | 2003-11-01 | 7 | -13/+13 |
* | 1. PDF block background rendering properly offset to account for region | Glen Mazza | 2003-11-01 | 3 | -73/+97 |
* | Peter Herweg's missed files from his previous RTF patch. | Glen Mazza | 2003-11-01 | 2 | -116/+95 |
* | Peter Herweg's RTF patches applied--note the RTFHandler update was missing, | Glen Mazza | 2003-11-01 | 15 | -13/+932 |
* | Layout changed to account for fo:region-body borders and padding when | Glen Mazza | 2003-11-01 | 8 | -55/+105 |
* | renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid | Glen Mazza | 2003-10-28 | 13 | -122/+120 |
* | 1. TraitSetter modified to provide padding properties for regions. | Glen Mazza | 2003-10-26 | 2 | -20/+83 |
* | Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th... | Glen Mazza | 2003-10-25 | 1 | -0/+9 |
* | minor elaboration | Glen Mazza | 2003-10-20 | 1 | -1/+1 |
* | Patch by Finn Bock applied | Glen Mazza | 2003-10-16 | 1 | -1/+1 |
* | apply patch from Peter Herweg for RTF pagination properties (see http://nagoy... | William Victor Mote | 2003-10-15 | 3 | -0/+142 |
* | fix signature problem in inner class for InlineStackingLayoutManager -- attem... | William Victor Mote | 2003-10-12 | 1 | -2/+2 |
* | Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat... | Glen Mazza | 2003-10-11 | 4 | -246/+106 |
* | move static methods getCharWidth and getWordWidth from util.CharUtilities to ... | William Victor Mote | 2003-10-10 | 5 | -107/+106 |
* | open up access in misc places by either adding accessor methods or by looseni... | William Victor Mote | 2003-10-10 | 5 | -42/+55 |
* | Document name switched from default "Java Printing" text to "FOP Document". | Glen Mazza | 2003-10-07 | 1 | -1/+1 |
* | Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23... | Glen Mazza | 2003-10-07 | 1 | -9/+0 |
* | remove unused variable | William Victor Mote | 2003-10-07 | 1 | -1/+0 |
* | port layout/FontState.getWordWidth from maintenance branch | William Victor Mote | 2003-10-07 | 1 | -12/+28 |
* | port from maintenance branch the variables that are used to track an object's... | William Victor Mote | 2003-10-07 | 1 | -0/+7 |
* | move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t... | William Victor Mote | 2003-10-06 | 2 | -2/+1 |
* | 1. add an AreaTreeControl interface | William Victor Mote | 2003-10-06 | 6 | -9/+100 |
* | cleanup bookmark logic and doc a bit | William Victor Mote | 2003-10-06 | 1 | -7/+5 |
* | move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to... | William Victor Mote | 2003-10-06 | 2 | -42/+44 |
* | 1. BodyRegion's clone() now including child areas (makes it a bona fide clone() | Glen Mazza | 2003-10-02 | 2 | -40/+120 |
* | Fixed Testcase.
| Joerg Pietschmann | 2003-09-27 | 5 | -13/+11 |
* | port maintenance branch improvements in apps/FOPException to the trunk | William Victor Mote | 2003-09-25 | 1 | -0/+20 |
* | reset background-color for each paragraph, submitted by Peter Herweg, see htt... | William Victor Mote | 2003-09-21 | 1 | -3/+8 |
* | 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer | Glen Mazza | 2003-09-21 | 24 | -75/+62 |