| Commit message (Expand) | Author | Age | Files | Lines |
* | PR: | Glen Mazza | 2004-10-12 | 1 | -51/+52 |
* | style and a comment | Jeremias Maerki | 2004-10-11 | 1 | -4/+4 |
* | Bugzilla #31512: | Jeremias Maerki | 2004-10-11 | 1 | -0/+14 |
* | Deleted unused imports. | Finn Bock | 2004-10-11 | 1 | -2/+0 |
* | Centralized Renderer and FOEventHandler creation in the RenderFactory class. | Jeremias Maerki | 2004-10-10 | 1 | -0/+142 |
* | Implement the cheaper mechanism to ensure correct rendering at differing reso... | Jeremias Maerki | 2004-10-10 | 2 | -19/+45 |
* | Set Batik rendering hints to improve output quality. | Jeremias Maerki | 2004-10-10 | 1 | -0/+7 |
* | Add getMimeType() to the Renderer interface as AbstractRenderer implements th... | Jeremias Maerki | 2004-10-10 | 1 | -0/+7 |
* | Make fonts configurable for PS Renderer and now use PrintRenderer as base cla... | Jeremias Maerki | 2004-10-10 | 1 | -13/+10 |
* | javadoc fix | Jeremias Maerki | 2004-10-10 | 1 | -1/+1 |
* | Re-enable calls to TableAttributesConverter.makeBorder. | Finn Bock | 2004-10-03 | 1 | -4/+1 |
* | Added makeBorder() method. | Finn Bock | 2004-10-03 | 1 | -40/+71 |
* | PR: | Glen Mazza | 2004-10-02 | 1 | -2/+4 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 1 | -140/+49 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 1 | -74/+29 |
* | Support nested attribute values, for use with border control words. | Finn Bock | 2004-10-01 | 2 | -2/+21 |
* | Simplified the handling of length attributes. | Finn Bock | 2004-10-01 | 2 | -115/+35 |
* | Helper class which supports FOP datatypes as values. | Finn Bock | 2004-10-01 | 1 | -0/+51 |
* | Initial support for fo:blockcontainer. | Finn Bock | 2004-10-01 | 2 | -0/+82 |
* | Add support for the generator element which identifies the generating applica... | Jeremias Maerki | 2004-10-01 | 2 | -0/+57 |
* | Support fo:character. | Finn Bock | 2004-10-01 | 1 | -0/+37 |
* | Make the rtf output a little less random and thus easier to compare | Finn Bock | 2004-10-01 | 1 | -1/+1 |
* | Write the "sectd" after the page attributes, so the default margins for | Finn Bock | 2004-10-01 | 1 | -1/+1 |
* | Style: fix indent. | Finn Bock | 2004-10-01 | 1 | -41/+40 |
* | Emit valid floating point numbers, even when running under a Locale with | Finn Bock | 2004-09-28 | 1 | -3/+5 |
* | Removal of empty Title subclass, now using LineArea. | Glen Mazza | 2004-09-25 | 5 | -12/+9 |
* | Support url(...) function in image source. | Finn Bock | 2004-09-24 | 1 | -0/+1 |
* | Style: fix indent. | Finn Bock | 2004-09-24 | 1 | -6/+6 |
* | Fix NPE | Jeremias Maerki | 2004-09-23 | 1 | -3/+9 |
* | Moved test classes to their proper location. | Jeremias Maerki | 2004-09-23 | 15 | -1283/+0 |
* | Calculate the margin offsets (border & padding), by increasing | Finn Bock | 2004-09-23 | 2 | -99/+36 |
* | Simplify ET/BT handling by keeping track of the current state. | Finn Bock | 2004-09-22 | 1 | -64/+22 |
* | Gets rid of currentBlockIPPosition. Use currentIPPosition instead and | Finn Bock | 2004-09-22 | 5 | -37/+30 |
* | Use content ipd/bpd instead of allocation width/height. | Finn Bock | 2004-09-22 | 6 | -48/+76 |
* | Removed unneded import statements. | Finn Bock | 2004-09-09 | 3 | -3/+0 |
* | Removed unneeded import statements. Makes eclipse happy. | Finn Bock | 2004-09-07 | 2 | -10/+0 |
* | Renamed FOInputHandler to somewhat more intuitive FOEventHandler. | Glen Mazza | 2004-09-06 | 2 | -98/+98 |
* | New line breaking algorithm, patch 29124, submitted by Luca | Simon Pepping | 2004-09-05 | 2 | -3/+70 |
* | PR: | Glen Mazza | 2004-09-05 | 2 | -6/+5 |
* | 1.) validateChildNode() implemented for fo:table-cell. | Glen Mazza | 2004-09-04 | 1 | -6/+6 |
* | 1.) Some flattening of the Region classes done, with the goal of moving | Glen Mazza | 2004-08-30 | 1 | -1/+1 |
* | Removed the redundant Region Class Codes in favor of the FO constant | Glen Mazza | 2004-08-29 | 4 | -16/+15 |
* | PR: | Glen Mazza | 2004-08-29 | 1 | -1/+1 |
* | 1.) validateChildNode() implemented for fo:multi-properties. | Glen Mazza | 2004-08-21 | 1 | -1/+1 |
* | JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet) | Jeremias Maerki | 2004-08-15 | 1 | -6/+6 |
* | moved FO term of a Node's child elements from "Children" to "ChildNodes" | Glen Mazza | 2004-07-24 | 1 | -2/+2 |
* | Combined the apps.Driver class into apps.Fop. (195 LOC total.) Primary | Glen Mazza | 2004-07-24 | 1 | -6/+6 |
* | 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler. | Glen Mazza | 2004-07-20 | 1 | -1/+1 |
* | 1.) Driver constructor modified to require RenderType, and setter functions | Glen Mazza | 2004-07-19 | 1 | -2/+1 |
* | 1. New constructor for Driver created, takes FOUserAgent constructor. | Glen Mazza | 2004-07-18 | 2 | -14/+15 |