aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf
Commit message (Expand)AuthorAgeFilesLines
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-191-4/+4
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-181-1/+1
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-231-7/+12
* PR:Glen Mazza2004-05-226-164/+115
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-3/+3
* PR:Glen Mazza2004-04-221-1/+1
* Ordinary Java code should never throw Error instances, use RuntimeException i...Jeremias Maerki2004-04-041-38/+38
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-1/+1
* PR:Glen Mazza2004-03-315-15/+15
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2795-4554/+1520
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-1/+1
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-061-4/+4
* Phase 3 (last) of bug 26434.Finn Bock2004-02-025-18/+18
* Phase 2 of bug 26434.Finn Bock2004-02-022-4/+4
* fixed runtime error while reading PR_BORDER_WIDTH or PR_BORDER_STYLEPeter Herweg2004-01-301-37/+28
* improved support for margin-top and margin-bottom in fo:region-XXXPeter Herweg2004-01-283-27/+96
* Removed call of JFOR's WhiteSpaceCollapser; now this is done by FOPPeter Herweg2004-01-272-18/+4
* Submitted by Lucas Bruand to JFOR: escape all characters > 127 instead of 255Peter Herweg2004-01-271-1/+1
* added support for white-space-treatment and linefeed-treatment by deferring t...Peter Herweg2004-01-271-0/+282
* Fix a 'javadoc' warning about missing @see target.Finn Bock2004-01-251-1/+1
* fixed wrong datatype in overriden methodPeter Herweg2004-01-241-9/+9
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-244-12/+12
* Submitted by: Marc Wilhelm Kuester; added support for fo:list in fo:footnote;...Peter Herweg2004-01-202-9/+37
* replaced string constants with int constantsPeter Herweg2004-01-182-13/+13
* added support for fo:footnotePeter Herweg2004-01-103-2/+186
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-051-7/+7
* bug fixed: The first occurence of a custom color was displayed with wrong colorPeter Herweg2004-01-031-2/+11
* added support for fo:basic-linkPeter Herweg2004-01-013-3/+54
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-295-34/+36
* PR:Glen Mazza2003-12-223-3/+3
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-204-42/+42
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-2/+2
* Style fixes onlyJeremias Maerki2003-11-2217-192/+169
* RTF output: Support for fo:list-block Jeremias Maerki2003-11-2212-215/+935
* fix Unicode encoding problem in commentsWilliam Victor Mote2003-11-191-27/+27
* Peter Herweg's patch applied:Glen Mazza2003-11-151-3/+5
* Peter Herweg's latest patch applied:Glen Mazza2003-11-095-22/+23
* Style fixes onlyJeremias Maerki2003-11-0815-246/+227
* RTF: Add support for number-rows-spanned, height (at table-row) and margin-le...Jeremias Maerki2003-11-087-20/+71
* Changed image loading to use Commons IO. Jeremias Maerki2003-11-081-15/+8
* RTF: added support for fo:external-graphic Jeremias Maerki2003-11-084-6/+79
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-0494-0/+15171