| Commit message (Expand) | Author | Age | Files | Lines |
* | [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modules | Behdad Esfahbod | 2012-08-16 | 4 | -1017/+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 |
* | Use git.mk | Behdad Esfahbod | 2009-04-17 | 1 | -0/+2 |
* | 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 |
* | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 2007-01-09 | 1 | -6/+0 |
* | 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 | 2 | -81/+146 |
* | 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 |
* | Pass 1.6 and gnu options to automake. | Behdad Esfahbod | 2006-02-13 | 1 | -22/+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 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-25 | 1 | -1/+0 |
* | Fixes bug #71414, allowing to disable building/installing modules. | Behdad Esfahbod | 2006-01-16 | 1 | -1/+4 |
* | 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 |
* | const correctness fixes | Matthias Clasen | 2005-11-17 | 1 | -1/+1 |
* | 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 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -5/+1 |
* | Cleanups. | Changwoo Ryu | 2005-04-27 | 1 | -23/+32 |
* | handles zero width chars, patch by Young-Ho Cha. (#157565) | Changwoo Ryu | 2005-04-24 | 1 | -3/+12 |
* | Don't use -p option to cp, can cause "failed to preserve ownership" | Tor Lillqvist | 2005-01-25 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -0/+1 |
* | 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 | 2 | -5/+27 |
* | 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 | 2 | -40/+12 |
* | Remove some leftovers. | Owen Taylor | 2003-08-02 | 1 | -2/+0 |
* | Remove old X font shapers. | Owen Taylor | 2003-08-02 | 4 | -1885/+0 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |
* | Add HAVE_X. | Tor Lillqvist | 2003-05-29 | 1 | -1/+5 |
* | Fix out-of-bounds read where the value wasn't actually used. (#106744, | Owen Taylor | 2003-04-15 | 2 | -25/+29 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 4 | -467/+51 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -49/+31 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+1 |
* | Fix typo where xft_sources was used again. (#105219, Chris Ross) | Owen Taylor | 2003-02-12 | 1 | -1/+1 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 2 | -4/+66 |
* | Do not add GLIB_CFLAGS to CFLAGS. | Sebastian Wilhelmi | 2002-11-26 | 1 | -1/+10 |
* | Renamed from render_syllable_with_ksx1005 (#95800). | Changwoo Ryu | 2002-11-08 | 1 | -6/+6 |