| Commit message (Expand) | Author | Age | Files | Lines |
* | missing call of endFlow added, so RTF module doesn't shift fo:flow's content ... | Peter Herweg | 2004-07-13 | 1 | -0/+1 |
* | 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode... | Glen Mazza | 2004-07-07 | 1 | -0/+14 |
* | 1.) Moved DocumentInputSource & DocumentReader to apps package, made private | Glen Mazza | 2004-07-05 | 2 | -2/+28 |
* | validateChildNode() activated for fo:flow. | Glen Mazza | 2004-07-04 | 1 | -6/+16 |
* | 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ... | Glen Mazza | 2004-06-27 | 1 | -2/+4 |
* | 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common between | Glen Mazza | 2004-06-26 | 2 | -8/+24 |
* | 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowing | Glen Mazza | 2004-06-25 | 2 | -10/+12 |
* | 1.) Moving renderer-specific customization variables (producer, creator, crea... | Glen Mazza | 2004-06-23 | 1 | -0/+14 |
* | 1. Moved renderer options to within FOUserAgent | Glen Mazza | 2004-06-22 | 1 | -0/+9 |
* | 1. Created own logger for AbstractRenderer, removed logger setter from Render... | Glen Mazza | 2004-06-20 | 2 | -0/+25 |
* | 1. ProxyContentHandler no longer needed. | Glen Mazza | 2004-06-20 | 1 | -0/+9 |
* | 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render... | Glen Mazza | 2004-06-19 | 1 | -0/+13 |
* | 1. FOTreeBuilder modified to handle more of the renderer initialization. | Glen Mazza | 2004-06-18 | 2 | -81/+100 |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 2 | -3/+32 |
* | 1. Valid node checking for LayoutMasterSet done. | Glen Mazza | 2004-06-16 | 8 | -15/+50 |
* | 1.) Check for fo:color-profile made to ensure no child elements during proces... | Glen Mazza | 2004-06-16 | 6 | -30/+44 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 5 | -17/+31 |
* | Standardized error messages, brought fox:bookmarks under parent fo:root. | Glen Mazza | 2004-06-15 | 1 | -23/+51 |
* | 1.) App now returns an error if no page-sequence declared within fo:root. | Glen Mazza | 2004-06-13 | 2 | -24/+47 |
* | Created a validateChildNode() in FONode for better syntax checking in the | Glen Mazza | 2004-06-12 | 21 | -16/+104 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 1 | -1/+1 |
* | Better error-handling messages added for incorrect LayoutMasterSets. | Glen Mazza | 2004-06-08 | 2 | -2/+10 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2004-05-22 | 1 | -1/+1 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 10 | -42/+30 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 11 | -83/+33 |
* | Apparent off-by-one error fixed for initial-page-number property: | Glen Mazza | 2004-04-18 | 1 | -1/+1 |
* | PR: | Glen Mazza | 2004-03-31 | 2 | -4/+25 |
* | Fixed bug, masterName variable wasn't being set. | Glen Mazza | 2004-03-09 | 1 | -4/+4 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 26 | -1244/+412 |
* | Support for "margin" shorthands for margin-[left,right]. | Finn Bock | 2004-02-04 | 1 | -2/+2 |
* | Phase 3 (last) of bug 26434. | Finn Bock | 2004-02-02 | 2 | -4/+4 |
* | FOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties | Glen Mazza | 2004-01-20 | 1 | -1/+1 |
* | Moved the interfaces into the Constants class on a trial basis (we may still | Glen Mazza | 2004-01-17 | 8 | -11/+0 |
* | More String->Int conversions (ones I've missed previously.) Appears I've fin... | Glen Mazza | 2004-01-14 | 6 | -13/+12 |
* | More String->Int Conversions. | Glen Mazza | 2004-01-05 | 1 | -2/+5 |
* | More String->Int conversions, primarily from patch from Finn Bock. | Glen Mazza | 2003-12-31 | 1 | -6/+4 |
* | More String->int conversions, annoyingly incremental but I'm getting there... | Glen Mazza | 2003-12-29 | 1 | -1/+2 |
* | Conversion of more properties from Strings to ints. | Glen Mazza | 2003-12-28 | 8 | -26/+26 |
* | 1. Moved static element and property structures from PropertyList (previously... | Glen Mazza | 2003-12-20 | 11 | -37/+37 |
* | open up access in misc places by either adding accessor methods or by looseni... | William Victor Mote | 2003-10-10 | 2 | -14/+14 |
* | add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta... | William Victor Mote | 2003-09-19 | 1 | -0/+4 |
* | Organize imports.
| Joerg Pietschmann | 2003-09-19 | 2 | -15/+7 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 24 | -24/+24 |
* | Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa... | William Victor Mote | 2003-09-02 | 3 | -5/+5 |
* | move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa... | William Victor Mote | 2003-08-28 | 1 | -15/+0 |
* | move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS | William Victor Mote | 2003-08-27 | 1 | -31/+0 |
* | make some classes more readable by reversing the sense of some conditional logic | William Victor Mote | 2003-08-27 | 1 | -1/+0 |
* | duplicate the area.RegionReference region codes in fo/pagination/Region, and ... | William Victor Mote | 2003-08-27 | 6 | -31/+35 |
* | move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager | William Victor Mote | 2003-08-27 | 1 | -16/+0 |