aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/rtflib
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0384-11700/+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-083-6/+6
* 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-1525-50/+50
* FOP-2260: Smart quotes broken in RTF if at start of textRobert Meyer2014-02-261-1/+1
* FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-311-2/+2
* FOP-2104: RTF renderer barfs when fo:table-row is missing inside fo-table-headerRobert Meyer2013-10-221-8/+63
* 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-0725-238/+238
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-095-8/+8
* 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 #50901: RTF percentage table column width not calculated from table.Glenn Adams2012-04-081-0/+8
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-085-53/+173
* Bugzilla #51007: RTF tables do not support percent column-widths.Glenn Adams2012-04-081-3/+18
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-0630-30/+30
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-0556-153/+245
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0329-46/+45
* 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-252-2/+2
* 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-1417-53/+105
* 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-319-13/+477
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2478-446/+446
* 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
* Bugzilla #40849:Jeremias Maerki2006-11-121-2/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2878-392/+470
* 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