summaryrefslogtreecommitdiff
path: root/modules/indic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve handling of decomposed two-part vowels (#121882, Jungshik Shin)Owen Taylor2004-07-302-6/+15
* Suppress blwf on the first consonant in a syllable. (#118301, TaneemOwen Taylor2004-07-301-1/+4
* Fix Malayalam double-consonant conjuncts: #121671, Rajkumar SOwen Taylor2004-07-293-4/+4
* Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)Owen Taylor2004-07-281-1/+1
* Change U+0CC3/U+0CC4/U+0CD5 to _lm (length mark) so that they get orderedOwen Taylor2004-03-051-3/+10
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-294-58/+33
* Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) as consonantsOwen Taylor2004-02-271-1/+6
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-1/+0
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-233-43/+20
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-39/+27
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-46/+12
* Remove old X font shapers.Owen Taylor2003-08-026-1554/+0
* Fix problem where NULL mpreFixups wasn't getting returned properly.Owen Taylor2003-07-271-1/+1
* Port pre-base-mantra fixup code from ICU, as needed for Tamil andOwen Taylor2003-07-256-13/+227
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-251-1/+1
* Port of some fixes from ICU.Owen Taylor2003-07-252-176/+171
* Commit change from a while ago.Owen Taylor2003-07-241-6/+16
* Add HAVE_X.Tor Lillqvist2003-05-291-1/+4
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-151-2/+2
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-148-520/+73
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-106/+60
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-2/+1
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-0/+1
* Change Punjabi script ('punj') to Gurmukhi ('guru')Eric Mader2002-08-284-25/+27
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-203-13/+13
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-043-29/+43
* Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,Eric Mader2002-05-076-3/+1997
* 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
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-051-3/+3
* Syllable array needs to start at length 2, not 1. Also, some cleanups.Owen Taylor2001-12-185-10/+10
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-131-1/+1
* Up to 0.19.Owen Taylor2001-09-183-7/+7
* Remove unused prototype.Darin Adler2001-07-271-1/+0
* Remove stray semicolon.Darin Adler2001-07-123-7/+6
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-145-5/+5
* Require libtool 1.4 when build out of CVS.Owen Taylor2001-05-161-13/+24
* Makefile.am configure.in modules/*/Makefile.am make it compile without XSven Neumann2001-03-151-0/+4
* add X_CFLAGSHavoc Pennington2001-01-051-1/+1
* i2001-01-04 Alexander Larsson <alla@lysator.liu.se>Alexander Larsson2001-01-045-10/+15
* Rename all x modules from abc to abc-x.Alexander Larsson2001-01-0311-1577/+63
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-1810-10/+10
* Fix macro breakage.Owen Taylor2000-12-151-1/+1
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-1412-59/+90
* delete lang engineHavoc Pennington2000-12-0211-475/+20
* Fix warnings - mostly include string.h for strcmp.Elliot Lee2000-11-214-8/+8