summaryrefslogtreecommitdiff
path: root/pango/pango-engine.c
Commit message (Expand)AuthorAgeFilesLines
* Drop uses of pango_coverage_ref/unrefMatthias Clasen2022-01-101-1/+1
* docs: Tweak engines docsMatthias Clasen2021-03-111-38/+0
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-2/+2
* docs: Make context section ids matchMatthias Clasen2021-03-111-1/+1
* Remove unused remnants of shape engineKhaled Hosny2019-07-191-134/+0
* Mark deprecated apis more clearlyMatthias Clasen2019-07-041-11/+4
* Avoid deprecation warningsMatthias Clasen2016-08-291-2/+6
* Fix other used of “Deprecated: 1.38”Khaled Hosny2015-05-171-3/+3
* Fix warnings if font is not foundBehdad Esfahbod2015-04-101-2/+2
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+6
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+39
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* Fix a compiler warningMatthias Clasen2013-01-071-2/+4
* Add pango_shape_full()Behdad Esfahbod2012-09-261-7/+12
* More thread-safetyBehdad Esfahbod2012-08-271-1/+1
* Make static data thread safe in pango-engine.cAlessandro Pignotti2012-08-271-2/+2
* Part of Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in WindowsKalev Lember2011-07-111-1/+1
* Fix compiler warningsBehdad Esfahbod2011-05-011-6/+12
* pango/pango-engine.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-13/+36
* Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202EBehdad Esfahbod2009-11-171-0/+3
* 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