summaryrefslogtreecommitdiff
path: root/modules/thai
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-233-59/+39
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-033-30/+25
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-40/+12
* Remove old X font shapers.Owen Taylor2003-08-022-227/+0
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-251-1/+1
* Need config.h here, too, for HAVE_X. Thanks to Patrick Welche.Tor Lillqvist2003-06-041-0/+1
* Add HAVE_X.Tor Lillqvist2003-05-293-2/+10
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-146-296/+66
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-51/+35
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1