| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 314548 – pango_shape() is missing const correctness Patch from | Behdad Esfahbod | 2006-02-09 | 1 | -1/+1 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -1/+1 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -17/+17 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -12/+12 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | Fix incorrect bounds check. (#316469, Steve Grubb) Moreover, increase | Behdad Esfahbod | 2005-11-23 | 1 | -2/+2 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+1 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 1 | -5/+1 |
* | handles zero width chars, patch by Young-Ho Cha. (#157565) | Changwoo Ryu | 2005-04-24 | 1 | -3/+12 |
* | Render U+00A0 (non-break-space) as a space. | Changwoo Ryu | 2004-07-11 | 1 | -0/+4 |
* | handle non-Hangul unicode chars, fixes #129741, #137347. | Changwoo Ryu | 2004-04-17 | 1 | -5/+26 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -6/+3 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -40/+22 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -9/+3 |
* | Fix out-of-bounds read where the value wasn't actually used. (#106744, | Owen Taylor | 2003-04-15 | 1 | -13/+15 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -26/+23 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 1 | -2/+33 |
* | Fixed wrong syllable check. | Changwoo Ryu | 2002-11-03 | 1 | -0/+16 |
* | Added Hangul Tone Marks rendering by Jungshik Shin (#96299). | Changwoo Ryu | 2002-11-01 | 1 | -4/+110 |
* | Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 Hangul | Changwoo Ryu | 2002-10-30 | 1 | -9/+22 |
* | fixed a typo | Changwoo Ryu | 2002-10-15 | 1 | -1/+1 |
* | Added missing memcpy() from the static jamo buffer to allocated jamo | Changwoo Ryu | 2002-10-15 | 1 | -1/+4 |
* | Get rid of direct access to FT_Face. | Owen Taylor | 2002-08-07 | 1 | -20/+7 |
* | Patch from Changwoo Ryu <cwryu@debian.org> (#86591) | Owen Taylor | 2002-07-31 | 1 | -0/+269 |