aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0375-10654/+0
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-232-11/+1
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-105-33/+17
* Fix 4-instance findbug warnings.Glenn Adams2014-08-081-1/+1
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-072-4/+2
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-2/+0
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-062-2/+7
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1523-48/+48
* FOP-2260: Smart quotes broken in RTF if at start of textRobert Meyer2014-02-261-1/+1
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-132-2/+2
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-4/+4
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-0724-225/+225
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-094-7/+7
* Bugzilla #51484: Improve test for last section.Glenn Adams2012-04-261-2/+2
* Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use o...Glenn Adams2012-04-251-1/+1
* Bugzilla #51484: Don't write final /sect suffix in RTF if section is last sec...Glenn Adams2012-04-251-1/+6
* Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...Glenn Adams2012-04-087-20/+56
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-085-53/+173
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-0628-28/+28
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-0549-131/+214
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0328-45/+43
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-027-18/+0
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-3/+1
* Bugzilla #51010: Bookmarks create useless lines in RTF Chris Bowditch2011-04-191-2/+14
* Fix bug 50510Simon Pepping2010-12-221-0/+2
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-251-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-173-18/+2
* Bugzilla #42600:Jeremias Maerki2010-10-211-34/+99
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-2/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-2/+1
* Bugzilla #49733:Jeremias Maerki2010-08-1414-39/+74
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-134-6/+15
* Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
* Bugzilla #45606:Jeremias Maerki2008-08-101-7/+8
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-318-13/+341
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2472-414/+414
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-131-117/+117
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-14/+12
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-185-12/+12
* Bugzilla #40930:Jeremias Maerki2007-01-042-0/+17
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2872-361/+433
* Escape Unicode characters properly for list-item labels.Jeremias Maerki2006-07-102-10/+26
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-052-14/+77
* Bugfix: All fonts names were converted unnecessarily to lower case in RTF out...Jeremias Maerki2006-06-051-8/+11
* Bugzilla #39533:Jeremias Maerki2006-05-181-1/+1
* Bugzilla #39607:Jeremias Maerki2006-05-181-24/+26
* fixed a few checkstyle warningsPeter Herweg2006-02-199-18/+9
* fixed a few checkstyle warningsPeter Herweg2006-02-1922-59/+40
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-192-6/+62