aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf
Commit message (Expand)AuthorAgeFilesLines
* 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-086-54/+189
* 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-0632-32/+32
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-0560-176/+268
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-051-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-0332-48/+49
* 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
* apply complex scripts patchGlenn Adams2012-02-261-1/+2
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-101-28/+28
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-061-2/+4
| * Associate structure tree elements directly to render contentPeter Hancock2012-01-271-7/+5
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-241-21/+20
* | Bugzilla #50391:Chris Bowditch2012-01-101-3/+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 #51010: Bookmarks create useless lines in RTF Chris Bowditch2011-04-191-2/+14
* Bugzilla #51008: page-number-citation-last does not work in RTF Chris Bowditch2011-04-191-0/+27
* Fix bug 50510Simon Pepping2010-12-221-0/+2
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-2/+2
* Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...Vincent Hennebert2010-11-231-2/+3
* Reverting renaming of public methods of rev. 1036179Simon Pepping2010-11-191-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-174-19/+3
* Bugzilla #42600:Jeremias Maerki2010-10-211-1/+1
* Bugzilla #42600:Jeremias Maerki2010-10-213-38/+159
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-182-3/+2
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-2/+1
* Bugzilla #49733:Jeremias Maerki2010-08-1419-55/+110
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-136-19/+20
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-091-4/+4
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* Extracted DummyPercentBaseContext from FOPRtfAttributes and made universally ...Adrian Cumiskey2009-06-231-16/+2
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-231-1/+1
* 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-3114-264/+836
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2488-574/+574
* 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-212-20/+47
* Fixed build problem. FOPException is no longer thrown there.Jeremias Maerki2008-04-181-3/+0
* Merged branchJeremias Maerki2008-04-143-63/+192
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-181-70/+0
* Created Constants for unit descriptionsMaximilian Berger2008-02-143-9/+12
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-183/+183
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-112-111/+103
* 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-052-11/+11