| Commit message (Expand) | Author | Age | Files | Lines |
* | ---------------------------------------------------------------------- | Glen Mazza | 2003-12-26 | 7 | -7/+62 |
* | Removed the elementStringTable HashMap references (never used; was | Glen Mazza | 2003-12-24 | 2 | -69/+23 |
* | Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background... | Glen Mazza | 2003-12-23 | 1 | -1/+17 |
* | Bug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spe... | Glen Mazza | 2003-12-23 | 1 | -1/+12 |
* | Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design's | Glen Mazza | 2003-12-22 | 5 | -4/+1295 |
* | PR: | Glen Mazza | 2003-12-22 | 15 | -14/+15 |
* | ---------------------------------------------------------------------- | Glen Mazza | 2003-12-22 | 14 | -35/+37 |
* | Removal of some of the temporary code elements (FO Element lists still pending.) | Glen Mazza | 2003-12-22 | 2 | -52/+61 |
* | Property Makers now being activated via int constants. (Maker classes themse... | Glen Mazza | 2003-12-20 | 2 | -17/+35 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 60 | -628/+602 |
* | Place Constants.java file in wrong location. | Glen Mazza | 2003-12-18 | 1 | -0/+0 |
* | Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.) | Glen Mazza | 2003-12-15 | 1 | -1/+15 |
* | 1. Removed the properties.Constants class from automatic generation, and | Glen Mazza | 2003-12-15 | 1 | -0/+489 |
* | Bug 25474--incorrect element name (table-column instead of fo:table-column) g... | Glen Mazza | 2003-12-14 | 1 | -1/+1 |
* | Consolidated PropertyListBuilder and PropertyList. | Glen Mazza | 2003-12-14 | 3 | -527/+379 |
* | Moved FontSetup and two helper classes from render.pdf to fonts package. | Glen Mazza | 2003-12-12 | 14 | -62/+62 |
* | Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added. | Glen Mazza | 2003-12-01 | 1 | -10/+20 |
* | 1.) Chris Bowditch's patch on padding-start implemented. (Changes were | Glen Mazza | 2003-11-24 | 7 | -142/+165 |
* | New feature for the Ant task: relativebase="true" uses the directory of each ... | Jeremias Maerki | 2003-11-22 | 1 | -2/+28 |
* | Style fixes only | Jeremias Maerki | 2003-11-22 | 17 | -192/+169 |
* | RTF output: Support for fo:list-block
| Jeremias Maerki | 2003-11-22 | 15 | -215/+989 |
* | 1. add method to LayoutStrategy indicating whether an FO Tree should be built... | William Victor Mote | 2003-11-19 | 2 | -0/+27 |
* | fix Unicode encoding problem in comments | William Victor Mote | 2003-11-19 | 1 | -27/+27 |
* | minor elaboration | Glen Mazza | 2003-11-16 | 1 | -0/+3 |
* | Peter Herweg's patch applied: | Glen Mazza | 2003-11-15 | 1 | -3/+5 |
* | Partial implementation of space-after functionality--mostly working, but | Glen Mazza | 2003-11-11 | 1 | -3/+12 |
* | 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 |