summaryrefslogtreecommitdiff
path: root/modules/thai
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-1/+10
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-205-73/+73
* Add missing XFT_CFLAGS to INCLUDES. (Joe Yandle)Owen Taylor2002-08-071-1/+1
* Minor tweak to last patch to clarify index passed to unknown_glyph().Owen Taylor2002-07-312-2/+2
* Argument to make_glyph() shouldn't have been unsigned char, since we passOwen Taylor2002-07-314-14/+24
* Fix problem where pango_xft_get_unknown_glyph() was being used for XOwen Taylor2002-07-275-3/+24
* ri Jul 26 18:48:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-264-0/+1253
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-262-727/+56
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-1/+1
* Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.)Owen Taylor2002-03-051-1/+1