aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-2813-122/+120
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-262-20/+83
* Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any th...Glen Mazza2003-10-251-0/+9
* minor elaborationGlen Mazza2003-10-201-1/+1
* Patch by Finn Bock appliedGlen Mazza2003-10-161-1/+1
* apply patch from Peter Herweg for RTF pagination properties (see http://nagoy...William Victor Mote2003-10-153-0/+142
* fix signature problem in inner class for InlineStackingLayoutManager -- attem...William Victor Mote2003-10-121-2/+2
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from lat...Glen Mazza2003-10-114-246/+106
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-105-107/+106
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-105-42/+55
* Document name switched from default "Java Printing" text to "FOP Document".Glen Mazza2003-10-071-1/+1
* Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23...Glen Mazza2003-10-071-9/+0
* remove unused variableWilliam Victor Mote2003-10-071-1/+0
* port layout/FontState.getWordWidth from maintenance branchWilliam Victor Mote2003-10-071-12/+28
* port from maintenance branch the variables that are used to track an object's...William Victor Mote2003-10-071-0/+7
* move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t...William Victor Mote2003-10-062-2/+1
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-066-9/+100
* cleanup bookmark logic and doc a bitWilliam Victor Mote2003-10-061-7/+5
* move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...William Victor Mote2003-10-062-42/+44
* 1. BodyRegion's clone() now including child areas (makes it a bona fide clone()Glen Mazza2003-10-022-40/+120
* Fixed Testcase. Joerg Pietschmann2003-09-275-13/+11
* port maintenance branch improvements in apps/FOPException to the trunkWilliam Victor Mote2003-09-251-0/+20
* reset background-color for each paragraph, submitted by Peter Herweg, see htt...William Victor Mote2003-09-211-3/+8
* 1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewerGlen Mazza2003-09-2124-75/+62
* style changes onlyWilliam Victor Mote2003-09-191-61/+72
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-196-4/+190
* *** empty log message ***Joerg Pietschmann2003-09-191-0/+1
* Add possibility to set creation date.Joerg Pietschmann2003-09-194-51/+109
* Organize imports. Joerg Pietschmann2003-09-1918-132/+77
* style changes onlyWilliam Victor Mote2003-09-185-467/+475
* changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o...William Victor Mote2003-09-188-18/+1229
* add accessor methods for currentDocumentWilliam Victor Mote2003-09-171-1/+16
* set the (default) LayoutStrategy only if it has not been set alreadyWilliam Victor Mote2003-09-171-1/+3
* trigger event handling for start and end of table, cell, column, and row, pri...William Victor Mote2003-09-164-2/+62
* add structure for handling table columns in fo/FOInputHandler and its subclas...William Victor Mote2003-09-164-0/+58
* make RtfColorTable.getColorNumber return an Integer instead of int, so that i...William Victor Mote2003-09-162-15/+15
* correct computation of integer conversion, as per patch submitted by Peter He...William Victor Mote2003-09-161-1/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1678-371/+629
* Removed apparent patching problemJoerg Pietschmann2003-09-151-10/+7
* make instance variables protected instead of private to make subclassing easierWilliam Victor Mote2003-09-151-2/+2
* Partial implementation of region border properties.Glen Mazza2003-09-141-21/+36
* Change to have the fo:region-body display "on top" in cases of overlap with t...Glen Mazza2003-09-141-2/+6
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-132-0/+105
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-133-30/+14
* 1. tie the LMIter objects to their LM "parent"William Victor Mote2003-09-128-22/+101
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-1010-113/+287
* remove unneeded reference to Renderer from within the area packageWilliam Victor Mote2003-09-102-22/+12
* Changes to PDFTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-7/+13
* Changes to PSTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-5/+11
* add support for font-size and font-weight, as per patch from Peter Herweg (ma...William Victor Mote2003-09-091-0/+18