summaryrefslogtreecommitdiff
path: root/modules/thai
Commit message (Expand)AuthorAgeFilesLines
* [HB] Remove Thai shaperBehdad Esfahbod2012-08-166-1271/+0
* Put the PANGO_MODULE_PREFIX defines in the project filesTor Lillqvist2010-03-161-4/+0
* Build fix on Linux after previous commitsTor Lillqvist2010-03-151-1/+1
* Add solution and project files for Visual Studio buildsTor Lillqvist2010-03-151-0/+5
* Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202EBehdad Esfahbod2009-11-171-0/+1
* Use git.mkBehdad Esfahbod2009-04-171-0/+2
* Fix all warnings in modules/.Behdad Esfahbod2008-12-263-9/+10
* Minor indentation fixes for previous commit.Theppitak Karoonboonyanan2008-11-221-2/+2
* Bug 561740 – Use stack allocation for thai_engine_breakChris Wilson2008-11-221-26/+35
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-223-3/+3
* Update copyright headers.Behdad Esfahbod2007-07-201-7/+7
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Port to new OpenType APIs and cleanup a bit. Add standard features.Behdad Esfahbod2007-05-166-331/+101
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-13/+12
* Bug 414297 – Fails to build with --enable-static --with-included-modulesBehdad Esfahbod2007-03-031-0/+1
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-162-17/+17
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-167-202/+202
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-165-30/+30
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-6/+0
* Bug 371388 – Add Thai langauage engine Patch from TheppitakBehdad Esfahbod2006-11-272-2/+159
* 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-2/+4
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-23/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-092-2/+2
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-1/+1
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-292-9/+11
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+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-3/+4
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-5/+1
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-216-3/+90
* Added more MacThai PUA glyphs that are not defined in vendor data atTheppitak Karoonboonyanan2005-03-242-5/+5
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-4/+4
* Don't use -p option to cp, can cause "failed to preserve ownership"Tor Lillqvist2005-01-251-1/+1
* Add Lao support to Thai module. (#156781)Theppitak Karoonboonyanan2004-11-287-256/+472
* Remove stray 'x' character.Manish Singh2004-11-221-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-221-6/+7
* Use guchar instead of gchar as argument type.Theppitak Karoonboonyanan2004-10-122-18/+8
* Explicitly handle dangling upper/lower marks by optionally usingTheppitak Karoonboonyanan2004-10-093-78/+122
* Return NULL if ruleset is empty, to indicate the lack of OT features.Theppitak Karoonboonyanan2004-10-082-22/+38
* Remove unused data for XTIS.Theppitak Karoonboonyanan2004-10-073-46/+2
* 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-023-77/+61
* Add OpenType support in Thai module. (#141541)Theppitak Karoonboonyanan2004-06-074-1/+184
* Use dottedcircle as the base for individual combining characters.Theppitak Karoonboonyanan2004-04-202-3/+3
* Reapply the patch from #124175 that somehow got reverted.Owen Taylor2004-02-131-16/+5
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-5/+16
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-261-16/+5