]> source.dussan.org Git - xmlgraphics-fop.git/shortlog
xmlgraphics-fop.git
2004-08-06 Glen MazzaPR:
2004-08-05 Simon PeppingFirst version
2004-08-04 Glen MazzaMore detaching from AddLMVisitor those FO's which don...
2004-08-04 Glen MazzaPR:
2004-08-03 Glen MazzaPR:
2004-08-03 Glen MazzaImplemented validity checking for fo:bidi-override.
2004-08-01 Simon PeppingFirst committed version
2004-08-01 Glen MazzaPR:
2004-08-01 Glen MazzaPR:
2004-08-01 Glen Mazza1.) Moved from FOPException to SAXParseException for...
2004-07-31 Glen Mazza1. validation for fo:basic-link added
2004-07-27 Glen MazzaRemoved the FOTreeVisitor interface in favor of a more
2004-07-27 Glen MazzaProvided validateChildFO() methods for the "easy" FO...
2004-07-27 Glen MazzaSwitch from IllegalArgumentException to SAXParseExcepti...
2004-07-27 Glen MazzaRenamed end() method to somewhat clearer endOfNode().
2004-07-27 Glen MazzaRedefining "isOutOfLineFODescendant" to include cases...
2004-07-25 Glen MazzaTook advantage of the Transformer similarities between...
2004-07-25 Glen MazzaCreated a "isOutOfLineFODescendant" member variable...
2004-07-25 Glen MazzaRemoved the non-File constructors from the InputHandler...
2004-07-25 Glen MazzaBug fixed in previous renaming.
2004-07-25 Glen Mazzareverted change in PropertySets; unnecessary.
2004-07-24 Glen Mazzamoved FO term of a Node's child elements from "Children...
2004-07-24 Glen MazzaCombined the apps.Driver class into apps.Fop. (195...
2004-07-24 Glen MazzaRenamed FONode.addChild() to somewhat clearer FONode...
2004-07-23 Simon PeppingAllow a null locator in errorText
2004-07-20 Glen MazzaRemoved redundant check for invalid render type.
2004-07-20 Glen Mazza1.) Moved the SAXParser-creating method from FOFileHand...
2004-07-20 Glen Mazza1.) render() methods moved from Driver to XSLTInputHan...
2004-07-19 Glen Mazza1.) Moved exclusively to Simon's DefaultHandler object...
2004-07-19 Glen Mazza1.) Driver constructor modified to require RenderType...
2004-07-18 Simon PeppingAdded alternative example for FO to PDF, using javax...
2004-07-18 Simon PeppingImplemented the ErrorHandler interface in FOTreeBuilder.
2004-07-18 Glen MazzaRemoved the Driver(OutputStream) convenience constructo...
2004-07-18 Glen Mazza1. New constructor for Driver created, takes FOUserAgen...
2004-07-17 Peter Herwegset bullet list as default list style
2004-07-16 Glen MazzaNull pointer check added to code, to stop NPE error...
2004-07-16 Glen MazzaMoved user-defined ElementMapping initialization from...
2004-07-16 Glen MazzaBack to transform example, reverted yesterday's change...
2004-07-16 Glen Mazza*Temporary* commit showing how this process works via...
2004-07-14 Glen MazzaMinor edit, fixed commenting.
2004-07-14 Glen MazzaRemoved the Driver.run() method in favor of JAXP.
2004-07-14 Glen MazzaRemoved BufferedOutputStream line as unneeded in this...
2004-07-14 Glen MazzaUpdated FO->PDF example to use JAXP.
2004-07-13 Peter Herwegbug fixed, which caused runtime-exception on leading...
2004-07-13 Peter Herwegmissing call of endFlow added, so RTF module doesn...
2004-07-13 Glen MazzaPR:
2004-07-13 Glen Mazza1.) Combined the AreaTree and FOTreeHandler into a...
2004-07-11 Glen MazzaMoved FOPPrintServlet from using XSLTInputHandler to...
2004-07-09 Simon PeppingReviewed the Mime types
2004-07-09 Simon PeppingCorrection to the javadoc
2004-07-09 Simon PeppingAdding reporting of mime type to renderers.
2004-07-09 Simon PeppingImplementing user configuration file.
2004-07-09 Glen MazzaMade Driver.initialize() private, more in line with...
2004-07-07 Glen MazzaPR:
2004-07-07 Glen MazzaSwitch to JAXP identity transformation for DOM Document...
2004-07-07 Glen MazzaSwitch from non-JAXP DOM processing to using JAXP ident...
2004-07-07 Glen Mazza1.) Moved the Renderer creation further down from AreaT...
2004-07-06 Glen MazzaThis change abstracts the Renderer away from FOTreeHand...
2004-07-05 Glen Mazza1.) Moved DocumentInputSource & DocumentReader to apps...
2004-07-04 Glen MazzavalidateChildNode() activated for fo:flow.
2004-07-04 Glen MazzaRemoved isMarker() method in favor of getName() (may...
2004-06-27 Glen Mazza1.) Moved Renderer instantiation from Driver to FOTree...
2004-06-26 Glen Mazza1. Output constant types (RENDER_PDF, RENDER_PS, etc...
2004-06-25 Glen Mazza1.) Moved the CommandLineOptions' InputHandler object...
2004-06-23 Glen Mazza1.) Moving renderer-specific customization variables...
2004-06-22 Jeremias MaerkiDisable check for maximum line length because of a...
2004-06-22 Glen Mazza1. Moved renderer options to within FOUserAgent
2004-06-20 Glen Mazza1.) Removed the get/setLogger methods from Driver,...
2004-06-20 Glen Mazza1. Created own logger for AbstractRenderer, removed...
2004-06-20 Glen Mazza1. ProxyContentHandler no longer needed.
2004-06-19 Glen Mazza1.) FOInputHandler constructors switched from Document...
2004-06-18 Simon PeppingImplemented a cache for property value lookup.
2004-06-18 Glen MazzaUnused apps.Document object removed from FOTreeBuilder.
2004-06-18 Glen Mazza1. FOTreeBuilder modified to handle more of the rendere...
2004-06-17 Glen Mazza1. Child element validity checking added for fo:page...
2004-06-17 Glen MazzaCorrection to text message of previous patch: No-parame...
2004-06-17 Glen MazzaNo-constructor loader created for Area Tree.
2004-06-16 Glen Mazza1. Valid node checking for LayoutMasterSet done.
2004-06-16 Jeremias MaerkiRemoved illegal tab character
2004-06-16 Jeremias MaerkiFix compilation problem
2004-06-16 Glen Mazza1.) Check for fo:color-profile made to ensure no child...
2004-06-15 Glen Mazza1.) Added restriction to fo:declarations that fo:color...
2004-06-15 Glen MazzaStandardized error messages, brought fox:bookmarks...
2004-06-13 Glen Mazza1.) App now returns an error if no page-sequence declar...
2004-06-13 Glen MazzaRemoved unneeded getCurrentDocument() again from Driver.
2004-06-13 Glen MazzaMoved AddLMVisitor accessors into FOTreeHandler.
2004-06-12 Glen MazzaCreated a validateChildNode() in FONode for better...
2004-06-12 Glen MazzaMore solid checking to ensure first node encountered...
2004-06-12 Glen MazzaRemoved get/setUserAgent() initializations from the...
2004-06-11 Clay Leedsadded year to Jeremy birthday
2004-06-11 Glen MazzaConsolidated formatPageSequence() into FOTreeHandler.
2004-06-11 Clay LeedsAdded/moved Clay Leeds to Active Committers and added...
2004-06-08 Glen MazzaBetter error-handling messages added for incorrect...
2004-06-08 Glen Mazzapublic format() renamed to private formatPageSequence().
2004-06-08 Glen MazzaRemoved the new apps.Document from public access within...
2004-05-29 Simon PeppingHyphenation of words with punctuation marks, patch...
2004-05-29 Simon PeppingRemove trailing spaces at the end of a paragraph.
2004-05-29 Simon PeppingSolve a few problems concerning hyphenation:
2004-05-27 Simon PeppingMoved myself to the list of active committers
2004-05-27 Chris Bowditchimplemented break-before property
next