aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/RTFHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Patch #5 by Glenn Adams; see Bugzilla 49687Temp_ComplexScriptsSimon Pepping2011-10-181-1/+2
* Bugzilla #51790: source file contains non-ascii characterVincent Hennebert2011-09-121-6/+0
* Fix checkstyle and findbugs issuesSimon Pepping2011-06-151-2/+6
* Bugzilla #51008: page-number-citation-last does not work in RTF Chris Bowditch2011-04-191-0/+27
* Bugzilla #42600:Jeremias Maerki2010-10-211-4/+21
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-231-1/+1
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-242/+210
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-48/+48
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-221-1/+1
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-17/+45
* Fixed build problem. FOPException is no longer thrown there.Jeremias Maerki2008-04-181-3/+0
* Merged branchJeremias Maerki2008-04-141-63/+90
* Created Constants for unit descriptionsMaximilian Berger2008-02-141-3/+4
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-97/+91
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-1/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-6/+6
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-78/+44
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-1/+1
* Bugzilla #41488:Jeremias Maerki2007-02-071-2/+48
* Bugzilla #40849:Jeremias Maerki2006-11-121-104/+159
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39533:Jeremias Maerki2006-05-181-2/+8
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-2/+3
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-1/+1
* Clean-up in PageSequence.Jeremias Maerki2006-03-221-2/+2
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-1/+2
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-191-5/+23
* Bugfix for Bug 38041: correct handling of different list-item-label'sPeter Herweg2006-02-121-2/+21
* 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-251-21/+69
* 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-241-1/+38
* number-columns-spanned did not work in last row of a cell. Fixed.Peter Herweg2006-01-231-1/+21
* RTF: call startListBody and endListBodyPeter Herweg2006-01-151-0/+7
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-2/+2
* 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-121-11/+24
* Bugzilla #36480:Jeremias Maerki2005-11-141-8/+8
* 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-301-7/+61
* added support for external-graphic (width and height attributes should be spe...Peter Herweg2005-09-251-0/+4