| Commit message (Expand) | Author | Age | Files | Lines |
* | Layout changed to account for fo:region-body borders and padding when | Glen Mazza | 2003-11-01 | 8 | -55/+105 |
* | renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid | Glen Mazza | 2003-10-28 | 13 | -122/+120 |
* | 1. TraitSetter modified to provide padding properties for regions. | Glen Mazza | 2003-10-26 | 2 | -20/+83 |
* | Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th... | Glen Mazza | 2003-10-25 | 1 | -0/+9 |
* | minor elaboration | Glen Mazza | 2003-10-20 | 1 | -1/+1 |
* | Patch by Finn Bock applied | Glen Mazza | 2003-10-16 | 1 | -1/+1 |
* | apply patch from Peter Herweg for RTF pagination properties (see http://nagoy... | William Victor Mote | 2003-10-15 | 3 | -0/+142 |
* | fix signature problem in inner class for InlineStackingLayoutManager -- attem... | William Victor Mote | 2003-10-12 | 1 | -2/+2 |
* | Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat... | Glen Mazza | 2003-10-11 | 4 | -246/+106 |
* | move static methods getCharWidth and getWordWidth from util.CharUtilities to ... | William Victor Mote | 2003-10-10 | 5 | -107/+106 |
* | open up access in misc places by either adding accessor methods or by looseni... | William Victor Mote | 2003-10-10 | 5 | -42/+55 |
* | Document name switched from default "Java Printing" text to "FOP Document". | Glen Mazza | 2003-10-07 | 1 | -1/+1 |
* | Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23... | Glen Mazza | 2003-10-07 | 1 | -9/+0 |
* | remove unused variable | William Victor Mote | 2003-10-07 | 1 | -1/+0 |
* | port layout/FontState.getWordWidth from maintenance branch | William Victor Mote | 2003-10-07 | 1 | -12/+28 |
* | port from maintenance branch the variables that are used to track an object's... | William Victor Mote | 2003-10-07 | 1 | -0/+7 |
* | move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t... | William Victor Mote | 2003-10-06 | 2 | -2/+1 |
* | 1. add an AreaTreeControl interface | William Victor Mote | 2003-10-06 | 6 | -9/+100 |
* | cleanup bookmark logic and doc a bit | William Victor Mote | 2003-10-06 | 1 | -7/+5 |
* | move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to... | William Victor Mote | 2003-10-06 | 2 | -42/+44 |
* | 1. BodyRegion's clone() now including child areas (makes it a bona fide clone() | Glen Mazza | 2003-10-02 | 2 | -40/+120 |
* | Fixed Testcase.
| Joerg Pietschmann | 2003-09-27 | 5 | -13/+11 |
* | port maintenance branch improvements in apps/FOPException to the trunk | William Victor Mote | 2003-09-25 | 1 | -0/+20 |
* | reset background-color for each paragraph, submitted by Peter Herweg, see htt... | William Victor Mote | 2003-09-21 | 1 | -3/+8 |
* | 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer | Glen Mazza | 2003-09-21 | 24 | -75/+62 |
* | style changes only | William Victor Mote | 2003-09-19 | 1 | -61/+72 |
* | add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta... | William Victor Mote | 2003-09-19 | 6 | -4/+190 |
* | *** empty log message *** | Joerg Pietschmann | 2003-09-19 | 1 | -0/+1 |
* | Add possibility to set creation date. | Joerg Pietschmann | 2003-09-19 | 4 | -51/+109 |
* | Organize imports.
| Joerg Pietschmann | 2003-09-19 | 18 | -132/+77 |
* | style changes only | William Victor Mote | 2003-09-18 | 5 | -467/+475 |
* | changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o... | William Victor Mote | 2003-09-18 | 8 | -18/+1229 |
* | add accessor methods for currentDocument | William Victor Mote | 2003-09-17 | 1 | -1/+16 |
* | set the (default) LayoutStrategy only if it has not been set already | William Victor Mote | 2003-09-17 | 1 | -1/+3 |
* | trigger event handling for start and end of table, cell, column, and row, pri... | William Victor Mote | 2003-09-16 | 4 | -2/+62 |
* | add structure for handling table columns in fo/FOInputHandler and its subclas... | William Victor Mote | 2003-09-16 | 4 | -0/+58 |
* | make RtfColorTable.getColorNumber return an Integer instead of int, so that i... | William Victor Mote | 2003-09-16 | 2 | -15/+15 |
* | correct computation of integer conversion, as per patch submitted by Peter He... | William Victor Mote | 2003-09-16 | 1 | -1/+1 |
* | 1. convert fo/FOTreeVisitor to an interface | William Victor Mote | 2003-09-16 | 78 | -371/+629 |
* | Removed apparent patching problem | Joerg Pietschmann | 2003-09-15 | 1 | -10/+7 |
* | make instance variables protected instead of private to make subclassing easier | William Victor Mote | 2003-09-15 | 1 | -2/+2 |
* | Partial implementation of region border properties. | Glen Mazza | 2003-09-14 | 1 | -21/+36 |
* | Change to have the fo:region-body display "on top" in cases of overlap with t... | Glen Mazza | 2003-09-14 | 1 | -2/+6 |
* | New element mapping created to handle Batik extension elements. | Glen Mazza | 2003-09-13 | 2 | -0/+105 |
* | Applied Thomas DeWeese's (Batik team) patches to the transcoder code. | Glen Mazza | 2003-09-13 | 3 | -30/+14 |
* | 1. tie the LMIter objects to their LM "parent" | William Victor Mote | 2003-09-12 | 8 | -22/+101 |
* | add InlineAreaVisitor interface to make Area Tree more independent of Rendering | William Victor Mote | 2003-09-10 | 10 | -113/+287 |
* | remove unneeded reference to Renderer from within the area package | William Victor Mote | 2003-09-10 | 2 | -22/+12 |
* | Changes to PDFTextPainter to accomodate new Batik library. | Glen Mazza | 2003-09-09 | 1 | -7/+13 |
* | Changes to PSTextPainter to accomodate new Batik library. | Glen Mazza | 2003-09-09 | 1 | -5/+11 |