summaryrefslogtreecommitdiff
path: root/pango/pangoxft-render.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-54/+56
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-3/+3
* xft: Fix compiler warningsMatthias Clasen2019-07-251-2/+2
* Drop deprecated instance private data APIEmmanuele Bassi2018-08-301-6/+2
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-21/+90
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-36/+36
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-4/+5
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-85/+102
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-021-1/+0
* Guard Xft backend agains crashes too.Behdad Esfahbod2006-02-021-20/+44
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-3/+3
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-2/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-1/+1
* Documentation improvements.Behdad Esfahbod2006-01-281-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-2/+2
* Go back to honoring alpha in the XftColor passed in; it was a 1.6 => 1.8Owen Taylor2005-06-211-4/+23
* Call XftCharIndex() on the right font. (#163511)Owen Taylor2005-03-031-1/+2
* Fix problem where the font would get unset after flushing at MAX_GLYPHS.Owen Taylor2004-12-101-4/+2
* Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)Owen Taylor2004-11-211-2/+2
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-191-1/+2
* Up version to 1.7.0.Owen Taylor2004-09-241-0/+836