| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers. | Behdad Esfahbod | 2007-07-20 | 1 | -7/+7 |
* | Rename pango_ot_ruleset_get_for() to | Behdad Esfahbod | 2007-06-03 | 1 | -1/+1 |
* | Port to new OpenType APIs and cleanup a bit. Add standard features. | Behdad Esfahbod | 2007-05-16 | 6 | -331/+101 |
* | Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcoded | Behdad Esfahbod | 2007-05-10 | 1 | -13/+12 |
* | Bug 414297 – Fails to build with --enable-static --with-included-modules | Behdad Esfahbod | 2007-03-03 | 1 | -0/+1 |
* | *.c, *.h: Removed spaces followed b tabs. | Behdad Esfahbod | 2007-01-16 | 2 | -17/+17 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 7 | -202/+202 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 5 | -30/+30 |
* | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 2007-01-09 | 1 | -6/+0 |
* | Bug 371388 – Add Thai langauage engine Patch from Theppitak | Behdad Esfahbod | 2006-11-27 | 2 | -2/+159 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -1/+1 |
* | Bug 331723 – shapers should not crash on failures | Behdad Esfahbod | 2006-02-21 | 1 | -2/+4 |
* | Pass 1.6 and gnu options to automake. | Behdad Esfahbod | 2006-02-13 | 1 | -23/+1 |
* | Bug 314548 – pango_shape() is missing const correctness Patch from | Behdad Esfahbod | 2006-02-09 | 2 | -2/+2 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -2/+2 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -1/+1 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -1/+1 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 2 | -9/+11 |
* | 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 | 4 | -3/+4 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -5/+1 |
* | Fix up places where there is missing or incomplete Copyright and License | Owen Taylor | 2005-07-21 | 6 | -3/+90 |
* | Added more MacThai PUA glyphs that are not defined in vendor data at | Theppitak Karoonboonyanan | 2005-03-24 | 2 | -5/+5 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 1 | -4/+4 |
* | Don't use -p option to cp, can cause "failed to preserve ownership" | Tor Lillqvist | 2005-01-25 | 1 | -1/+1 |
* | Add Lao support to Thai module. (#156781) | Theppitak Karoonboonyanan | 2004-11-28 | 7 | -256/+472 |
* | Remove stray 'x' character. | Manish Singh | 2004-11-22 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -6/+7 |
* | Use guchar instead of gchar as argument type. | Theppitak Karoonboonyanan | 2004-10-12 | 2 | -18/+8 |
* | Explicitly handle dangling upper/lower marks by optionally using | Theppitak Karoonboonyanan | 2004-10-09 | 3 | -78/+122 |
* | Return NULL if ruleset is empty, to indicate the lack of OT features. | Theppitak Karoonboonyanan | 2004-10-08 | 2 | -22/+38 |
* | Remove unused data for XTIS. | Theppitak Karoonboonyanan | 2004-10-07 | 3 | -46/+2 |
* | Use g_return_val_if_fail() instead of g_return_if_fail() since this | Manish Singh | 2004-10-02 | 1 | -1/+1 |
* | Make Thai module prefer OpenType tables, if available, to PUA | Theppitak Karoonboonyanan | 2004-10-02 | 3 | -77/+61 |
* | Add OpenType support in Thai module. (#141541) | Theppitak Karoonboonyanan | 2004-06-07 | 4 | -1/+184 |
* | Use dottedcircle as the base for individual combining characters. | Theppitak Karoonboonyanan | 2004-04-20 | 2 | -3/+3 |
* | Reapply the patch from #124175 that somehow got reverted. | Owen Taylor | 2004-02-13 | 1 | -16/+5 |
* | Suport CFF fonts as well. (#131202, Manjunath Sripadarao) | Owen Taylor | 2004-01-26 | 1 | -5/+16 |
* | Fix up glyph addition code so that it works properly with the typical | Owen Taylor | 2004-01-26 | 1 | -16/+5 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 3 | -59/+39 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 3 | -30/+25 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 2 | -40/+12 |
* | Remove old X font shapers. | Owen Taylor | 2003-08-02 | 2 | -227/+0 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |
* | Need config.h here, too, for HAVE_X. Thanks to Patrick Welche. | Tor Lillqvist | 2003-06-04 | 1 | -0/+1 |
* | Add HAVE_X. | Tor Lillqvist | 2003-05-29 | 3 | -2/+10 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 6 | -296/+66 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -51/+35 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+1 |