aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo.Jeremias Maerki2005-11-081-1/+1
* EMF support review: Copyright years, rounding problems, code simplificationsJeremias Maerki2005-11-081-2/+2
* Another character encoding updateManuel Mall2005-11-081-93/+93
* Another attempt to fix the compilation problem. I can't tell what happened.Jeremias Maerki2005-11-081-2/+2
* Removed an illegal character that sneaked in when I copied the last patch fro...Jeremias Maerki2005-11-081-4/+4
* Fix for footnote support in RTF handler. Jeremias Maerki2005-11-081-10/+18
* Use FOP's wrapper classes to load images. Support 'auto' in fo:external-grapi...Peter Herweg2005-10-302-21/+95
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* added support for external-graphic (width and height attributes should be spe...Peter Herweg2005-09-253-173/+166
* added clause for TableBody in invokeDeferredEventPeter Herweg2005-09-201-0/+6
* Font weights 800 and 900 would not cause a bold font.Jeremias Maerki2005-09-121-1/+4
* Bugzilla #36068:Finn Bock2005-09-121-2/+2
* Bugzilla #36508: Jeremias Maerki2005-09-062-2/+33
* Bugzilla #36479: Jeremias Maerki2005-09-053-2/+11
* Bugzilla #36476: Jeremias Maerki2005-09-054-35/+110
* Bugzilla #36475: Jeremias Maerki2005-09-052-17/+37
* Bugzilla #36379:Finn Bock2005-08-312-8/+8
* Fixed the use of Length property for baseline-shift.Finn Bock2005-08-301-6/+6
* added support for superscript and subscriptPeter Herweg2005-08-302-2/+17
* added support for text-decorationPeter Herweg2005-08-293-46/+29
* RTF: borders had been too thick: divide by 50 to convert from millipoint to t...Peter Herweg2005-08-281-1/+2
* fixed support for basic-link; process table-footer only, if there is onePeter Herweg2005-08-281-7/+8
* fixed support for tables and listsPeter Herweg2005-08-251-39/+81
* Bugzilla #35998 Jeremias Maerki2005-08-0511-24/+15
* Removing dependencies of RTF library on the rest of FOP so it can be used sta...Jeremias Maerki2005-08-039-258/+244
* Remove "veryveryalpha" warning.Jeremias Maerki2005-08-021-5/+5
* 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