aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/complexscripts
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0353-24554/+0
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-231-1/+2
* Minor: removed duplicate testAndreas L. Delmelle2015-05-151-2/+0
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-062-2/+0
* FOP-2420: ensure word area's bidi level is initialized when word is mapped to...Glenn Adams2014-10-231-1/+1
* FOP-2249: elide formatting controls - preliminaryGlenn Adams2014-10-141-1/+2
* FOP-2416: add support for Arabic Joiners (ZWJ/ZWNJ) - preliminaryGlenn Adams2014-10-131-55/+112
* FOP-2287: support Tamil script (preliminary)Glenn Adams2014-10-128-23/+683
* FOP-2415: prevent NPE when Indic script syllabizer is not availableGlenn Adams2014-10-091-2/+3
* FOP-2213 use kern table when no GPOS kern lookups are presentGlenn Adams2014-09-093-3/+608
* FOP-2258: fix erroneous mirroringGlenn Adams2014-09-081-2/+2
* FOP-2410: fix fo:page-number in bidi contextGlenn Adams2014-09-082-1/+9
* FOP-2391: enable bidi processing of SVG text chunksGlenn Adams2014-08-231-1/+16
* FOP-2391: preliminary (but incomplete) support for complex script text nodes ...Glenn Adams2014-08-0312-503/+546
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-152-5/+5
* FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...Glenn Adams2014-07-062-4/+20
* Enabled LineLength check and fixed corresponding issuesVincent Hennebert2013-12-031-0/+2
* Restricted CSOFF filter to LineLength and fixed resulting Checkstyle issuesVincent Hennebert2013-11-1932-369/+248
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-141-42/+43
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-0718-86/+85
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-0744-2961/+2961
* 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