summaryrefslogtreecommitdiff
path: root/modules/hangul/hangul-fc.c
Commit message (Expand)AuthorAgeFilesLines
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-9/+9
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-21/+21
* Bug 388702 - Crash when there's no Hangul glyph in the font.Changwoo Ryu2007-01-031-1/+11
* Optimizing for non-old Hangul users; no more waste of decompose andChangwoo Ryu2006-12-191-80/+132
* Bug 355605 – hexbox with 0000 in itBehdad Esfahbod2006-09-121-2/+10
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-1/+1
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-17/+17
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-12/+12
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Fix incorrect bounds check. (#316469, Steve Grubb) Moreover, increaseBehdad Esfahbod2005-11-231-2/+2
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* New function added.Behdad Esfahbod2005-07-231-5/+1
* handles zero width chars, patch by Young-Ho Cha. (#157565)Changwoo Ryu2005-04-241-3/+12
* 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