aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf
Commit message (Expand)AuthorAgeFilesLines
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-3/+6
* Make RTF output human-friendly by inserting line feeds.Jeremias Maerki2004-12-0810-13/+85
* PR:Glen Mazza2004-11-271-2/+2
* PR:Glen Mazza2004-11-244-31/+31
* Correct handling of internal units (both twips and half-points are used)Jeremias Maerki2004-11-015-18/+30
* Logging a warning for a current limitation.Jeremias Maerki2004-11-011-20/+22
* Word 2003 doesn't seem to understand "fldinst { PAGE }", so using \chpgn for ...Jeremias Maerki2004-11-011-0/+6
* Avoid with certain NPEs.Jeremias Maerki2004-11-013-8/+10
* Fixed conversion from millipoints to half-pointsJeremias Maerki2004-11-011-1/+1
* Now compiles under JDK 5.0Jeremias Maerki2004-11-011-2/+2
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-282-3/+3
* Cleanup after PR 31699.Finn Bock2004-10-251-18/+2
* Fourth phase of performance improvement.Finn Bock2004-10-206-265/+215
* Second phase of performance improvement.Finn Bock2004-10-191-1/+1
* Removed unused imports.Finn Bock2004-10-171-1/+0
* PR:Glen Mazza2004-10-121-51/+52
* Re-enable calls to TableAttributesConverter.makeBorder.Finn Bock2004-10-031-4/+1
* Added makeBorder() method.Finn Bock2004-10-031-40/+71
* PR:Glen Mazza2004-10-021-2/+4
* Simplified the handling of length attributes.Finn Bock2004-10-011-140/+49
* Simplified the handling of length attributes.Finn Bock2004-10-011-74/+29
* Support nested attribute values, for use with border control words.Finn Bock2004-10-012-2/+21
* Simplified the handling of length attributes.Finn Bock2004-10-012-115/+35
* Helper class which supports FOP datatypes as values.Finn Bock2004-10-011-0/+51
* Initial support for fo:blockcontainer.Finn Bock2004-10-012-0/+82
* Add support for the generator element which identifies the generating applica...Jeremias Maerki2004-10-012-0/+57
* Support fo:character.Finn Bock2004-10-011-0/+37
* Make the rtf output a little less random and thus easier to compareFinn Bock2004-10-011-1/+1
* Write the "sectd" after the page attributes, so the default margins forFinn Bock2004-10-011-1/+1
* Style: fix indent.Finn Bock2004-10-011-41/+40
* Fix NPEJeremias Maerki2004-09-231-3/+9
* Moved test classes to their proper location.Jeremias Maerki2004-09-2315-1283/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-53/+53
* PR:Glen Mazza2004-09-051-2/+2
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-6/+6
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-1/+1
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-291-3/+3
* PR:Glen Mazza2004-08-291-1/+1
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-2/+2
* set bullet list as default list stylePeter Herweg2004-07-171-0/+2
* Null pointer check added to code, to stop NPE error (unsure if other problemsGlen Mazza2004-07-161-1/+3
* bug fixed, which caused runtime-exception on leading whitespacesPeter Herweg2004-07-131-1/+1
* 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