| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | set bullet list as default list style | Peter Herweg | 2004-07-17 | 1 | -0/+2 |
* | Null pointer check added to code, to stop NPE error (unsure if other problems | Glen Mazza | 2004-07-16 | 1 | -1/+3 |
* | bug fixed, which caused runtime-exception on leading whitespaces | Peter Herweg | 2004-07-13 | 1 | -1/+1 |
* | Adding reporting of mime type to renderers. | Simon Pepping | 2004-07-09 | 5 | -0/+36 |
* | Implementing user configuration file. | Simon Pepping | 2004-07-09 | 3 | -1/+20 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 1 | -0/+4 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 1 | -2/+1 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 1 | -12/+5 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 7 | -74/+10 |
* | Disable check for maximum line length because of a problem reported in FOP 0.... | Jeremias Maerki | 2004-06-22 | 1 | -1/+9 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 3 | -18/+2 |
* | 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg... | Glen Mazza | 2004-06-20 | 1 | -1/+1 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 2 | -17/+3 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 4 | -9/+9 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 2 | -2/+2 |
* | Removed illegal tab character
| Jeremias Maerki | 2004-06-16 | 1 | -4/+4 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 4 | -6/+4 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 1 | -7/+12 |
* | PR: | Glen Mazza | 2004-05-22 | 6 | -164/+115 |
* | added ipd property to block element | Chris Bowditch | 2004-05-18 | 1 | -5/+6 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 6 | -21/+41 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 1 | -3/+3 |
* | For area.Blocks created in BlockLayoutManager.getParentArea(), I set the | Glen Mazza | 2004-04-25 | 2 | -7/+8 |
* | More apps.Document->fonts.FontInfo conversion. | Glen Mazza | 2004-04-24 | 7 | -43/+42 |
* | PDFRenderer does not presently support out-of-order rendering (e.g., | Glen Mazza | 2004-04-24 | 1 | -1/+1 |
* | Unneeded imports removed. | Glen Mazza | 2004-04-22 | 1 | -1/+0 |
* | PR: | Glen Mazza | 2004-04-22 | 18 | -57/+53 |
* | <sigh> line endings got mucked up by last commit. | Chris Bowditch | 2004-04-07 | 1 | -1/+1 |
* | applied Luca Furini's patch to fix justification bug 28208 | Chris Bowditch | 2004-04-07 | 1 | -17/+5 |
* | Ordinary Java code should never throw Error instances, use RuntimeException i... | Jeremias Maerki | 2004-04-04 | 1 | -38/+38 |
* | Another attempt at fixing the space removal issue. This method | Glen Mazza | 2004-04-04 | 1 | -1/+1 |
* | Some improvements on the quality fallback for text (use stroking when in doub... | Jeremias Maerki | 2004-04-03 | 7 | -70/+265 |
* | PDF library no longer gets a logger from its owner. | Jeremias Maerki | 2004-04-02 | 1 | -2/+1 |
* | PR: | Glen Mazza | 2004-03-31 | 9 | -19/+49 |
* | 1.) Removed xsl file for property generation (no longer used, due to | Glen Mazza | 2004-03-21 | 2 | -3/+6 |
* | Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.) | Glen Mazza | 2004-03-19 | 2 | -2/+2 |
* | Updated details on getAscender bug | Peter Bernard West | 2004-03-18 | 1 | -0/+17 |
* | Simplifications to FOText whitespace removal; fewer arraycopies performed. | Glen Mazza | 2004-03-12 | 1 | -1/+1 |
* | now for some "real" commits | Chris Bowditch | 2004-03-02 | 1 | -27/+55 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 142 | -6752/+2214 |
* | Use the new property expressions. Clients must use Length when retrieving | Finn Bock | 2004-02-26 | 1 | -1/+1 |
* | Changed internal renderInlineXXX() functions from public to protected access.... | Glen Mazza | 2004-02-25 | 3 | -56/+12 |
* | Removal of Visitor patterns from AbstractRenderer, moving of business logic f... | Glen Mazza | 2004-02-25 | 2 | -112/+55 |
* | Draw the borders of a BlockViewport before setting the CTM | Finn Bock | 2004-02-10 | 1 | -18/+19 |
* | Adapt to changes in Commons IO's APIs. | Jeremias Maerki | 2004-02-06 | 1 | -4/+4 |