aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf
Commit message (Expand)AuthorAgeFilesLines
* Disabled the resolution setting because it can lead to ugly side-effects. Res...Jeremias Maerki2006-03-021-2/+4
* fixed a few checkstyle warningsPeter Herweg2006-02-199-18/+9
* fixed a few checkstyle warningsPeter Herweg2006-02-1923-62/+54
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-1913-31/+142
* RTF: length of leveltext has to be specified as two-digit hex-valuePeter Herweg2006-02-121-1/+4
* Bugfix for Bug 38041: correct handling of different list-item-label'sPeter Herweg2006-02-126-21/+92
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-124-21/+66
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-0523-48/+35
* RTF: remove usage of TableLayoutManager; use SimplePercentBaseContext insteadPeter Herweg2006-02-051-9/+17
* RTF: testcase 'tableunits.fo' failed because there was no PercentBaseContext ...Peter Herweg2006-01-271-1/+12
* Don't swallow the stack trace. Jeremias Maerki2006-01-261-10/+10
* added support for number-columns-spanned and number-rows-spanned in the same ...Peter Herweg2006-01-254-26/+124
* To avoid NPEs due to my latest fix, use the default simple-page-master from t...Jeremias Maerki2006-01-251-7/+21
* Bugfix: Regions with non-standard names got ignored in RTF output leading to ...Jeremias Maerki2006-01-251-14/+42
* just a few changes in order to satisfy checkstylePeter Herweg2006-01-244-20/+104
* number-columns-spanned did not work in last row of a cell. Fixed.Peter Herweg2006-01-235-67/+143
* RTF output did not generate the "\landscape" tag when necessary.Jeremias Maerki2006-01-202-10/+20
* Code conventions please! No tab characters, spacing etc.Jeremias Maerki2006-01-164-139/+135
* RTF: call startListBody and endListBodyPeter Herweg2006-01-151-0/+7
* RTF: support for nested tablesPeter Herweg2006-01-153-115/+151
* support for background-color at fo:tablePeter Herweg2006-01-151-1/+13
* LIST_INDENT never found; write 360 as defaultPeter Herweg2006-01-101-1/+1
* fix error with lists: listIdGenerator must not be a local variable, in order ...Peter Herweg2006-01-091-2/+1
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-2/+2
* Bugzilla #38132:Jeremias Maerki2006-01-051-2/+10
* RTF: If there is no background-color specified for a table-cell, then try to ...Peter Herweg2005-12-271-0/+16
* RTF: Don't set \brsp at tables, because it makes them look quite broken.Peter Herweg2005-12-271-2/+4
* Restored PNG support for RTF output and fixed two bugs related to image handl...Jeremias Maerki2005-12-131-3/+6
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-1/+2
* Removed a method call that is not yet available in the repository. Sorry guys.Jeremias Maerki2005-12-121-2/+1
* Quick fix to get the size of images right in RTF output. It looks like \picwg...Jeremias Maerki2005-12-123-21/+95
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-021-1/+1
* Bugzilla #36480:Jeremias Maerki2005-11-144-12/+396
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-0/+54
* 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