summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-2015-95/+96
* Patch from Nils Nordman to add various missing 'static' (#90353)Owen Taylor2002-08-206-11/+12
* add tables-jamos.ijacob berkman2002-08-081-1/+2
* add hangul-defs.h so it gets distedjacob berkman2002-08-081-2/+2
* Get rid of direct access to FT_Face.Owen Taylor2002-08-072-40/+14
* Add missing XFT_CFLAGS to INCLUDES. (Joe Yandle)Owen Taylor2002-08-072-2/+2
* Made Hebrew shape engines handle presentation forms as well.Dov Grobgeld2002-08-054-0/+4
* Renders the prefix of uncomposable Hangul syllable in the way of otherChangwoo Ryu2002-08-011-26/+15
* 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
* Patch from Changwoo Ryu <cwryu@debian.org> (#86591)Owen Taylor2002-07-318-579/+1230
* Fix problem where pango_xft_get_unknown_glyph() was being used for XOwen Taylor2002-07-275-3/+24
* ri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-262-3147/+3349
* Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support forOwen Taylor2002-07-262-0/+141
* 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-264-729/+56
* Support new Arabic characters in Unicode 3.2. (Patch from RoozbehOwen Taylor2002-06-161-1/+1
* Use unsigned char for bitfield array. (#83257, David L. Cooper II)Owen Taylor2002-06-121-1/+1
* Change @glyph2 parameter of arabic_*_recode() to be a gunichar* likeOwen Taylor2002-06-124-4/+4
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-0415-604/+81
* Fix C++ comment. (#82035, David L. Cooper II)Owen Taylor2002-05-211-1/+1
* Temporarily remove tamil-xft from the build until we figure out what to doOwen Taylor2002-05-071-2/+3
* Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,Eric Mader2002-05-076-3/+1997
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-267-72/+36
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-255-19/+23
* When loading an iconv converter fails, recover gracefully and warn ratherOwen Taylor2002-03-203-40/+36
* Enabled ksc5601 fonts in the Hangul compatibility jamos, the CJK unifiedChangwoo Ryu2002-03-181-1265/+1277
* Prefer ksc5601 fonts to unicode fonts for "ko" locales.Owen Taylor2002-03-151-1/+2
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-068-22/+10
* Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.)Owen Taylor2002-03-057-7/+7
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-057-22/+22
* A correction of the last commit, as it did not do what I intended itDov Grobgeld2002-03-041-1/+1
* Cosmetic changes:Dov Grobgeld2002-03-041-4/+19
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-281-1/+1
* Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-02-251-1/+1
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-234-4/+80
* Fixed placement of nikud under QOF to take into account the typicalDov Grobgeld2002-02-231-2/+18
* Fix recode functions to take gunichar * since we pass that in. (#72059,Owen Taylor2002-02-206-6/+6
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-072-1/+9
* configure.in modules/arabic/Makefile.am added arabic shaper for FT2 portedSven Neumann2002-01-242-4/+440
* Improved nikud placement. This is the first time there is a use ofDov Grobgeld2002-01-191-4/+40
* Changed support of Hebrew from full to fallback in order to make theDov Grobgeld2002-01-193-3/+3
* include missing header filejacob berkman2002-01-171-1/+1
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-172-509/+237
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-165-0/+1262
* Mark as only an approximate match for Hebrew, so the Hebrew shaper will beOwen Taylor2001-12-271-1/+1
* Patch from Roozbeh Pournader to update for shaping class changes inOwen Taylor2001-12-221-3/+3
* Syllable array needs to start at length 2, not 1. Also, some cleanups.Owen Taylor2001-12-185-10/+10
* use (PangoLanguage *) instead of (const gchar *) to please the compiler.Sven Neumann2001-12-141-2/+2
* Resuming aborted commitSebastian Wilhelmi2001-12-132-2/+2