514 Révisions (7272aa03a527a18ff85a15e1d1137fe7d65adfae)

Auteur SHA1 Message Date
  Glen Mazza 46f10d88ac RTF structural renderer moved from root to render.rtf, joining all the other renderers il y a 20 ans
  Glen Mazza 1f16a86dd7 Tom DeWeese's changes made; il y a 20 ans
  Glen Mazza fc13cdcc5d Clearer method names given for finding border and padding for regions. il y a 20 ans
  Glen Mazza 916a7752a0 Moved mif package (including structural renderer MIFHandler.java) to il y a 20 ans
  Glen Mazza 850a0ba007 1. PDF block background rendering properly offset to account for region il y a 20 ans
  Glen Mazza d0e1416c03 Peter Herweg's missed files from his previous RTF patch. il y a 20 ans
  Glen Mazza 5b0a352ead Peter Herweg's RTF patches applied--note the RTFHandler update was missing, il y a 20 ans
  Glen Mazza f9a4228a69 Layout changed to account for fo:region-body borders and padding when il y a 20 ans
  Glen Mazza 77322c6f80 renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid il y a 20 ans
  Glen Mazza 927ffdb3a1 1. TraitSetter modified to provide padding properties for regions. il y a 20 ans
  Glen Mazza deaa8b9780 Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads il y a 20 ans
  Glen Mazza 8a61be8431 minor elaboration il y a 20 ans
  Glen Mazza 5ef3a9232e Patch by Finn Bock applied il y a 20 ans
  William Victor Mote 591efcc19b apply patch from Peter Herweg for RTF pagination properties (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464) il y a 20 ans
  William Victor Mote 91048041f9 fix signature problem in inner class for InlineStackingLayoutManager -- attempt to pass BasicLink as an argument changed the signature of the overridden createArea() method, causing the superclass method to be used in error instead il y a 20 ans
  Glen Mazza b11b73a25c Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from latest CVS build, using Batik's "all-jar" target. il y a 20 ans
  William Victor Mote 3e19a1defd move static methods getCharWidth and getWordWidth from util.CharUtilities to instance methods in fonts.Font il y a 20 ans
  William Victor Mote 6c9fc6345b open up access in misc places by either adding accessor methods or by loosening acess control il y a 20 ans
  Glen Mazza 4ce39cb3fc Document name switched from default "Java Printing" text to "FOP Document". il y a 20 ans
  Glen Mazza 6d81c8e149 Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624, submitted by Julien Cervelle). il y a 20 ans
  William Victor Mote 61cb657e68 remove unused variable il y a 20 ans
  William Victor Mote 0e840c1802 port layout/FontState.getWordWidth from maintenance branch il y a 20 ans
  William Victor Mote 93bdced9e6 port from maintenance branch the variables that are used to track an object's location in the input file il y a 20 ans
  William Victor Mote 87cc1c460d move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so that it automatically occurs for all LayoutStrategies il y a 20 ans
  William Victor Mote 15a4ac370a 1. add an AreaTreeControl interface il y a 20 ans
  William Victor Mote e787d9a555 cleanup bookmark logic and doc a bit il y a 20 ans
  William Victor Mote 459915e3f6 move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to area/AreaTree: il y a 20 ans
  Glen Mazza e98f844d70 1. BodyRegion's clone() now including child areas (makes it a bona fide clone() il y a 20 ans
  Joerg Pietschmann 7499483040 Fixed Testcase. il y a 20 ans
  William Victor Mote ff33865233 port maintenance branch improvements in apps/FOPException to the trunk il y a 20 ans
  William Victor Mote 33486d45a8 reset background-color for each paragraph, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23302 il y a 21 ans
  Glen Mazza a63924aaeb 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer il y a 21 ans
  William Victor Mote 98cdbc242b style changes only il y a 21 ans
  William Victor Mote 7c9a7ccef0 add support for "xsl-region-before", "xsl-region-after" and fo:page-number tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 il y a 21 ans
  Joerg Pietschmann 4919c9a0f0 *** empty log message *** il y a 21 ans
  Joerg Pietschmann 1cdc5a7025 Add possibility to set creation date. il y a 21 ans
  Joerg Pietschmann ee14e26364 Organize imports. il y a 21 ans
  William Victor Mote ffa303e914 style changes only il y a 21 ans
  William Victor Mote c4fb2b6188 changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23166 il y a 21 ans
  William Victor Mote d8355f632a add accessor methods for currentDocument il y a 21 ans
  William Victor Mote 9fa86e61c0 set the (default) LayoutStrategy only if it has not been set already il y a 21 ans
  William Victor Mote 478f6be35c trigger event handling for start and end of table, cell, column, and row, primarily for the benefit of the structure handlers (mif/rtf) -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23103 il y a 21 ans
  William Victor Mote 49837cb15b add structure for handling table columns in fo/FOInputHandler and its subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085 il y a 21 ans
  William Victor Mote 28f6b5b9db make RtfColorTable.getColorNumber return an Integer instead of int, so that it can return a null value -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23082 il y a 21 ans
  William Victor Mote 0c02098817 correct computation of integer conversion, as per patch submitted by Peter Herweg -- see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23080 il y a 21 ans
  William Victor Mote 3a590cff94 1. convert fo/FOTreeVisitor to an interface il y a 21 ans
  Joerg Pietschmann 48944e92f7 Removed apparent patching problem il y a 21 ans
  William Victor Mote 732b0fe276 make instance variables protected instead of private to make subclassing easier il y a 21 ans
  Glen Mazza 691355f850 Partial implementation of region border properties. il y a 21 ans
  Glen Mazza a8908c750d Change to have the fo:region-body display "on top" in cases of overlap with the other fo:regions. il y a 21 ans