aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/complexscripts
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-0944-5108/+5108
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-183-2/+4
* FOP-2191: cache matched lookups, assembled lookup spec uses; reduce glyph pro...Glenn Adams2013-01-187-18/+191
* FOP-2186: optimize inefficient glyph processing state update operationsGlenn Adams2013-01-164-26/+16
* FOP-2160: Fix NPE when rl writing mode is used in certain contexts.Glenn Adams2012-12-301-0/+1
* FOP-2178: Fix incomplete kerning when complex script features are enabled.Glenn Adams2012-12-292-17/+65
* Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-222-2/+2
|\
| * Eliminate javadocs warnings.Glenn Adams2012-06-042-2/+2
* | Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051-20/+21
|/
* prevent assert due to skipped out of order or duplicate glyph indicesGlenn Adams2012-03-091-1/+3
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-0547-119/+157
* Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...Vincent Hennebert2012-03-0512-25/+25
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-038-8/+8
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-0210-17/+0
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-0210-36/+85
* enable OneStatementPerLine rule; fix violationsGlenn Adams2012-03-028-23/+58
* enable RedundantImport rule; fix violationsGlenn Adams2012-03-022-13/+0
* default all RightCurly tokens, thus adding LITERAL_IF; fix violationsGlenn Adams2012-03-021-1/+1
* fix @Override usage to be compatible with Java 1.5Glenn Adams2012-02-291-9/+0
* apply complex scripts patchGlenn Adams2012-02-2648-0/+22970