summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-11[Indic] Add Uniscribe bug feature for dotted circleBehdad Esfahbod3-6/+21
2012-05-11[Indic] RefactoringBehdad Esfahbod1-8/+18
2012-05-11MinorBehdad Esfahbod1-3/+3
2012-05-11[Indic] Allow multiple Consonants in Vowel/NBSP syllablesBehdad Esfahbod1-3/+3
2012-05-11[Indic] Allow two Nuktas per consonantBehdad Esfahbod1-3/+4
2012-05-11[Indic] Fix U+0952 and similar classification to match UniscribeBehdad Esfahbod2-5/+12
2012-05-11[Indic] Treat U+0951..U+0954 all similar to U+0952Behdad Esfahbod1-1/+2
2012-05-11[GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables onlyBehdad Esfahbod1-6/+12
2012-05-11[GSUB/GPOS] Fix wrong buffer access in backward skippy mask matchingBehdad Esfahbod1-1/+1
2012-05-11[Indic] Don't use syllable serial value 0Behdad Esfahbod1-1/+2
2012-05-11[Indic] Implement Uniscribe Reph+Matra+Halant bug featureBehdad Esfahbod1-5/+9
2012-05-11[Indic] Add example of different Uniscribe behaviorBehdad Esfahbod1-1/+4
2012-05-11[Indic] Add runtime Uniscribe bug compatibility mode!Behdad Esfahbod1-11/+33
2012-05-11[Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1Behdad Esfahbod1-1/+2
2012-05-11[Indic] Fix Left Matra + Halant reorderingBehdad Esfahbod1-2/+4
2012-05-11MinorBehdad Esfahbod1-36/+37
2012-05-11[GSUB/GPOS] Check all glyph masks when matching inputBehdad Esfahbod1-6/+12
2012-05-11[Indic] Apply Reph mask to all POS_REPH glyphsBehdad Esfahbod1-2/+2
2012-05-11[Indic] Fix state machine to backtrackBehdad Esfahbod2-23/+21
2012-05-11[Indic] Move syllable tracking from Indic to generic layerBehdad Esfahbod8-19/+16
2012-05-11[Indic] Disable conjuncts when a ZWJ happensBehdad Esfahbod1-6/+1
2012-05-11[Indic] Fix bitops typo!Behdad Esfahbod1-2/+2
2012-05-11Make APPLY debug output print current index and codepointBehdad Esfahbod1-1/+1
2012-05-11MinorBehdad Esfahbod1-3/+5
2012-05-11Some more...Behdad Esfahbod1-0/+1
2012-05-11More beauty in debug output!Behdad Esfahbod1-5/+7
2012-05-11Finish off debug output beautificationBehdad Esfahbod1-32/+26
2012-05-11Only print class name in debug output if there's one availableBehdad Esfahbod1-5/+7
2012-05-11Only printout class name in tracing, if one is availableBehdad Esfahbod1-2/+6
2012-05-11MinorBehdad Esfahbod1-0/+2
2012-05-11Add return annotation for APPLYBehdad Esfahbod3-209/+151
2012-05-11/Minor/Behdad Esfahbod1-1/+1
2012-05-11Annotate SANITIZE return valuesBehdad Esfahbod13-316/+299
2012-05-11MinorBehdad Esfahbod1-22/+10
2012-05-11Code reshufflingBehdad Esfahbod1-11/+25
2012-05-11Beautify debug outputBehdad Esfahbod2-39/+55
2012-05-10More massaging trace messagingBehdad Esfahbod3-5/+5
2012-05-10MinorBehdad Esfahbod1-1/+1
2012-05-10Better trace message support infrastructureBehdad Esfahbod3-29/+56
2012-05-10[Indic] Towards better Reph positioningBehdad Esfahbod1-31/+80
2012-05-10[Indic] Add Ra back for scripts without RephBehdad Esfahbod1-5/+5
2012-05-10[Indic] Add note re Uniscribe clustersBehdad Esfahbod1-0/+4
2012-05-10[Indic] Do clustering like Uniscribe doesBehdad Esfahbod1-4/+20
2012-05-10[Indic] Reorder Reph to before the Halant after MatrasBehdad Esfahbod1-0/+12
2012-05-10[Indic] Don't clear the mask for RephBehdad Esfahbod1-1/+1
2012-05-10[Indic] Improve Left Matra repositioningBehdad Esfahbod1-1/+1
2012-05-10[Indic] Do Reph repositioning in final reordering like the spec saysBehdad Esfahbod2-41/+64
2012-05-10MinorBehdad Esfahbod1-0/+3
2012-05-10[Indic] Reorder left matras to be closer to baseBehdad Esfahbod2-8/+46
2012-05-10[Indic] Treat the standalone cluster case reusing the consonant logicBehdad Esfahbod1-6/+6