| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused empty header file basic-common.h | Behdad Esfahbod | 2007-07-05 | 1 | -2/+0 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -2/+2 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -48/+48 |
* | 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 | -2/+2 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -4/+4 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -5/+5 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -8/+8 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 1 | -1/+1 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -36/+13 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -25/+28 |
* | Remove. | Owen Taylor | 2003-08-02 | 1 | -1/+3 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -12/+4 |
* | Fix #96781: changes for basic X shaper's code range for compatibility | Hidetoshi Tajima | 2002-11-07 | 1 | -4/+5 |
* | modules/indic/indic-xft.c (maybe_add_GPOS_feature): | Owen Taylor | 2002-08-20 | 1 | -1/+1 |
* | ri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-26 | 1 | -2/+84 |
* | ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-26 | 1 | -18/+1 |
* | Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE) | Owen Taylor | 2002-03-25 | 1 | -1/+9 |
* | When loading an iconv converter fails, recover gracefully and warn rather | Owen Taylor | 2002-03-20 | 1 | -36/+32 |
* | Patch from Sven Neumann to extend and make consistent the set of | Owen Taylor | 2002-02-23 | 1 | -1/+20 |
* | Mark as only an approximate match for Hebrew, so the Hebrew shaper will be | Owen Taylor | 2001-12-27 | 1 | -1/+1 |
* | handle codeset1(right half of jisx0201.1976) and codeset3(jisx0212.1990) | Hidetoshi Tajima | 2001-12-06 | 1 | -6/+38 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -1/+0 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -16/+125 |
* | Move some fontmap stuff to pangox-private.h to access fontmap->resolution | Havoc Pennington | 2001-04-27 | 1 | -0/+11 |
* | i2001-01-04 Alexander Larsson <alla@lysator.liu.se> | Alexander Larsson | 2001-01-04 | 1 | -3/+5 |
* | Rename all x modules from abc to abc-x. | Alexander Larsson | 2001-01-03 | 1 | -2/+2 |
* | Fix build breakage, reported by Alex Larsson and Yasushi Shoji | Havoc Pennington | 2000-12-18 | 1 | -1/+1 |
* | Fix macro breakage. | Owen Taylor | 2000-12-15 | 1 | -0/+17 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 1 | -37/+2 |
* | Fix warnings - mostly include string.h for strcmp. | Elliot Lee | 2000-11-21 | 1 | -0/+1 |
* | Remove checks for iconv - we now depend on g_iconv wrapper defined in | Owen Taylor | 2000-11-12 | 1 | -15/+13 |
* | Include a stripped-down version of fribidi to avoid the extra dependency. | Owen Taylor | 2000-11-12 | 1 | -3/+3 |
* | Remove tests for libunicode | Owen Taylor | 2000-06-21 | 1 | -22/+12 |
* | s/pango_font_set_data/g_object_set_qdata/ | Owen Taylor | 2000-05-28 | 1 | -3/+5 |
* | use size_t for arguments to iconv, not int. Fixes 64 bit platforms. | Matt Wilson | 2000-05-24 | 1 | -4/+4 |
* | When handling overstrikes, try to guess a bit better how overstrike glyphs | Owen Taylor | 2000-05-07 | 1 | -9/+11 |
* | Add ZWS to hacky break algorithm. | Owen Taylor | 2000-05-05 | 1 | -116/+87 |
* | Fix handling of positions at character limits. | Owen Taylor | 2000-04-04 | 1 | -2/+11 |
* | Use "UTF-8" with the dash as the charset name for utf-8. (Change suggested | Owen Taylor | 2000-03-30 | 1 | -1/+1 |
* | Convert log_clusters[] use from char offsets to byte offset - should make | Owen Taylor | 2000-03-07 | 1 | -8/+7 |
* | Add a call to get a glyph for unknown an unknown char. | Owen Taylor | 2000-02-02 | 1 | -42/+3 |
* | Conditionally define G_N_ELEMENTS() when using glib-1.3. | Owen Taylor | 2000-02-01 | 1 | -52/+95 |
* | back away from the strict charset model to having subfonts arbitrarily | Owen Taylor | 2000-01-17 | 1 | -27/+48 |
* | Switch GlyphStrings to have a single array of PangoGlyphInfo instead of | Owen Taylor | 2000-01-17 | 1 | -31/+21 |
* | Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bit | Owen Taylor | 2000-01-15 | 1 | -157/+61 |
* | Initial revision | Owen Taylor | 2000-01-13 | 1 | -0/+632 |