2657 Commits (63c4c4ab207e647c8f9d90ed7bd942e454216103)
 

Author SHA1 Message Date
  William Victor Mote 6b7838777f move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix 21 years ago
  William Victor Mote b6dcb1e72d 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  William Victor Mote 194c471b1c 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  Christian Geisert 23fed68502 removed info about old download location 21 years ago
  Glen Mazza 6a4856b3de 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. 21 years ago
  William Victor Mote eeacdbbd49 add some doc for fox:continued-label 21 years ago
  William Victor Mote 71f91369f5 1. add documentation of fox:destination 21 years ago
  William Victor Mote 3c31a165f3 set up render(XMLReader, InputSource) as the main render() method, and normalize render(Document document) to this form. 21 years ago
  William Victor Mote f2f5b624bb fix minor checkstyle errors 21 years ago
  William Victor Mote b005549edb some javadoc changes 21 years ago
  Glen Mazza 8303819b1d Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer. 21 years ago
  Glen Mazza 9936fde9ef Fix: setOptions() for AWTRenderer not being called. 21 years ago
  Glen Mazza a735404e39 Removed empty setProducer() from AWTRenderer; can rely on base class. 21 years ago
  Glen Mazza 1e1da39c3d 1. To facilitate comprehension of the Renderer classes, added the remaining three methods in the Renderer interface to AbstractRenderer: startRenderer(), stopRenderer(), and setupFontInfo(). SetupFontInfo() remains abstract, the other two have blank definitions. 21 years ago
  Glen Mazza 648b6414fc Safer handling of treebuilder variable within Driver.reset(), also Driver.setRenderer(renderer) will now set the rendererType variable when given an AWTRenderer. 21 years ago
  Glen Mazza c6c409470f 1) Command-line option -l now sets default locale for entire instance, not just that of AWTRenderer. 21 years ago
  Glen Mazza 507c7e4537 visual nitpicks fixed. 21 years ago
  Glen Mazza d7bdf03a36 Updated embedded.xml to give ViewCVS links to HEAD of the JAXP examples at the bottom. 21 years ago
  Glen Mazza 9ba242bf2e 1.) only partly implemented Run() function removed from InputHandler and its subclasses; Driver.Run(InputHandler) can be used instead; now all processing centralized in Driver class. 21 years ago
  Glen Mazza 39491e6ea4 PrinterJob setup and construction moved from Driver to AWTPrintRenderer class. AWTPrintRenderer now be instantiated without a PrinterJob object. (Pending: for embedded programming, may still wish to have a PrinterJob-based constructor for AWTPrintRenderer, or otherwise provide an accessor method to its PrinterJob object.) 21 years ago
  Glen Mazza 944fab93a1 1. Moved the XMLReader createParser() functionality from abstract class InputHandler to FOInputHandler. 21 years ago
  William Victor Mote 96eb6e6c2d update with current trunk statistics 21 years ago
  William Victor Mote 47c9e3d83a 1. reverse columns 21 years ago
  William Victor Mote 8c3ae50cda pretty-print changes only 21 years ago
  William Victor Mote 37024eea00 fix typo, some table problems 21 years ago
  William Victor Mote 5f03fe53d7 1. update description of maintenance branch (submitted by Clay Leeds) 21 years ago
  William Victor Mote 16aa3c5419 update status image (submitted by Clay Leeds) 21 years ago
  Glen Mazza a010449e24 XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler removed. (Retaining XSLTInputHandler because of its technology-independent name, also probably the more used class of the two.) 21 years ago
  Glen Mazza d7b5f74fc0 Patch 21381: New "force" attribute added to FOP task, update to documentation. 21 years ago
  Glen Mazza 28721d4585 1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free. 21 years ago
  William Victor Mote a8c3608884 beef up the javadoc comments explaining what these classes do 21 years ago
  William Victor Mote 04f2cc10bb move layoutmgr/LayoutHandler to fo/FOTreeHandler: 21 years ago
  William Victor Mote ba6a64c2bc rename StructureHandler to FOInputHandler to clarify that its subclasses are handling data for output that is either structured or laid out 21 years ago
  William Victor Mote 1a3d48adfa add Chris Bowditch to list of active contributors 21 years ago
  William Victor Mote 1cd970079a fix some more typos 21 years ago
  William Victor Mote 9ff3878eb4 fix bad link 21 years ago
  William Victor Mote 1c8e1914be 1. add detail of command-line options for PFMReader and TTFReader 21 years ago
  William Victor Mote 0577f556bc fix broken link to PDF spec 21 years ago
  Glen Mazza 8718e8427e PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPrintRenderer needs is now created within Driver. 21 years ago
  William Victor Mote 46b0a7f43d add "id" attributes to <section> tags 21 years ago
  Glen Mazza 2d7e730708 Created a new overloaded method Driver.render(InputHandler), simplifies internal calls to the Driver class by centralizing parser initialization and InputSource extraction. 21 years ago
  William Victor Mote 0253758cda clean up some gump javadoc warnings 21 years ago
  William Victor Mote ce764e3e87 1. remove version number from title 21 years ago
  William Victor Mote 34fe248222 Forrest/Cocoon appears to be intercepting the HTML &nbsp; at an XML level, so instead, we'll try putting the character entity in. We can infer from some other documents that they must be converting such characters to HTML entities. 21 years ago
  William Victor Mote 086ee104b1 another attempt to pass the &nbsp; HTML entity through 21 years ago
  William Victor Mote 15f2136c16 try to pass the HTML &nbsp; entity through without XML trying to pick it up as an entity 21 years ago
  William Victor Mote e71c84bd6a change "." table content placeholders to &nbsp; 21 years ago
  William Victor Mote f433d13b2b remove # characters from target <a> elements 21 years ago
  Christian Geisert c0142e5e61 added (old) news about FOP 0.20.5 21 years ago
  Christian Geisert 2ad0606b53 fixed wrong endtag 21 years ago