2004-07-27 |
Glen Mazza | Redefining "isOutOfLineFODescendant" to include cases... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Glen Mazza | Took advantage of the Transformer similarities between... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Glen Mazza | Created a "isOutOfLineFODescendant" member variable... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Glen Mazza | Removed the non-File constructors from the InputHandler... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Glen Mazza | Bug fixed in previous renaming. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Glen Mazza | reverted change in PropertySets; unnecessary. |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Glen Mazza | moved FO term of a Node's child elements from "Children... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Glen Mazza | Combined the apps.Driver class into apps.Fop. (195... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Glen Mazza | Renamed FONode.addChild() to somewhat clearer FONode... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Simon Pepping | Allow a null locator in errorText |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Glen Mazza | Removed redundant check for invalid render type. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Glen Mazza | 1.) Moved the SAXParser-creating method from FOFileHand... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Glen Mazza | 1.) render() methods moved from Driver to XSLTInputHan... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Glen Mazza | 1.) Moved exclusively to Simon's DefaultHandler object... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Glen Mazza | 1.) Driver constructor modified to require RenderType... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Simon Pepping | Added alternative example for FO to PDF, using javax... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Simon Pepping | Implemented the ErrorHandler interface in FOTreeBuilder. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Glen Mazza | Removed the Driver(OutputStream) convenience constructo... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Glen Mazza | 1. New constructor for Driver created, takes FOUserAgen... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Peter Herweg | set bullet list as default list style |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Glen Mazza | Null pointer check added to code, to stop NPE error... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Glen Mazza | Moved user-defined ElementMapping initialization from... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Glen Mazza | Back to transform example, reverted yesterday's change... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Glen Mazza | *Temporary* commit showing how this process works via... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Glen Mazza | Minor edit, fixed commenting. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Glen Mazza | Removed the Driver.run() method in favor of JAXP. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Glen Mazza | Removed BufferedOutputStream line as unneeded in this... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Glen Mazza | Updated FO->PDF example to use JAXP. |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Peter Herweg | bug fixed, which caused runtime-exception on leading... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Peter Herweg | missing call of endFlow added, so RTF module doesn... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Glen Mazza | PR: |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Glen Mazza | 1.) Combined the AreaTree and FOTreeHandler into a... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Glen Mazza | Moved FOPPrintServlet from using XSLTInputHandler to... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Simon Pepping | Reviewed the Mime types |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Simon Pepping | Correction to the javadoc |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Simon Pepping | Adding reporting of mime type to renderers. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Simon Pepping | Implementing user configuration file. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Glen Mazza | Made Driver.initialize() private, more in line with... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Glen Mazza | PR: |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Glen Mazza | Switch to JAXP identity transformation for DOM Document... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Glen Mazza | Switch from non-JAXP DOM processing to using JAXP ident... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Glen Mazza | 1.) Moved the Renderer creation further down from AreaT... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Glen Mazza | This change abstracts the Renderer away from FOTreeHand... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Glen Mazza | 1.) Moved DocumentInputSource & DocumentReader to apps... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Glen Mazza | validateChildNode() activated for fo:flow. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Glen Mazza | Removed isMarker() method in favor of getName() (may... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Glen Mazza | 1.) Moved Renderer instantiation from Driver to FOTree... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Glen Mazza | 1. Output constant types (RENDER_PDF, RENDER_PS, etc... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Glen Mazza | 1.) Moved the CommandLineOptions' InputHandler object... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Glen Mazza | 1.) Moving renderer-specific customization variables... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Jeremias Maerki | Disable check for maximum line length because of a... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Glen Mazza | 1. Moved renderer options to within FOUserAgent |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Glen Mazza | 1.) Removed the get/setLogger methods from Driver,... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Glen Mazza | 1. Created own logger for AbstractRenderer, removed... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Glen Mazza | 1. ProxyContentHandler no longer needed. |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Glen Mazza | 1.) FOInputHandler constructors switched from Document... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Simon Pepping | Implemented a cache for property value lookup. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Glen Mazza | Unused apps.Document object removed from FOTreeBuilder. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Glen Mazza | 1. FOTreeBuilder modified to handle more of the rendere... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Glen Mazza | 1. Child element validity checking added for fo:page... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Glen Mazza | Correction to text message of previous patch: No-parame... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Glen Mazza | No-constructor loader created for Area Tree. |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Glen Mazza | 1. Valid node checking for LayoutMasterSet done. |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Jeremias Maerki | Removed illegal tab character |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Jeremias Maerki | Fix compilation problem |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Glen Mazza | 1.) Check for fo:color-profile made to ensure no child... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Glen Mazza | 1.) Added restriction to fo:declarations that fo:color... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Glen Mazza | Standardized error messages, brought fox:bookmarks... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Glen Mazza | 1.) App now returns an error if no page-sequence declar... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Glen Mazza | Removed unneeded getCurrentDocument() again from Driver. |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Glen Mazza | Moved AddLMVisitor accessors into FOTreeHandler. |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Glen Mazza | Created a validateChildNode() in FONode for better... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Glen Mazza | More solid checking to ensure first node encountered... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Glen Mazza | Removed get/setUserAgent() initializations from the... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Clay Leeds | added year to Jeremy birthday |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Glen Mazza | Consolidated formatPageSequence() into FOTreeHandler. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Clay Leeds | Added/moved Clay Leeds to Active Committers and added... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Glen Mazza | Better error-handling messages added for incorrect... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Glen Mazza | public format() renamed to private formatPageSequence(). |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Glen Mazza | Removed the new apps.Document from public access within... |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Simon Pepping | Hyphenation of words with punctuation marks, patch... |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Simon Pepping | Remove trailing spaces at the end of a paragraph. |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Simon Pepping | Solve a few problems concerning hyphenation: |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Simon Pepping | Moved myself to the list of active committers |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Chris Bowditch | implemented break-before property |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Bowditch | added protected log member, so child areas can send... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Chris Bowditch | added fix break-* properties to layout todo list |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Glen Mazza | Removed getPropertyList() method from PropertyManager... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Glen Mazza | Removed PropertyManager argument from initProperties... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
Glen Mazza | Reverted part of yesterday's work to make FObj simpler... |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Glen Mazza | PR: |
commit | commitdiff | tree | snapshot |
2004-05-22 |
Glen Mazza | Switched from handleAttrs() to more intuitive processNo... |
commit | commitdiff | tree | snapshot |
2004-05-20 |
Chris Bowditch | As I do more testing I'm narrowing down problems with... |
commit | commitdiff | tree | snapshot |
2004-05-20 |
Chris Bowditch | fixed problem with top/bottom borders on regular blocks |
commit | commitdiff | tree | snapshot |
2004-05-19 |
Glen Mazza | Spelled out FO element maker classes in order to make... |
commit | commitdiff | tree | snapshot |
2004-05-19 |
Chris Bowditch | update markers todo item as re-parenting was not an... |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Chris Bowditch | added more friendly message when Jimi/JAI is not present |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Glen Mazza | Folded the layout strategy into apps.Document. |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Chris Bowditch | added ipd property to block element |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Chris Bowditch | updated status: we can finally cross one item off the... |
commit | commitdiff | tree | snapshot |
next |