summaryrefslogtreecommitdiff
path: root/modules/indic
Commit message (Expand)AuthorAgeFilesLines
* Fedora Bug 457883 - Sindhi Characters are not supported in pangoBehdad Esfahbod2008-08-061-1/+1
* Bug 441654 – prefix fails when more than one base characters (asBehdad Esfahbod2008-08-061-1/+1
* Bug 380094 – Fix split matra rendering bug for Kannada languageBehdad Esfahbod2008-06-231-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-225-5/+5
* Bug 536017 – Remove SF_MPRE_FIXUP from Sinhala script flags Patch byBehdad Esfahbod2008-06-181-1/+1
* Bug 504810 – Samvruthokaram (combination of U+0D41 and U+0D4D) is notBehdad Esfahbod2008-02-082-1/+7
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-08-011-1/+1
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-07-312-97/+59
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30)Behdad Esfahbod2007-05-242-17/+1
* Add ccmp, locl, calt; kern, mark, and mkmk features.Behdad Esfahbod2007-05-161-2/+8
* Port to new OpenType APIs.Behdad Esfahbod2007-05-151-146/+48
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-11/+2
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-162-3/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-164-205/+205
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-166-62/+62
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-6/+0
* Bug 385321 – Worst case expansion for Sinhala Patch from HarshulaBehdad Esfahbod2006-12-131-1/+1
* Red Hat Bug 211574: [hi/ml/si_LK] cursor naviation is wrong when using ZWJBehdad Esfahbod2006-12-081-1/+89
* Red Hat Bug 216424: [te_IN] pango - consonant + dependent vowel (ai)Behdad Esfahbod2006-12-071-3/+20
* Red Hat Bug 216850: Issue in combination with vowels (ml_IN) Patch fromBehdad Esfahbod2006-12-061-37/+10
* Red Hat Bug 211964: [ta] Rendering issue with Tamil Patch from LingNingBehdad Esfahbod2006-12-041-0/+42
* Red Hat Bug 213632: ZWJ (200d) and ZWNJ (200c) showing same output PatchBehdad Esfahbod2006-12-011-0/+3
* Bug 330407 – Multiple dependant vowel signs (indic) displayed as oneBehdad Esfahbod2006-10-161-1/+1
* Bug 353877 – Sinhala is_cursor_position and backspace_deletes_characterBehdad Esfahbod2006-10-122-0/+183
* Bug 358224 – Telugu Character U+0C31 does not render its below-baseBehdad Esfahbod2006-10-121-1/+1
* Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) areBehdad Esfahbod2006-10-121-1/+1
* Bug 356685 – [or_IN] Rendering of consonant+0x0B4D+0x0B2F is wrong PatchBehdad Esfahbod2006-10-021-6/+6
* Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30)Behdad Esfahbod2006-10-022-10/+11
* Change enums to macros, to get in synch with ICU shaper. No functionalBehdad Esfahbod2006-09-141-59/+58
* Change some enums to macros, to get in synch with ICU shaper. NoBehdad Esfahbod2006-09-141-63/+38
* Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam isBehdad Esfahbod2006-09-131-1/+31
* Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 ofBehdad Esfahbod2006-09-131-1/+1
* Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but itBehdad Esfahbod2006-09-131-1/+1
* Bug 355697 – The IndicOTClassTable of Oriya has a error.Behdad Esfahbod2006-09-131-19/+14
* Bug 121672 – Ra (vattu) not rendered properly in Malayalam Patch fromBehdad Esfahbod2006-07-311-0/+34
* Bug 335811 – Some conjugates of Malayalam are wrong. Patch from LingNingBehdad Esfahbod2006-07-311-2/+2
* Bug 345070 – [ml_IN] not render for combination with ZWJ Patch fromBehdad Esfahbod2006-07-101-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+2
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-24/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-1/+1
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-5/+4
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-2/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-5/+5
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Removed, not used for quite a while.Behdad Esfahbod2006-01-241-27/+0
* Set cluster only on base chars, like the Arabic module does.Behdad Esfahbod2006-01-231-8/+15
* Remove unused variable clusterSave that was leaking too. (bug #316466,Behdad Esfahbod2006-01-161-2/+0