| Commit message (Expand) | Author | Age | Files | Lines |
* | [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modules | Behdad Esfahbod | 2012-08-16 | 1 | -499/+0 |
* | Bug 646213 - Hangul Jamo render as U+00xx boxes and produce valgrind errors | Behdad Esfahbod | 2011-04-07 | 1 | -2/+3 |
* | Bug 646213 - Hangul Jamo render as U+00xx boxes and produce valgrind errors | Behdad Esfahbod | 2011-04-06 | 1 | -1/+1 |
* | Put the PANGO_MODULE_PREFIX defines in the project files | Tor Lillqvist | 2010-03-16 | 1 | -4/+0 |
* | Build fix on Linux after previous commits | Tor Lillqvist | 2010-03-15 | 1 | -1/+1 |
* | Add solution and project files for Visual Studio builds | Tor Lillqvist | 2010-03-15 | 1 | -0/+4 |
* | Fix all warnings in modules/. | Behdad Esfahbod | 2008-12-26 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -9/+9 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -21/+21 |
* | Bug 388702 - Crash when there's no Hangul glyph in the font. | Changwoo Ryu | 2007-01-03 | 1 | -1/+11 |
* | Optimizing for non-old Hangul users; no more waste of decompose and | Changwoo Ryu | 2006-12-19 | 1 | -80/+132 |
* | Bug 355605 – hexbox with 0000 in it | Behdad Esfahbod | 2006-09-12 | 1 | -2/+10 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -1/+1 |
* | 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 |