aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/TextAttributesConverter.java
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* Bugzilla #42600:Jeremias Maerki2010-10-211-1/+1
* Bugzilla #42600:Jeremias Maerki2010-10-211-0/+39
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-1/+1
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-3/+3
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-07-311-2/+134
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-20/+20
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-4/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-051-0/+2
* Bugzilla #38946:Jeremias Maerki2006-05-031-9/+10
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-191-1/+7
* font-family list still not fully supported but a comma-separated list is now ...Jeremias Maerki2005-12-021-1/+1
* 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 #36476: Jeremias Maerki2005-09-051-3/+60
* Bugzilla #36475: Jeremias Maerki2005-09-051-16/+28
* Bugzilla #36379:Finn Bock2005-08-311-2/+2
* Fixed the use of Length property for baseline-shift.Finn Bock2005-08-301-6/+6
* added support for superscript and subscriptPeter Herweg2005-08-301-2/+13
* added support for text-decorationPeter Herweg2005-08-291-12/+19
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-3/+6
* PR:Glen Mazza2004-11-241-6/+6
* Correct handling of internal units (both twips and half-points are used)Jeremias Maerki2004-11-011-5/+5
* Avoid with certain NPEs.Jeremias Maerki2004-11-011-3/+4
* Now compiles under JDK 5.0Jeremias Maerki2004-11-011-2/+2
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-2/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-97/+87
* Simplified the handling of length attributes.Finn Bock2004-10-011-74/+29
* Initial support for fo:blockcontainer.Finn Bock2004-10-011-0/+22
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-1/+1
* PR:Glen Mazza2004-08-291-1/+1
* PR:Glen Mazza2004-05-221-61/+46
* PR:Glen Mazza2004-03-311-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-47/+16
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-4/+4
* Phase 2 of bug 26434.Finn Bock2004-02-021-3/+3
* replaced string constants with int constantsPeter Herweg2004-01-181-4/+4
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-8/+8
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-22/+22
* fix Unicode encoding problem in commentsWilliam Victor Mote2003-11-191-27/+27
* Style fixes onlyJeremias Maerki2003-11-081-36/+28
* RTF: Add support for number-rows-spanned, height (at table-row) and margin-le...Jeremias Maerki2003-11-081-1/+1
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-041-0/+345