| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 331723 – shapers should not crash on failures | Behdad Esfahbod | 2006-02-21 | 1 | -1/+2 |
* | Pass 1.6 and gnu options to automake. | Behdad Esfahbod | 2006-02-13 | 1 | -24/+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 | -5/+4 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -2/+2 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -5/+5 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-25 | 1 | -1/+0 |
* | Removed, not used for quite a while. | Behdad Esfahbod | 2006-01-24 | 1 | -27/+0 |
* | Set cluster only on base chars, like the Arabic module does. | Behdad Esfahbod | 2006-01-23 | 1 | -8/+15 |
* | Remove unused variable clusterSave that was leaking too. (bug #316466, | Behdad Esfahbod | 2006-01-16 | 1 | -2/+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 | 4 | -0/+7 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 2 | -6/+12 |
* | Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra. | Owen Taylor | 2005-07-26 | 1 | -3/+3 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 2 | -21/+1 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -5/+1 |
* | Minor formatting tweak to license header. | Owen Taylor | 2005-07-21 | 1 | -14/+17 |
* | license on these ICU-derived files is X license, not LGPL. | Owen Taylor | 2005-07-21 | 3 | -41/+74 |
* | Change the char class for U+0A5C from _cn (consonant with nukta) to _ct. | Owen Taylor | 2005-07-21 | 1 | -1/+1 |
* | Enable touching for Sinhala with the ZWJ + al-lakuna combination. | Owen Taylor | 2005-07-21 | 1 | -2/+3 |
* | Fix up places where there is missing or incomplete Copyright and License | Owen Taylor | 2005-07-21 | 3 | -3/+45 |
* | Mark U+A33, U+A36 as _cn, not _ct, since they are combinations of other | Owen Taylor | 2005-06-14 | 1 | -1/+1 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 1 | -1/+2 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 3 | -40/+40 |
* | Split out handling of sinhala al-lakuna character from handling of Virama | Owen Taylor | 2005-03-03 | 4 | -27/+45 |
* | Don't use -p option to cp, can cause "failed to preserve ownership" | Tor Lillqvist | 2005-01-25 | 1 | -1/+1 |
* | Force zero-width marks to glyph index 0 so they won't be drawn. (#145233, | Owen Taylor | 2004-12-16 | 2 | -4/+28 |
* | Split U+DDE as U+DD9, U+DDF. : | Owen Taylor | 2004-12-15 | 1 | -1/+1 |
* | Sinhala support (#153517, Anuradha Ratnaweera) | Owen Taylor | 2004-12-15 | 4 | -4/+44 |
* | Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. | Owen Taylor | 2004-12-14 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -0/+1 |
* | Fix various bugs, make more robust. (#151689) | Owen Taylor | 2004-09-20 | 1 | -27/+17 |
* | Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta) | Owen Taylor | 2004-08-02 | 3 | -12/+24 |
* | Improve handling of decomposed two-part vowels (#121882, Jungshik Shin) | Owen Taylor | 2004-07-30 | 2 | -6/+15 |
* | Suppress blwf on the first consonant in a syllable. (#118301, Taneem | Owen Taylor | 2004-07-30 | 1 | -1/+4 |
* | Fix Malayalam double-consonant conjuncts: #121671, Rajkumar S | Owen Taylor | 2004-07-29 | 3 | -4/+4 |
* | Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard) | Owen Taylor | 2004-07-28 | 1 | -1/+1 |
* | Change U+0CC3/U+0CC4/U+0CD5 to _lm (length mark) so that they get ordered | Owen Taylor | 2004-03-05 | 1 | -3/+10 |
* | Rework opentype interfaces and other changes to make GPOS work for Arabic. | Owen Taylor | 2004-02-29 | 4 | -58/+33 |
* | Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) as consonants | Owen Taylor | 2004-02-27 | 1 | -1/+6 |
* | Switch over to recommended Freetype system of include ft2build.h then | Owen Taylor | 2003-11-01 | 1 | -1/+0 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 3 | -43/+20 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -39/+27 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 2 | -46/+12 |
* | Remove old X font shapers. | Owen Taylor | 2003-08-02 | 6 | -1554/+0 |
* | Fix problem where NULL mpreFixups wasn't getting returned properly. | Owen Taylor | 2003-07-27 | 1 | -1/+1 |
* | Port pre-base-mantra fixup code from ICU, as needed for Tamil and | Owen Taylor | 2003-07-25 | 6 | -13/+227 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |
* | Port of some fixes from ICU. | Owen Taylor | 2003-07-25 | 2 | -176/+171 |