summaryrefslogtreecommitdiff
path: root/modules/hangul/hangul-fc.c
Commit message (Expand)AuthorAgeFilesLines
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-111-0/+4
* handle non-Hangul unicode chars, fixes #129741, #137347.Changwoo Ryu2004-04-171-5/+26
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-6/+3
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-40/+22
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-9/+3
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-151-13/+15
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-26/+23
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-171-2/+33
* Fixed wrong syllable check.Changwoo Ryu2002-11-031-0/+16
* Added Hangul Tone Marks rendering by Jungshik Shin (#96299).Changwoo Ryu2002-11-011-4/+110
* Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 HangulChangwoo Ryu2002-10-301-9/+22
* fixed a typoChangwoo Ryu2002-10-151-1/+1
* Added missing memcpy() from the static jamo buffer to allocated jamoChangwoo Ryu2002-10-151-1/+4
* Get rid of direct access to FT_Face.Owen Taylor2002-08-071-20/+7
* Patch from Changwoo Ryu <cwryu@debian.org> (#86591)Owen Taylor2002-07-311-0/+269