summaryrefslogtreecommitdiff
path: root/pango/pango-engine.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-1/+1
* Fix more warnings.Behdad Esfahbod2008-12-261-7/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Zero glyphs->num_glyphs before calling into shape engine.Behdad Esfahbod2007-06-051-3/+15
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-4/+4
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-7/+7
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-4/+4
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-18/+11
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-0/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-28/+31
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-1/+1
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-0/+162