summaryrefslogtreecommitdiff
path: root/modules/thai/thai-ot.c
Commit message (Expand)AuthorAgeFilesLines
* Port to new OpenType APIs and cleanup a bit. Add standard features.Behdad Esfahbod2007-05-161-253/+0
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-13/+12
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-2/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-47/+47
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-2/+2
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-2/+4
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-5/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-211-0/+15
* Add Lao support to Thai module. (#156781)Theppitak Karoonboonyanan2004-11-281-5/+87
* Return NULL if ruleset is empty, to indicate the lack of OT features.Theppitak Karoonboonyanan2004-10-081-14/+30
* Use g_return_val_if_fail() instead of g_return_if_fail() since thisManish Singh2004-10-021-1/+1
* Make Thai module prefer OpenType tables, if available, to PUATheppitak Karoonboonyanan2004-10-021-75/+53
* Add OpenType support in Thai module. (#141541)Theppitak Karoonboonyanan2004-06-071-0/+163