summaryrefslogtreecommitdiff
path: root/modules/indic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-1/+4
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-144-0/+7
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-042-6/+12
* Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra.Owen Taylor2005-07-261-3/+3
* New function added.Behdad Esfahbod2005-07-232-21/+1
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-5/+1
* Minor formatting tweak to license header.Owen Taylor2005-07-211-14/+17
* license on these ICU-derived files is X license, not LGPL.Owen Taylor2005-07-213-41/+74
* Change the char class for U+0A5C from _cn (consonant with nukta) to _ct.Owen Taylor2005-07-211-1/+1
* Enable touching for Sinhala with the ZWJ + al-lakuna combination.Owen Taylor2005-07-211-2/+3
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-213-3/+45
* Mark U+A33, U+A36 as _cn, not _ct, since they are combinations of otherOwen Taylor2005-06-141-1/+1
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-161-1/+2
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-053-40/+40
* Split out handling of sinhala al-lakuna character from handling of ViramaOwen Taylor2005-03-034-27/+45
* Don't use -p option to cp, can cause "failed to preserve ownership"Tor Lillqvist2005-01-251-1/+1
* Force zero-width marks to glyph index 0 so they won't be drawn. (#145233,Owen Taylor2004-12-162-4/+28
* Split U+DDE as U+DD9, U+DDF. :Owen Taylor2004-12-151-1/+1
* Sinhala support (#153517, Anuradha Ratnaweera)Owen Taylor2004-12-154-4/+44
* Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.Owen Taylor2004-12-141-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-221-0/+1
* Fix various bugs, make more robust. (#151689)Owen Taylor2004-09-201-27/+17
* Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)Owen Taylor2004-08-023-12/+24