aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/rtf/renderer
Commit message (Expand)AuthorAgeFilesLines
* changes for RTF tables, submitted by Peter Herweg, see http://nagoya.apache.o...William Victor Mote2003-09-185-18/+1206
* add structure for handling table columns in fo/FOInputHandler and its subclas...William Victor Mote2003-09-161-0/+15
* make RtfColorTable.getColorNumber return an Integer instead of int, so that i...William Victor Mote2003-09-161-2/+2
* add support for font-size and font-weight, as per patch from Peter Herweg (ma...William Victor Mote2003-09-091-0/+18
* 1. Partial implementation of fo:region-xxx and background-color propertyGlen Mazza2003-09-011-1/+1
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-11/+3
* 1. create control packageWilliam Victor Mote2003-08-141-3/+3
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...William Victor Mote2003-08-121-1/+3
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-48/+48
* Inter-package references between fo.flow and fo.pagination removed by moving ...Glen Mazza2003-07-171-1/+1
* Changes to implement background color at the paragraph level in RTF output.William Victor Mote2003-07-051-3/+45
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-14/+8
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-43/+42
* Get rtflib (jfor) files to compile.William Victor Mote2003-06-261-6/+6
* Add support for text-align in paragraphs.William Victor Mote2003-06-181-2/+34
* Fix checkstyle problems.William Victor Mote2003-05-061-2/+93
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ...William Victor Mote2003-05-061-1/+1
* Make StructureHandler and most of its methods abstract. It is never instantia...William Victor Mote2003-05-061-11/+115
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+204